Skip to content

Releases: criteo/data-aggregation-api

v0.0.1-alpha.7

09 Oct 10:57
3fd93de

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

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)

v0.0.1-alpha.5

21 Sep 12:35
dad74c0

Choose a tag to compare

Changelog

Breaking changes

  • feat(ingestor)!: filter assets per site (@kpetremann)

Enhancements

  • feat(api): expose app version (@kpetremann)
  • feat(ldap): configurable max connection lifetime (@kpetremann)
  • feat(metrics): add build duration metrics (@kpetremann)
  • feat(metrics): expose app version (@kpetremann)
  • feat(metrics): number of successfully built devices (@kpetremann)
  • feat(report): number of successfully built devices (@kpetremann)
  • feat: number of LDAP worker configurable (@kpetremann)

Fixes

  • fix: build variable not matching goreleaser ldflags (@kpetremann)
  • fix: concurrent calls not authorized and LDAP timeout (@kpetremann)
  • fix: handle timeout for LDAP requests (@kpetremann)
  • fix: prevent http shutdown to be blocked (@kpetremann)

Internal

v0.0.1-alpha.4

17 Aug 10:01
27929d3

Choose a tag to compare

Changelog

Fixes

  • fix(bgp): peers could not be shutdown (@kpetremann)
  • refactor(rp): remove community-list sequence (@kpetremann)
  • refactor(rp): remove prefix-list sequence (@kpetremann)

Internal

  • Merge pull request #13 from kpetremann/fix_impossible_bgp_shutdown (@kpetremann)
  • Merge pull request #14 from kpetremann/remove_useless_sequences (@kpetremann)

v0.0.1-alpha.3

11 Aug 07:59
4dfee9a

Choose a tag to compare

Changelog

Breaking changes

  • refactor!: enabled field is now used to shut or no shut the session (@kpetremann)

Enhancements

  • feat: add prometheus build metrics (@kpetremann)
  • feat: pretty logs managed in the configuration (@kpetremann)

Fixes

Internal

  • Merge pull request #11 from kpetremann/bgp_enabled (@kpetremann)
  • Merge pull request #12 from kpetremann/fix_ldap_default_config (@kpetremann)
  • Merge pull request #5 from kpetremann/contribution_guide (@kpetremann)
  • Merge pull request #6 from kpetremann/pretty_log_settings (@kpetremann)
  • Merge pull request #7 from kpetremann/prometheus (@kpetremann)
  • Merge pull request #9 from kpetremann/fix_unused_params (@kpetremann)
  • ci: add unused parameters detection (@kpetremann)
  • refactor(api): handle unused params (@kpetremann)
  • refactor(convertor): remove unused hostname parameters (@kpetremann)

v0.0.1-alpha.2

13 Jul 10:22
f596a90

Choose a tag to compare

Changelog

Breaking changes

Enhancements

Fixes

  • fix(config): remove unused parameters (@kpetremann)
  • fix(rp): failure when next-hop is nil (@kpetremann)
  • fix: LdapInsecureSkipVerify not registered in viper (@kpetremann)
  • fix: bad path in update_openconfig script (@kpetremann)
  • fix: crash due to not initialized mutex (@kpetremann)
  • fix: return an error if config file is invalid (@kpetremann)

Internal

v0.0.1-alpha.1

30 Jun 08:54

Choose a tag to compare

Changelog

Enhancements

Internal