Skip to content

Releases: criteo/data-aggregation-api

v0.0.5

07 Nov 14:35
027621d
Compare
Choose a tag to compare

Changelog

Fixes

  • fix(swagger): crash when go is not installed (@kpetremann)

Internal

v0.0.4

05 Nov 09:20
8701903
Compare
Choose a tag to compare

Changelog

Enhancements

Internal

v0.0.3

13 Sep 15:29
23228f9
Compare
Choose a tag to compare

Changelog

Fixes

  • fix(ldap): deadlock when failed to connect to LDAP (@kpetremann)

Internal

v0.0.2

21 Aug 14:29
c3507b8
Compare
Choose a tag to compare

Changelog

Internal

v0.0.1

01 Jul 14:43
45d4207
Compare
Choose a tag to compare

Changelog

Enhancements

  • feat(api): add SNMP configuration (@cpaillet)

Fixes

  • fix(api): handle fmt.Fprintf error (@cpaillet)
  • fix(serializer): remove dead code (@cpaillet)

Internal

  • Merge pull request #34 from criteo/dependabot/go_modules/golang.org/x/net-0.23.0 (@kpetremann)
  • Merge pull request #35 from cpaillet/main (@cpaillet)
  • Merge pull request #36 from cpaillet/snmp (@cpaillet)
  • build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 (@dependabot[bot])

v0.0.1-alpha.10

10 Apr 12:54
8a51e07
Compare
Choose a tag to compare

Changelog

Enhancements

  • feat(api): request to start a new build (@kpetremann)

Internal

  • Merge pull request #32 from criteo/dependabot/go_modules/google.golang.org/protobuf-1.33.0 (@kpetremann)
  • Merge pull request #33 from kpetremann/build_trigger_endpoint (@kpetremann)
  • build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (@dependabot[bot])
  • chore(buildTrigger): dispatch incoming channel in RO (@kpetremann)
  • refactor: more explicit close channel handling (@kpetremann)
  • refactor: rename channel for consistency (@kpetremann)

v0.0.1-alpha.9

21 Feb 09:30
1888d51
Compare
Choose a tag to compare

Changelog

Fixes

Changes

Internal

v0.0.1-alpha.8

11 Jan 13:34
db05db1
Compare
Choose a tag to compare

Changelog

Fixes

  • fix: panic when user requests non built config (@kpetremann)
  • fix: rm the correct path to openconfig models in update_openconfig.sh (@fdomain)

Internal

  • Merge pull request #24 from criteo/dependabot/go_modules/golang.org/x/net-0.17.0 (@kpetremann)
  • Merge pull request #25 from kpetremann/dependencies (@kpetremann)
  • Merge pull request #26 from criteo/fdomain-patch-1 (@fdomain)
  • Merge pull request #27 from criteo/dependabot/go_modules/golang.org/x/crypto-0.17.0 (@kpetremann)
  • Merge pull request #28 from kpetremann/panic_not_built_device (@kpetremann)
  • build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (@dependabot[bot])
  • build(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (@dependabot[bot])
  • chore: bump dependencies (@kpetremann)

v0.0.1-alpha.7

09 Oct 10:57
3fd93de
Compare
Choose a tag to compare

Changelog

Fixes

  • fix: afk_enabled tag instead of salt_enabled (@kpetremann)

Internal

  • Merge pull request #23 from kpetremann/fix_afk_enabled_tag (@kpetremann)

v0.0.1-alpha.6

05 Oct 15:44
588986c
Compare
Choose a tag to compare

Changelog

Enhancements

  • feat(netbox): limit per page configurable (@kpetremann)
  • feat(netbox): move from offset to cursor pagination (@kpetremann)

Internal

  • Merge pull request #22 from kpetremann/cursor_pagination (@kpetremann)