Skip to content

Releases: bucketeer-io/bucketeer

v0.2.0

01 Jan 04:43
e6c1f85
Compare
Choose a tag to compare

0.2.0 (2023-01-01)

Features

  • add track api to grpc server (#45) (f7cb80b)
  • ui: add the menu to change the language in the dashboard (#135) (36be7b7)

Bug Fixes

  • error handling condition in the kafka writer (#116) (207f46a)
  • error handling while trying to send messages to kafka (#115) (34f616b)
  • evaluation unique count is always zero (#127) (7e1a455)
  • event user persister should not ack message when DB returns an error (#84) (39eb579)
  • failed to find feature while trying to update an archived feature (#53) (e4b9e0d)
  • flush size setting being ignored in the event persister (#117) (a19af75)
  • internal error when there is no value in the event count (#137) (b3b5b15)
  • json cannot unmarshal array while trying to create a feature flag (#15) (142b117)
  • redis key expiration is not being set correctly (#118) (2cf3bfa)
  • table has no partition for value from column_list error (#144) (d70dcb8)
  • the event may duplicate in the kafka if the redis request fails (#128) (393afe7)
  • ui/web-v2: feature flag name not being validated (#16) (6118f38)

Build System

  • add include_imports flag to protoc (#57) (6ab4f11)
  • add rules to build and test go files using go command (#23) (399fd6d)
  • change protoc to use external dependency files (#25) (56894fe)
  • fix not found error while generating proto web files (#27) (0471f3b)
  • generate proto_descriptor using protoc (#46) (a8a5f1d)
  • remove bazelisk command from Makefile (#59) (3d3495b)
  • remove go_embed_data rule (#19) (b0efa8f)
  • set ubuntu-20.04 for python build runner (#64) (a1c9ea0)
  • setup buildifier via bazel (#8) (ab61d14)
  • update renovate settings to check once a month (#5) (01ddce4)

Miscellaneous

  • add auto ops service in the event persister envoy settings (#103) (0753c7d)
  • add default variation id for evaluation count key (#111) (f7900d1)
  • add env variables for postgres (#65) (d9f403c)
  • add experiment client in the event-persister service (#89) (e231c03)
  • add experiment service's envoy config in the event persister (#80) (54d8d34)
  • add expiration to keys for evaluation counts (#100) (6c9920f)
  • add get user evaluation interface implementation (#90) (e68dcc2)
  • add handling for new metrics events in the persister service (#31) (6fc3419)
  • add json transcoding to track api for testing (#37) (876fdaf)
  • add metadata property to proto client events (#34) (9cabd9f)
  • add new sdk metrics event types to proto (#29) (5d173d5)
  • add postgresClient to persister (#73) (ff105f2)
  • add redis pipeline metrics (#120) (610e07d)
  • add redis settings in the event persister service (#92) (bbf62ef)
  • add sdk version property to proto metrics events (#32) (2548847)
  • add the ability to handle new metrics event in gateway (#33) (f29ab67)
  • add the metadata property to metrics event proto message (#132) (af575de)
  • add upsert evaluation event in the persister event service (#88) (ce1f4e0)
  • change event-counter timeout to 3 hours temporarily (#86) (c676599)
  • change experiment batch cronjob (#126) (9cd856a)
  • change experiment updater cronjob settings (#55) (9a8a4d0)
  • change grpc track api name temporarily for testing (#39) ([03c626d](https://github.com/bucketeer-io/bucketeer/co...
Read more

v0.1.0

28 Sep 06:36
28f91b6
Compare
Choose a tag to compare

0.1.0 (2022-09-28)

Features

  • add the initial implementation (#1) (038601c)