From 726a285f7bcfebab6e31102b80992a12cfb181bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Heitor=20Jos=C3=A9=20Tessaro?=
<85108199+heitortessaro@users.noreply.github.com>
Date: Thu, 8 Feb 2024 22:37:01 -0300
Subject: [PATCH] docs: add changelog (#40)
---
docs/changelog/changelog.mdx | 84 +++++
docs/changelog/client-side/android.mdx | 118 +++++++
docs/changelog/client-side/flutter.mdx | 16 +
docs/changelog/client-side/ios.mdx | 112 +++++++
docs/changelog/client-side/javascript.mdx | 85 +++++
docs/changelog/core.mdx | 381 ++++++++++++++++++++++
docs/changelog/server-side/node-js.mdx | 41 +++
docs/getting-started/create-an-account.md | 2 +-
docusaurus.config.js | 6 +-
sidebars.js | 67 +++-
src/components/divider/Divider.jsx | 11 +
src/components/divider/style.css | 4 +
src/css/custom.css | 106 ++++++
13 files changed, 1025 insertions(+), 8 deletions(-)
create mode 100644 docs/changelog/changelog.mdx
create mode 100644 docs/changelog/client-side/android.mdx
create mode 100644 docs/changelog/client-side/flutter.mdx
create mode 100644 docs/changelog/client-side/ios.mdx
create mode 100644 docs/changelog/client-side/javascript.mdx
create mode 100644 docs/changelog/core.mdx
create mode 100644 docs/changelog/server-side/node-js.mdx
create mode 100644 src/components/divider/Divider.jsx
create mode 100644 src/components/divider/style.css
diff --git a/docs/changelog/changelog.mdx b/docs/changelog/changelog.mdx
new file mode 100644
index 00000000..325d2ada
--- /dev/null
+++ b/docs/changelog/changelog.mdx
@@ -0,0 +1,84 @@
+---
+title: Bucketeer Changelog
+sidebar_position: 1
+slug: /changelog
+description: List the latest updates from Bucketeer SDKs.
+tags: ['SDKs', 'changelog']
+---
+
+import Button from '@site/src/components/button/Button';
+import ButtonShelf from '@site/src/components/button-shelf/ButtonShelf';
+
+Bucketeer is constantly updating its system and SDKs to provide a better user experience and better control over the feature flag usage. This section aims to maintain you informed about Bucketeer ongoing improvements and innovations. Select one of the available SDKs or the Core project to find the latest updates, fixes, and features.
+
+:::info GitHub Releases
+
+All information provided here is also available in the GitHub repository of each SDKs.
+
+:::
+
+## Core
+
+[Bucketeer](https://bucketeer.io/) is an open-source platform created by CyberAgent to help teams make better decisions, reduce deployment lead time, and release risk through feature flags.
+
+
+
+## SDKs
+
+Bucketeer provides server-side and client-side SDKs. For additional information on how they work, access the [SDKs](/sdk) documentation page.
+
+### Client-side SDK
+
+Client-side SDKs are designed for single-user desktop, mobile, and embedded applications.
+
+
+
+### Server-side SDK
+
+Server-side SDKs are designed for multi-user systems and intended for use in trusted environments, like corporate networks or web servers.
+
+
DO NOT CHANGE OR REMOVE. This is used for the release automation
+
+## [2.1.3](https://github.com/bucketeer-io/android-client-sdk/compare/v2.1.2...v2.1.3) (2023/10/17)
+
+### Build System
+- **deps:** update plugin publish to v0.25.3 ([#84](https://github.com/bucketeer-io/android-client-sdk/issues/84)) ([df9f747](https://github.com/bucketeer-io/android-client-sdk/commit/df9f74760fd182735237f7d6c45cebe9d3444117))
+- **deps:** update actions/checkout action to v4 ([#98](https://github.com/bucketeer-io/android-client-sdk/issues/98)) ([a3a6700](https://github.com/bucketeer-io/android-client-sdk/commit/a3a6700a6160659685b7e901e9b062cf5f8b368d))
+- **deps:** update actions/setup-java action to v3.13.0 ([#102](https://github.com/bucketeer-io/android-client-sdk/issues/102)) ([9fb41a7](https://github.com/bucketeer-io/android-client-sdk/commit/9fb41a7819bf145addb96f7c301531f01b0dbfb4))
+
+### Miscellaneous
+- add sdk version to the network requests ([#99](https://github.com/bucketeer-io/android-client-sdk/issues/99)) ([6c6fa90](https://github.com/bucketeer-io/android-client-sdk/commit/6c6fa90b8df78800a45ffeb3db990ba72f7aac38))
+- add the current timeout setting in the TimeoutErrorMetricsEvent ([#91](https://github.com/bucketeer-io/android-client-sdk/issues/91)) ([cd0fbde](https://github.com/bucketeer-io/android-client-sdk/commit/cd0fbde4d5697ad981fa9a1dd0cca6bd54872e00))
+- change timeout type from float to double ([#114](https://github.com/bucketeer-io/android-client-sdk/issues/114)) ([b8054d7](https://github.com/bucketeer-io/android-client-sdk/commit/b8054d7134b3f597c1b45d9da726dd615ee46092))
+
+### Bug Fixes
+- latency seconds field in metrics event ([#90](https://github.com/bucketeer-io/android-client-sdk/issues/90)) ([ff43158](https://github.com/bucketeer-io/android-client-sdk/commit/ff43158ee84541a4184d1787023214bb047d0b75))
+
+### Performance Improvements
+- improve the network traffic and response time ([#88](https://github.com/bucketeer-io/android-client-sdk/issues/88)) ([ee154b4](https://github.com/bucketeer-io/android-client-sdk/commit/ee154b49f3e9cea7d71cf12bdf5c5982b7fd5131))
+
+### Refactoring
+- evaluation data layer ([#89](https://github.com/bucketeer-io/android-client-sdk/issues/89)) ([6f110d3](https://github.com/bucketeer-io/android-client-sdk/commit/6f110d36f323137f4a9956980c39646f6df6df76))
+
+
+
+
+## [2.1.2](https://github.com/bucketeer-io/android-client-sdk/compare/v2.1.1...v2.1.2) (2023/07/12)
+
+### Bug Fixes
+- json data expection while converting reason type ([#79](https://github.com/bucketeer-io/android-client-sdk/issues/79)) ([dc4aba9](https://github.com/bucketeer-io/android-client-sdk/commit/dc4aba9a4c0671bc990f211f5bdbb1a209c118d6))
+
+
+
+## [2.1.1](https://github.com/bucketeer-io/android-client-sdk/compare/v2.1.0...v2.1.1) (2023/07/03)
+
+### Miscellaneous
+- add variation name property to BKTEvaluation ([#73](https://github.com/bucketeer-io/android-client-sdk/issues/73)) ([87f7e07](https://github.com/bucketeer-io/android-client-sdk/commit/87f7e07e14a13dd40ac5d8fe9a39685912a8eedb))
+
+### Build System
+- **deps:** update androidxlifecycle to v2.6.1 ([#78](https://github.com/bucketeer-io/android-client-sdk/issues/78)) ([d1fc03a](https://github.com/bucketeer-io/android-client-sdk/commit/d1fc03adf09ad482ff07ecf9ef1e662e48fcb479))
+- **deps:** update dependency gradle to v7.6.2 ([#75](https://github.com/bucketeer-io/android-client-sdk/issues/75)) ([1d3d6a9](https://github.com/bucketeer-io/android-client-sdk/commit/1d3d6a97f58eef5157e8c1c2b118deed4b6f756a))
+- **deps:** update plugin kotlinter to v3.15.0 ([#77](https://github.com/bucketeer-io/android-client-sdk/issues/77)) ([60ef581](https://github.com/bucketeer-io/android-client-sdk/commit/60ef581f85c664cea660b7deb2619f1816558b47))
+- **deps:** update plugin publish to v0.25.2 ([#72](https://github.com/bucketeer-io/android-client-sdk/issues/72)) ([58e33cb](https://github.com/bucketeer-io/android-client-sdk/commit/58e33cb6bc8b94b30bec91c7bb8a61023a9bee8e))
+
+
+
+## [2.1.0](https://github.com/bucketeer-io/android-client-sdk/compare/v2.0.0...v2.1.0) (2023/06/13)
+
+### Features
+- add metadata ([#35](https://github.com/bucketeer-io/android-client-sdk/issues/35)) ([8769920](https://github.com/bucketeer-io/android-client-sdk/commit/8769920d0c2bf4be34f37fadc1fcc152d3140846))
+- add new metrics ([#64](https://github.com/bucketeer-io/android-client-sdk/issues/64)) ([61c574b](https://github.com/bucketeer-io/android-client-sdk/commit/61c574bce617577f18ca3656a73b4f9c1ebbb674))
+- send sdk_version ([#33](https://github.com/bucketeer-io/android-client-sdk/issues/33)) ([f7fd846](https://github.com/bucketeer-io/android-client-sdk/commit/f7fd846b4821bb93564969a3117cef060a371306))
+
+### Miscellaneous
+- change not to duplicate the same metric events ([#68](https://github.com/bucketeer-io/android-client-sdk/issues/68)) ([82f89f7](https://github.com/bucketeer-io/android-client-sdk/commit/82f89f7cebca9972a5e76b25308722f65f9680c7))
+- change the APIs request/response format ([#63](https://github.com/bucketeer-io/android-client-sdk/issues/63)) ([3fca036](https://github.com/bucketeer-io/android-client-sdk/commit/3fca0362e03e0fd6f49f7b811ce461a64946bc8d))
+- force to re-evaluate the user when the custom attributes change ([#59](https://github.com/bucketeer-io/android-client-sdk/issues/59)) ([73508d1](https://github.com/bucketeer-io/android-client-sdk/commit/73508d1642da3c6db052f66a7471032aad56c269))
+- set default value for track interface ([#62](https://github.com/bucketeer-io/android-client-sdk/issues/62)) ([5544bbf](https://github.com/bucketeer-io/android-client-sdk/commit/5544bbfb5dd127a8d2058f5112734543270b2156))
+
+### Build System
+- **deps:** update agp to v7.3.1 ([#26](https://github.com/bucketeer-io/android-client-sdk/issues/26)) ([30c70a5](https://github.com/bucketeer-io/android-client-sdk/commit/30c70a5efde54ebdc8b3652fd5c7a9592b7d707b))
+- **deps:** update kotlin and AGP version ([#70](https://github.com/bucketeer-io/android-client-sdk/issues/70)) ([7b09892](https://github.com/bucketeer-io/android-client-sdk/commit/7b0989223acee12ba69402395411139fdd73f044))
+- **deps:** update actions/setup-java action to v3.11.0 ([#61](https://github.com/bucketeer-io/android-client-sdk/issues/61)) ([e6616a3](https://github.com/bucketeer-io/android-client-sdk/commit/e6616a36e83d5165496920da434853d734a6d8aa))
+- **deps:** update actions/setup-java action to v3.6.0 ([#29](https://github.com/bucketeer-io/android-client-sdk/issues/29)) ([7ba510a](https://github.com/bucketeer-io/android-client-sdk/commit/7ba510ae1c8a4126dab95185317cde14383baeb8))
+- **deps:** update actions/setup-java action to v3.9.0 ([#38](https://github.com/bucketeer-io/android-client-sdk/issues/38)) ([47b226d](https://github.com/bucketeer-io/android-client-sdk/commit/47b226d74859d162b2fa3447c15653705b89bb53))
+- **deps:** update amannn/action-semantic-pull-request action to v5 ([#31](https://github.com/bucketeer-io/android-client-sdk/issues/31)) ([69d45eb](https://github.com/bucketeer-io/android-client-sdk/commit/69d45ebcb7e6888800e3a3e1e294d1385e32a128))
+- **deps:** update dependency androidx.test.ext:junit to v1.5.0 ([#54](
+
+
+
+## [2.0.0](https://github.com/bucketeer-io/android-client-sdk/releases/tag/v2.0.0) (2022/10/04)
+
+This version brings the **BREAKING CHANGES**.
+
+- Removed the gRPC dependency
+- Improved SDK metrics
+- Changed SDK initialization process
+- Changed the get variation interfaces (`booleanVariation`, `stringVariation`, etc.)
+- Added `flush` interface to manually send events in the DB to the server if needed
+- Added `addEvaluationUpdateListener` interface so the user can listen when the evaluations change in the DB
+- Added background polling (The SDK will continue polling the latest data from the server even if in the background)
+- Now the SDK flushes events when the app enters the background
+
+See [the documentation](https://docs.bucketeer.io/sdk/client-side/android) for the 2.0.0 version.
+
+### Features
+- evaluation update listener ([#5](https://github.com/bucketeer-io/android-client-sdk/issues/5)) ([28c137c](https://github.com/bucketeer-io/android-client-sdk/commit/28c137c184053405c759c7e30c912cf27e9fc119))
+
+### Bug Fixes
+- **deps:** update dependency androidx.appcompat:appcompat to v1.5.1 ([#21](https://github.com/bucketeer-io/android-client-sdk/issues/21)) ([0d69b07](https://github.com/bucketeer-io/android-client-sdk/commit/0d69b0765c56059bdd809bb6a9f171a8ce4fa3ef))
+
+### Miscellaneous
+- change renovate to check for update monthly ([#22](https://github.com/bucketeer-io/android-client-sdk/issues/22)) ([dcd5a8e](https://github.com/bucketeer-io/android-client-sdk/commit/dcd5a8e37d693f17eedf83858d86ca825c1976b8))
+- **deps:** add renovate.json ([#4](https://github.com/bucketeer-io/android-client-sdk/issues/4)) ([9a92fba](https://github.com/bucketeer-io/android-client-sdk/commit/9a92fba6c9a6f103589ebd9188958a62455c0298))
+- **deps:** update actions/setup-java action to v3.5.1 ([#15](https://github.com/bucketeer-io/android-client-sdk/issues/15)) ([83ca4d5](https://github.com/bucketeer-io/android-client-sdk/commit/83ca4d5cac652f39af2a15c6b26fd956c4af5d73))
+- **deps:** update agp to v7.3.0 ([#19](https://github.com/bucketeer-io/android-client-sdk/issues/19)) ([e3085ca](https://github.com/bucketeer-io/android-client-sdk/commit/e3085caa30cfc6a376ac878e4d5967461f9b5552))
+- **deps:** update dependency gradle to v7.5.1 ([#20](https://github.com/bucketeer-io/android-client-sdk/issues/20)) ([70a92cf](https://github.com/bucketeer-io/android-client-sdk/commit/70a92cfd4f15eba00b8d4197e317eed343334471))
+- **deps:** update kotlin to v1.7.20 ([#16](https://github.com/bucketeer-io/android-client-sdk/issues/16)) ([5226188](https://github.com/bucketeer-io/android-client-sdk/commit/522618823b3196568a44c24caf5914264d064f80))
+- **deps:** update plugin ksp to v1.7.20-1.0.6 ([#18](https://github.com/bucketeer-io/android-client-sdk/issues/18)) ([a4eb543](https://github.com/bucketeer-io/android-client-sdk/commit/a4eb543f45722b681084036504ef69ae1a1aa649))
+- remove unused dependencies ([#9](https://github.com/bucketeer-io/android-client-sdk/issues/9)) ([3dc4361](https://github.com/bucketeer-io/android-client-sdk/commit/3dc4361839dad1e7ce61c814cd4cf88dd12ce364))
+- rename endpoint config to apiEndpoint ([#14](https://github.com/bucketeer-io/android-client-sdk/issues/14)) ([0bf267a](https://github.com/bucketeer-io/android-client-sdk/commit/0bf267a3468a67a2fc48536e64748166903a8203))
+- rename to setUserAttributes interface to updateUserAttributes ([#13](https://github.com/bucketeer-io/android-client-sdk/issues/13)) ([b6c05e4](https://github.com/bucketeer-io/android-client-sdk/commit/b6c05e4d5d065eec905f242addb1a1ed3543a256))
+- update POM urls ([#24](https://github.com/bucketeer-io/android-client-sdk/issues/24)) ([06fd0d9](https://github.com/bucketeer-io/android-client-sdk/commit/06fd0d91595e26581b9522a8ac04ae5b970a4b03))
diff --git a/docs/changelog/client-side/flutter.mdx b/docs/changelog/client-side/flutter.mdx
new file mode 100644
index 00000000..6065e1d9
--- /dev/null
+++ b/docs/changelog/client-side/flutter.mdx
@@ -0,0 +1,16 @@
+---
+title: Flutter
+slug: /changelog/client-side/flutter
+toc_max_heading_level: 2
+---
+
+
+
+
DO NOT CHANGE OR REMOVE. This is used for the release automation
\ No newline at end of file
diff --git a/docs/changelog/client-side/ios.mdx b/docs/changelog/client-side/ios.mdx
new file mode 100644
index 00000000..05be81cc
--- /dev/null
+++ b/docs/changelog/client-side/ios.mdx
@@ -0,0 +1,112 @@
+---
+title: iOS
+slug: /changelog/client-side/ios
+toc_max_heading_level: 2
+---
+
+
+
+
DO NOT CHANGE OR REMOVE. This is used for the release automation
+
+## [2.1.2](https://github.com/bucketeer-io/ios-client-sdk/compare/v2.1.1...v2.1.2) (2023/12/19)
+
+### Bug Fixes
+- could not parser error when the body is a text or empty ([#51](https://github.com/bucketeer-io/ios-client-sdk/issues/51)) ([4a5dc0d](https://github.com/bucketeer-io/ios-client-sdk/commit/4a5dc0d14fc231aba74ee21442841da46028a42e))
+
+### Miscellaneous
+- reduce unnecessary API ([#49](https://github.com/bucketeer-io/ios-client-sdk/issues/49)) ([c790e2a](https://github.com/bucketeer-io/ios-client-sdk/commit/c790e2a3b353d289fd0b2437c91b8761965daf3b))
+
+### Build System
+- change Swiftlint not running when Carthage builds ([#54](https://github.com/bucketeer-io/ios-client-sdk/issues/54)) ([29938c9](https://github.com/bucketeer-io/ios-client-sdk/commit/29938c949bf9daebb46731cf5ed430661b828a14))
+- clean up for Xcode project ([#57](https://github.com/bucketeer-io/ios-client-sdk/issues/57)) ([b59b226](https://github.com/bucketeer-io/ios-client-sdk/commit/b59b226d9725d5ea955637a4bc6c5fb1ad504c76))
+- introduce XcodeGen ([#58](https://github.com/bucketeer-io/ios-client-sdk/issues/58)) ([b6cb562](https://github.com/bucketeer-io/ios-client-sdk/commit/b6cb5629814094a0d1a2394df6e235af860bdb17))
+- remove "Test" of configuration ([#52](https://github.com/bucketeer-io/ios-client-sdk/issues/52)) ([7c77b7c](https://github.com/bucketeer-io/ios-client-sdk/commit/7c77b7c91e12a8d82b5b7e9b50559b08376d450b))
+
+
+
+## [2.1.1](https://github.com/bucketeer-io/ios-client-sdk/compare/v2.1.0...v2.1.1) (2023/10/02)
+
+### Bug Fixes
+- missing timeout value in the timeout error event ([#45](https://github.com/bucketeer-io/ios-client-sdk/issues/45)) ([5a19b80](https://github.com/bucketeer-io/ios-client-sdk/commit/5a19b802e56ff0653266c17c54ce5a91dd1c2bd7))
+
+### Miscellaneous
+- add sdk_version to the network requests ([#48](https://github.com/bucketeer-io/ios-client-sdk/issues/48)) ([8c29c18](https://github.com/bucketeer-io/ios-client-sdk/commit/8c29c183d416251e82a4bb59b3430617b9cfc1a3))
+- change to use feature_id for the active evaluations map ([#44](https://github.com/bucketeer-io/ios-client-sdk/issues/44)) ([a3b308d](https://github.com/bucketeer-io/ios-client-sdk/commit/a3b308d032be592f9fab35e29ccc0045c2a7594f))
+
+### Build System
+- change to get api credentials from xcconfig file ([#46](https://github.com/bucketeer-io/ios-client-sdk/issues/46)) ([cb76294](https://github.com/bucketeer-io/ios-client-sdk/commit/cb7629479f4afc3a7d78fef36b55e016c609914e))
+
+
+
+## [2.1.0](https://github.com/bucketeer-io/ios-client-sdk/compare/v2.0.2...v2.1.0) (2023/09/08)
+
+- The feature tag in the `BKTConfig` is now optional from this release. When the tag is empty, it will evaluate all the feature flags in the environment. No action is required when upgrading it.
+- Note: We recommend using the tag to filter and evaluate only the evaluations you want to evaluate. It will reduce the response time and traffic from the server and use less storage in the client.
+- Also, from this version, the server will only send flags that have been changed instead of returning all flags when a flag changes. With this, the response time will be faster, drastically reducing the server's load.
+
+### Features
+- support for background mode iOS 13+ ([#28](https://github.com/bucketeer-io/ios-client-sdk/issues/28)) ([0161cdf](https://github.com/bucketeer-io/ios-client-sdk/commit/0161cdf905c2db405743db7e572582f9429eb611))
+- change the API response format to improve the response time ([#19](https://github.com/bucketeer-io/ios-client-sdk/issues/19)) ([196c2c9](https://github.com/bucketeer-io/ios-client-sdk/commit/196c2c98501f5bb54548d7b9a71bf0fdf5c5fd38))
+
+### Bug Fixes
+- crash when flushing and destroy the client ([#40](https://github.com/bucketeer-io/ios-client-sdk/issues/40)) ([a2628f9](https://github.com/bucketeer-io/ios-client-sdk/commit/a2628f97948b806f914faf1b77dc664cbc197e78))
+- evaluation scheduler not being reset when the request succeeds ([#37](https://github.com/bucketeer-io/ios-client-sdk/issues/37)) ([8df5ae3](https://github.com/bucketeer-io/ios-client-sdk/commit/8df5ae3955d31f74371351a055ecc66f318089e3))
+- network error being reported as internal sdk error ([#39](https://github.com/bucketeer-io/ios-client-sdk/issues/39)) ([01d6119](https://github.com/bucketeer-io/ios-client-sdk/commit/01d6119e02869adabe261d2e072ad5db0767899b))
+
+### Miscellaneous
+- fix lint error in the podspec ([#41](https://github.com/bucketeer-io/ios-client-sdk/issues/41)) ([99fd16a](https://github.com/bucketeer-io/ios-client-sdk/commit/99fd16a9d7cbafaa6a8817f160af0444aa3cd37d))
+
+
+
+## [2.0.2](https://github.com/bucketeer-io/ios-client-sdk/compare/v2.0.1...v2.0.2) (2023/08/23)
+
+### Bug Fixes
+- evaluation polling interval setting ([#31](https://github.com/bucketeer-io/ios-client-sdk/issues/31)) ([64da192](https://github.com/bucketeer-io/ios-client-sdk/commit/64da19220ed2e3a2520a9644cc14320e39c8eb76))
+- events not being sent to the server ([#30](https://github.com/bucketeer-io/ios-client-sdk/issues/30)) ([0bb11c8](https://github.com/bucketeer-io/ios-client-sdk/commit/0bb11c8f3749c286f359a5cd4562ae50c06edeed))
+
+
+
+## [2.0.1](https://github.com/bucketeer-io/ios-client-sdk/compare/v2.0.0...v2.0.1) (2023/08/09)
+
+### Features
+- support swift package manager ([#4](https://github.com/bucketeer-io/ios-client-sdk/issues/4)) ([276aa89](https://github.com/bucketeer-io/ios-client-sdk/commit/276aa89251fc85acdf98fcc6773dd34309d072e0))
+
+### Bug Fixes
+- concurrency while creating the client instance ([#11](https://github.com/bucketeer-io/ios-client-sdk/issues/11)) ([4b880a4](https://github.com/bucketeer-io/ios-client-sdk/commit/4b880a4c68ae3ed04b1d5e15d6f00517f9bc8ed4))
+- functions are not accessible in the BKTUser struct ([#5](https://github.com/bucketeer-io/ios-client-sdk/issues/5)) ([c62bc8e](https://github.com/bucketeer-io/ios-client-sdk/commit/c62bc8ec0d76d175b182023ac9a390f1cb891074))
+- sending duplicate events ([#24](https://github.com/bucketeer-io/ios-client-sdk/issues/24)) ([b84bb58](https://github.com/bucketeer-io/ios-client-sdk/commit/b84bb5840af722d02963c4b009f866961cff5461))
+
+### Miscellaneous
+- add variation name property to BKTEvaluation ([#12](https://github.com/bucketeer-io/ios-client-sdk/issues/12)) ([fb02f5a](https://github.com/bucketeer-io/ios-client-sdk/commit/fb02f5a6311a78ef31e2760438c0fa574eb8a155))
+- added builder pattern to BKTConfig ([#13](https://github.com/bucketeer-io/ios-client-sdk/issues/13)) ([48dff87](https://github.com/bucketeer-io/ios-client-sdk/commit/48dff87dbe27791fde7dd47293741f4b64adebe2))
+- added builder pattern to BKTUser ([#14](https://github.com/bucketeer-io/ios-client-sdk/issues/14)) ([b444efe](https://github.com/bucketeer-io/ios-client-sdk/commit/b444efee76559ee204c9deb0c76acae9ff190312))
+- change background task id ([#22](https://github.com/bucketeer-io/ios-client-sdk/issues/22)) ([95ba45b](https://github.com/bucketeer-io/ios-client-sdk/commit/95ba45bb9dfbba44f6cc84b12e09a1c8a78627a1))
+- change to throw an exception instead of using fatalError from BKTClient.shared ([#18](https://github.com/bucketeer-io/ios-client-sdk/issues/18)) ([881de7f](https://github.com/bucketeer-io/ios-client-sdk/commit/881de7fbd575fb1c01946ccbb62c13a179deea18))
+- update bundle identifier ([#21](https://github.com/bucketeer-io/ios-client-sdk/issues/21)) ([7ec60d8](https://github.com/bucketeer-io/ios-client-sdk/commit/7ec60d82e9213e5f7fc4a21ef896f411ee8c406c))
+
+
+
+## [2.0.0](https://github.com/bucketeer-io/ios-client-sdk/releases/tag/v2.0.0) (2023/05/31)
+
+This version brings the **BREAKING CHANGES**.
+
+- Removed the gRPC dependency
+- Improved SDK metrics
+- Changed SDK initialization process
+- Changed the get variation interfaces (`boolVariation`, `stringVariation`, etc.)
+- Added `flush` interface to manually send events in the DB to the server if needed
+- Added `addEvaluationUpdateListener` interface so the user can listen when the evaluations change in the DB
+- Added background polling (The SDK will continue polling the latest data from the server even if in the background)
+- Now the SDK flushes events when the app enters the background
+
+See [the documentation](https://docs.bucketeer.io/sdk/client-side/ios) for the 2.0.0 version
+
+### Features
+- add initial implementation ([5d85c6f](https://github.com/bucketeer-io/ios-client-sdk/commit/5d85c6fab1ddb47b32a689a4d6abf3ff79b7a779))
diff --git a/docs/changelog/client-side/javascript.mdx b/docs/changelog/client-side/javascript.mdx
new file mode 100644
index 00000000..6f99858b
--- /dev/null
+++ b/docs/changelog/client-side/javascript.mdx
@@ -0,0 +1,85 @@
+---
+title: JavaScript
+slug: /changelog/client-side/javascript
+toc_max_heading_level: 2
+---
+
+
+
+
DO NOT CHANGE OR REMOVE. This is used for the release automation
+
+## [2.1.1](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.1.0...v2.1.1) (2023-09-20)
+
+### Miscellaneous
+- change the event flush interval default setting ([#108](https://github.com/bucketeer-io/javascript-client-sdk/issues/108)) ([364e5bc](https://github.com/bucketeer-io/javascript-client-sdk/commit/364e5bc439da39f87c4fec9bd1a332199d296010))
+
+### Build System
+- **deps:** lock file maintenance ([#99](https://github.com/bucketeer-io/javascript-client-sdk/issues/99)) ([0556394](https://github.com/bucketeer-io/javascript-client-sdk/commit/0556394a32f681927615d0e3146e694d302b0b53))
+- **deps:** update all non-major dependencies ([#106](https://github.com/bucketeer-io/javascript-client-sdk/issues/106)) ([b8bba6b](https://github.com/bucketeer-io/javascript-client-sdk/commit/b8bba6b4c46c6ca7280e07df22d94611bb0dcbcb))
+- **deps:** update typescript-eslint monorepo to v6 ([#102](https://github.com/bucketeer-io/javascript-client-sdk/issues/102)) ([3989cd0](https://github.com/bucketeer-io/javascript-client-sdk/commit/3989cd06a919db02b4d44f34d16d43b2abef7f96))
+- **deps:** update vitest ([#107](https://github.com/bucketeer-io/javascript-client-sdk/issues/107)) ([d8cc40d](https://github.com/bucketeer-io/javascript-client-sdk/commit/d8cc40d248a546ffd6ed76c8dbe270b6371fab4f))
+
+
+
+
+## [2.1.0](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.0.2...v2.1.0) (2023/07/24)
+
+The feature `tag` in the `BKTConfig` is now optional from this release. When the tag is empty, it will evaluate all the feature flags in the environment. No action is required when upgrading it.
+
+**Note:** We recommend keeping using the `tag` to filter and evaluate only the evaluations you want to evaluate. It will reduce the response time from the server, and it will use less storage in the client.
+
+Also, from this version, the server will only send flags that have been changed instead of returning all flags when a flag changes. With this, the response time will be faster, drastically reducing the server's load.
+
+### Features
+- support Node.js environment ([#51](https://github.com/bucketeer-io/javascript-client-sdk/issues/51)) ([#81](https://github.com/bucketeer-io/javascript-client-sdk/issues/81)) ([c4f6e32](https://github.com/bucketeer-io/javascript-client-sdk/commit/c4f6e3265f367c46f901ef0ec737f7ecb8bf7f66))
+
+### Performance Improvements
+- improve the API response time ([#91](https://github.com/bucketeer-io/javascript-client-sdk/issues/91)) ([ae25249](https://github.com/bucketeer-io/javascript-client-sdk/commit/ae25249d0dbb502fc02e3a08e06e45e319f32be4))
+
+### Miscellaneous
+- add the current timeout setting in the TimeoutErrorMetricsEvent ([#94](https://github.com/bucketeer-io/javascript-client-sdk/issues/94)) ([703006a](https://github.com/bucketeer-io/javascript-client-sdk/commit/703006a9c16d63fe957a386eac3b544c560f7ca1))
+- add variation name property to BKTEvaluation ([#84](https://github.com/bucketeer-io/javascript-client-sdk/issues/84)) ([fed70a1](https://github.com/bucketeer-io/javascript-client-sdk/commit/fed70a121e647f07b8eda50577452799af948516))
+- change not to save the same metrics events ([#88](https://github.com/bucketeer-io/javascript-client-sdk/issues/88)) ([484f02e](https://github.com/bucketeer-io/javascript-client-sdk/commit/484f02e05e2e8b329a8aeb8dffa6635bc21edf03))
+- remove unused `internal` BKTStorage ([#90](https://github.com/bucketeer-io/javascript-client-sdk/issues/90)) ([6d600dd](https://github.com/bucketeer-io/javascript-client-sdk/commit/6d600dd4998e2483d0c24aab28cc23bbddb9f33e))
+
+### Build System
+- **deps:** lock file maintenance ([#73](https://github.com/bucketeer-io/javascript-client-sdk/issues/73)) ([910381e](https://github.com/bucketeer-io/javascript-client-sdk/commit/910381ef2611a2733e2d94d6e139937d3aba28c6))
+- **deps:** lock file maintenance ([#86](https://github.com/bucketeer-io/javascript-client-sdk/issues/86)) ([0bf4bf8](https://github.com/bucketeer-io/javascript-client-sdk/commit/0bf4bf87347dbd937d6b20f20faad4012ffa6af0))
+- **deps:** lock file maintenance ([#89](https://github.com/bucketeer-io/javascript-client-sdk/issues/89)) ([ceb7c16](https://github.com/bucketeer-io/javascript-client-sdk/commit/ceb7c1671314744d0b62b49d37fc1278bede297c))
+- **deps:** update all non-major dependencies ([#76](https://github.com/bucketeer-io/javascript-client-sdk/issues/76)) ([2a2cb40](https://github.com/bucketeer-io/javascript-client-sdk/commit/2a2cb403bb06cecaa90ad306cc4c26164d3f797b))
+- **deps:** update all non-major dependencies ([#85](https://github.com/bucketeer-io/javascript-client-sdk/issues/85)) ([643d1f5](https://github.com/bucketeer-io/javascript-client-sdk/commit/643d1f520abf773f787926259a9bf092d7f6c1e3))
+- **deps:** update all non-major dependencies ([#97](https://github.com/bucketeer-io/javascript-client-sdk/issues/97)) ([31b490b](https://github.com/bucketeer-io/javascript-client-sdk/commit/31b490b8cf61a6fe85f85c8609325578d7d092e0))
+- **deps:** update dependency vite to v4.3.9 [security] ([#78](https://github.com/bucketeer-io/javascript-client-sdk/issues/78)) ([5b00060](https://github.com/bucketeer-io/javascript-client-sdk/commit/5b00060eae7b553858eaa045aba2d866ace7e605))
+- **deps:** update vitest ([#75](https://github.com/bucketeer-io/javascript-client-sdk/issues/75)) ([4cd5f3d](https://github.com/bucketeer-io/javascript-client-sdk/commit/4cd5f3d41d201fdd372f91da3f52df92f024527e))
+- **deps:** lock file maintenance ([#83](https://github.com/bucketeer-io/javascript-client-sdk/issues/83)) ([fe50f9f](https://github.com/bucketeer-io/javascript-client-sdk/commit/fe50f9fd97a9ec50b9a562880f55f2997ed23258))
+- **deps:** pin dependency @vitest/utils to v0.31.0 ([#74](https://github.com/bucketeer-io/javascript-client-sdk/issues/74)) ([816e93c](https://github.com/bucketeer-io/javascript-client-sdk/commit/816e93cacf0a4089b761d338fe8060a42686446b))
+- **deps:** update dependency cross-fetch to v4 ([#95](https://github.com/bucketeer-io/javascript-client-sdk/issues/95)) ([335921a](https://github.com/bucketeer-io/javascript-client-sdk/commit/335921ade974503ee80f5eb87edea5aeff7b4fa7))
+- **deps:** update dependency prettier to v3 ([#96](https://github.com/bucketeer-io/javascript-client-sdk/issues/96)) ([92a3a7f](https://github.com/bucketeer-io/javascript-client-sdk/commit/92a3a7fb99f
+
+
+
+
+## [2.0.2](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.0.1...v2.0.2) (2023/05/22)
+
+This version brings the **BREAKING CHANGES**.
+
+- Improved SDK size from 488KB to 117KB
+- Improved SDK metrics
+- Changed SDK initialization process
+- Changed the get variation interfaces (`boolVariation`, `stringVariation`, etc.)
+- Added `flush` interface to manually send events in the DB to the server if needed
+- Added `addEvaluationUpdateListener` interface so the user can listen when the evaluations change in the DB
+
+See [the documentation](https://docs.bucketeer.io/sdk/client-side/javascript) for the 2.0.0 version.
+
+### Miscellaneous
+- change metadata key format to snake case ([#72](https://github.com/bucketeer-io/javascript-client-sdk/issues/72)) ([92981f1](https://github.com/bucketeer-io/javascript-client-sdk/commit/92981f19bb95c41573a6bfdfba65e8ae159d71d0))
+- **deps:** lock file maintenance ([#71](https://github.com/bucketeer-io/javascript-client-sdk/issues/71)) ([ddf5229](https://github.com/bucketeer-io/javascript-client-sdk/commit/ddf5229d5f1b578c9332a57755ebaa4c8456e7d8))
+- set default value for track interface ([#69](https://github.com/bucketeer-io/javascript-client-sdk/issues/69)) ([da69f66](https://github.com/bucketeer-io/javascript-client-sdk/commit/da69f666ab3caac39d8d8b7770b9db9e1e130c29))
diff --git a/docs/changelog/core.mdx b/docs/changelog/core.mdx
new file mode 100644
index 00000000..6567f3ef
--- /dev/null
+++ b/docs/changelog/core.mdx
@@ -0,0 +1,381 @@
+---
+title: Core
+slug: /changelog/core
+toc_max_heading_level: 2
+---
+
+
+
+
DO NOT CHANGE OR REMOVE. This is used for the release automation
+
+## [0.3.0](https://github.com/bucketeer-io/bucketeer/compare/v0.2.0...v0.3.0) (2023/07/13)
+
+
+### Features
+
+* add experiment calculator manifest chart ([#420](https://github.com/bucketeer-io/bucketeer/issues/420)) ([0789029](https://github.com/bucketeer-io/bucketeer/commit/078902977e54e171f2c4a6d18366bcb5a479cb19))
+* rewrite python calculator service in golang ([#395](https://github.com/bucketeer-io/bucketeer/issues/395)) ([bc0f652](https://github.com/bucketeer-io/bucketeer/commit/bc0f652fd26d861a50982937bf26b4758a22d0bb))
+* **ui:** add copy user ids feature in the flag targeting ([#271](https://github.com/bucketeer-io/bucketeer/issues/271)) ([eaaf349](https://github.com/bucketeer-io/bucketeer/commit/eaaf349f2cb23950bbc49feaa7f06f2e1698ba61))
+* **ui:** add prerequisites in targeting ([#209](https://github.com/bucketeer-io/bucketeer/issues/209)) ([0db448f](https://github.com/bucketeer-io/bucketeer/commit/0db448fa37f49ab55b0d1dbd5b9be1efbb8fccd4))
+* **ui:** add the tag filter to the search filter options ([#177](https://github.com/bucketeer-io/bucketeer/issues/177)) ([3a918da](https://github.com/bucketeer-io/bucketeer/commit/3a918da786c467cc5545a99fdeb315299c863864))
+* **ui:** add the time range filter in the audit logs search ([#259](https://github.com/bucketeer-io/bucketeer/issues/259)) ([f80c49d](https://github.com/bucketeer-io/bucketeer/commit/f80c49d72230e9841acc462100ffc29b660e00cc))
+* **ui:** add time range menu in the evaluation tab ([#333](https://github.com/bucketeer-io/bucketeer/issues/333)) ([6e082b0](https://github.com/bucketeer-io/bucketeer/commit/6e082b093b188a2c85d4e79f484875f46bf16891))
+* **ui:** add webhook admin ([#243](https://github.com/bucketeer-io/bucketeer/issues/243)) ([33abd69](https://github.com/bucketeer-io/bucketeer/commit/33abd69348f78f885b107aa9bc4651bae96edc8b))
+* **ui:** show which flag the segment user is using when deleting or updating it ([#272](https://github.com/bucketeer-io/bucketeer/issues/272)) ([0ea2d1a](https://github.com/bucketeer-io/bucketeer/commit/0ea2d1a23a1e6b8dbbd38902dd9084c2bd17b6d0))
+
+
+### Bug Fixes
+
+* change GetEvaluations request field ([#461](https://github.com/bucketeer-io/bucketeer/issues/461)) ([d98e147](https://github.com/bucketeer-io/bucketeer/commit/d98e1471b29785f882269706b98091eff2b9f618))
+* environment is not found error during operation of apikey-cacher ([#458](https://github.com/bucketeer-io/bucketeer/issues/458)) ([9414dc8](https://github.com/bucketeer-io/bucketeer/commit/9414dc84f73e90ea6fab993fbc4321e532aa75c7))
+* evaluate prerequisite features correctly ([#219](https://github.com/bucketeer-io/bucketeer/issues/219)) ([e295d82](https://github.com/bucketeer-io/bucketeer/commit/e295d82ac2a23eaf525b871ff88ba96a69d4741f))
+* eventcounter doesn't return goal counts ([#176](https://github.com/bucketeer-io/bucketeer/issues/176)) ([80ca712](https://github.com/bucketeer-io/bucketeer/commit/80ca7129fdc24004cf0c3b55668a3fd6fdeb6c37))
+* flush timeout setting not working ([#146](https://github.com/bucketeer-io/bucketeer/issues/146)) ([4e68977](https://github.com/bucketeer-io/bucketeer/commit/4e68977a3fdb7ce7e4140cf14339c135c6e7e275))
+* goal event not being acknowledged correctly ([#159](https://github.com/bucketeer-io/bucketeer/issues/159)) ([38b9bd0](https://github.com/bucketeer-io/bucketeer/commit/38b9bd0f896dfad53af69b6b296bfc0655981258))
+* insert same prerequisite features twice ([#205](https://github.com/bucketeer-io/bucketeer/issues/205)) ([46f71c5](https://github.com/bucketeer-io/bucketeer/commit/46f71c5c91865287f247f1d7a90ef7f852e39325))
+* insert timestamp correctly in bigquery ([#173](https://github.com/bucketeer-io/bucketeer/issues/173)) ([6f2befc](https://github.com/bucketeer-io/bucketeer/commit/6f2befc51e266cd0ab1c85e97c65c3f36b9f6da7))
+* internal error when there are no counts for evaluation time-series count ([#184](https://github.com/bucketeer-io/bucketeer/issues/184)) ([8cf8a0a](https://github.com/bucketeer-io/bucketeer/commit/8cf8a0a48feb427133fa4e848f68c917208acfd1))
+* invalid message type in the api-gateway ([#157](https://github.com/bucketeer-io/bucketeer/issues/157)) ([a3a7a84](https://github.com/bucketeer-io/bucketeer/commit/a3a7a84deca6eafcb449d329526181963090dd36))
+* mau count yearMonth not matching to the table partition format ([#148](https://github.com/bucketeer-io/bucketeer/issues/148)) ([0323b84](https://github.com/bucketeer-io/bucketeer/commit/0323b84271b63bc86981f78c5c557bcb8fa4ef52))
+* metrics events count is not saved to prometheus ([#220](https://github.com/bucketeer-io/bucketeer/issues/220)) ([0068c05](https://github.com/bucketeer-io/bucketeer/commit/0068c0564f01d5b08c995eee6fa2bf250175ef68))
+* missing tag property in the domain event for feature flag ([#210](https://github.com/bucketeer-io/bucketeer/issues/210)) ([fbed22f](https://github.com/bucketeer-io/bucketeer/commit/fbed22fc5321c4ee91ba50710ed482da9827d01b))
+* mysql error alerts when the auto ops rule is already triggered ([#196](https://github.com/bucketeer-io/bucketeer/issues/196)) ([cdd8cb6](https://github.com/bucketeer-io/bucketeer/commit/cdd8cb6edbf9472997bd0fa89d4ba092364c21e4))
+* nil pointer if Reason field is nil ([#262](https://github.com/bucketeer-io/bucketeer/issues/262)) ([90244de](https://github.com/bucketeer-io/bucketeer/commit/90244de44a8cac70b148bac9792540c2a6794a23))
+* not found error being reported as fail error ([#186](https://github.com/bucketeer-io/bucketeer/issues/186)) ([bebb0b7](https://github.com/bucketeer-io/bucketeer/commit/bebb0b76a363dad4613158133637337bb38f5d2b))
+* OOM while trying to delete a segment ([#297](https://github.com/bucketeer-io/bucketeer/issues/297)) ([2dd94b6](https://github.com/bucketeer-io/bucketeer/commit/2dd94b67c5bdb91f42896787c089fca914508ef9))
+* prerequisite list is always empty ([#201](https://github.com/bucketeer-io/bucketeer/issues/201)) ([8f4d7d0](https://github.com/bucketeer-io/bucketeer/commit/8f4d7d0aee61ea16772332c28c647c0062aa4d3e))
+* tag filter is not working in the feature flag list ([#394](https://github.com/bucketeer-io/bucketeer/issues/394)) ([9c7cb34](https://github.com/bucketeer-io/bucketeer/commit/9c7cb3461ee7f580b6cc6d42ed939fef8d2563be))
+* **ui:** assertion error when saving an auto ops rule ([#238](https://github.com/bucketeer-io/bucketeer/issues/238)) ([0cc348d](https://github.com/bucketeer-io/bucketeer/commit/0cc348db4b1f88213abbe65f5802a505e4c07e2b))
+* **ui:** auto ops validation ([#171](https://github.com/bucketeer-io/bucketeer/issues/171)) ([775e3d4](https://github.com/bucketeer-io/bucketeer/commit/775e3d4b352c14f533685a2b5dbe6094cef7ede8))
+* **ui:** date text only shows in japanese ([#234](https://github.com/bucketeer-io/bucketeer/issues/234)) ([417bbeb](https://github.com/bucketeer-io/bucketeer/commit/417bbebc46b03e026aa28f6d3d05b316bacb0d0d))
+* **ui:** rollout percentage not displaying correctly on firefox ([#423](https://github.com/bucketeer-io/bucketeer/issues/423)) ([7efa83c](https://github.com/bucketeer-io/bucketeer/commit/7efa83c2d1b9dbe88f020f0bfb596ed94b57ffc4))
+* **ui:** show tooltip while hovering on variation delete button ([#143](https://github.com/bucketeer-io/bucketeer/issues/143)) ([5c0d7a9](https://github.com/bucketeer-io/bucketeer/commit/5c0d7a926508e3a0bb308b15aa7b64d2a91a11f5))
+* **ui:** targeting rule validation ([#149](https://github.com/bucketeer-io/bucketeer/issues/149)) ([6b3c872](https://github.com/bucketeer-io/bucketeer/commit/6b3c87287d0f3f149741fa3a92694d7df0ac4c05))
+* **ui:** uncaught type error while switching between experiments ([#156](https://github.com/bucketeer-io/bucketeer/issues/156)) ([d2753a6](https://github.com/bucketeer-io/bucketeer/commit/d2753a6ace2bede3ed85871f5edfa309c1b7bb85))
+* **ui:** undefined error while open evaluation tab ([#381](https://github.com/bucketeer-io/bucketeer/issues/381)) ([f66a9f9](https://github.com/bucketeer-io/bucketeer/commit/f66a9f9f60a2c3604a9d83558ed79643297d2dec))
+* web-gateway health check ([#456](https://github.com/bucketeer-io/bucketeer/issues/456)) ([13bb755](https://github.com/bucketeer-io/bucketeer/commit/13bb755c0cb0134917148357bdabf0498b6d1998))
+* wrong starting time in GetEvaluationTimeseriesCount ([#326](https://github.com/bucketeer-io/bucketeer/issues/326)) ([c848584](https://github.com/bucketeer-io/bucketeer/commit/c848584cd9dbe65985cba3e3b866f1adf2b75e0d))
+* wrong user counts in 24 hours ([#338](https://github.com/bucketeer-io/bucketeer/issues/338)) ([cbdec91](https://github.com/bucketeer-io/bucketeer/commit/cbdec91760c15f29079215154c66ba903f104cdf))
+
+
+### Performance Improvements
+
+* generate the UEID from the features filtered by the tag ([#399](https://github.com/bucketeer-io/bucketeer/issues/399)) ([171cc21](https://github.com/bucketeer-io/bucketeer/commit/171cc215164c5c09cbac6ca078d9edcf1e353aa6))
+* improve the user evaluation process ([#316](https://github.com/bucketeer-io/bucketeer/issues/316)) ([12535b8](https://github.com/bucketeer-io/bucketeer/commit/12535b8dde4098c1af70ddb836c7735366296665))
+
+
+### Reverts
+
+* add manifest files for event persister dwh ([#158](https://github.com/bucketeer-io/bucketeer/issues/158)) ([b0d80de](https://github.com/bucketeer-io/bucketeer/commit/b0d80dec56cbc8110611ddf88cf927303e50c69b))
+* e2e for auto ops ([#169](https://github.com/bucketeer-io/bucketeer/issues/169)) ([fe1f6ac](https://github.com/bucketeer-io/bucketeer/commit/fe1f6ac0f2d1d07dbc16ed232fe72cf8d94660fa))
+
+
+### Miscellaneous
+
+* add api key to log ([#300](https://github.com/bucketeer-io/bucketeer/issues/300)) ([02d0350](https://github.com/bucketeer-io/bucketeer/commit/02d0350c49e701e91d290dded1073d59fdcee24f))
+* add archived feature flags to the cache ([#305](https://github.com/bucketeer-io/bucketeer/issues/305)) ([d75a4c1](https://github.com/bucketeer-io/bucketeer/commit/d75a4c124877b838954c756c08f63136ec14217d))
+* add audit-log, auto-ops, environment service into the backend module ([#419](https://github.com/bucketeer-io/bucketeer/issues/419)) ([c2e49a7](https://github.com/bucketeer-io/bucketeer/commit/c2e49a76b4962f1d331b77fb7e3978e6db322295))
+* add backend service ([#404](https://github.com/bucketeer-io/bucketeer/issues/404)) ([4a9e7f5](https://github.com/bucketeer-io/bucketeer/commit/4a9e7f59e9906720ac1bb5c0ee147aa755bed645))
+* add bigquery querier to eventcounter ([#129](https://github.com/bucketeer-io/bucketeer/issues/129)) ([1d86fe8](https://github.com/bucketeer-io/bucketeer/commit/1d86fe83f19333b0c106ecd967fb4f7cf280f291))
+* add content_available option for fcm request ([#274](https://github.com/bucketeer-io/bucketeer/issues/274)) ([ac1b9cf](https://github.com/bucketeer-io/bucketeer/commit/ac1b9cfb6717a5297aca4333e5483d516c9bec9a))
+* add custom dex web ui ([#319](https://github.com/bucketeer-io/bucketeer/issues/319)) ([f1b6f95](https://github.com/bucketeer-io/bucketeer/commit/f1b6f955711ff8d2ceb6b88e612312c4799771b0))
+* add Dependabot ([#329](https://github.com/bucketeer-io/bucketeer/issues/329)) ([9accf03](https://github.com/bucketeer-io/bucketeer/commit/9accf03e92cfbf79ab378566fa04b116022ff2da))
+* add event persister service for A/B tests ([#150](https://github.com/bucketeer-io/bucketeer/issues/150)) ([ab6298b](https://github.com/bucketeer-io/bucketeer/commit/ab6298bb1383ad4c708bb3ee37cf2d5115ec9a03))
+* add event persister service for auto ops ([#179](https://github.com/bucketeer-io/bucketeer/issues/179)) ([1b2643d](https://github.com/bucketeer-io/bucketeer/commit/1b2643dd609e07c52c7f7a48d8ec0b47ed284f08))
+* add event-counter, experiment, feature service into the backend module ([#422](https://github.com/bucketeer-io/bucketeer/issues/422)) ([8be183a](https://github.com/bucketeer-io/bucketeer/commit/8be183aea0d679268215c3ce42f798e76c43c14b))
+* add features field to list segments api ([#402](https://github.com/bucketeer-io/bucketeer/issues/402)) ([8079315](https://github.com/bucketeer-io/bucketeer/commit/80793152e4513cc84914efa603edfd5b65653f65))
+* add function to get prerequisites ([#284](https://github.com/bucketeer-io/bucketeer/issues/284)) ([2b3545a](https://github.com/bucketeer-io/bucketeer/commit/2b3545ad04592df16034f30d150bb256148b56df))
+* add function to refresh features cache ([#293](https://github.com/bucketeer-io/bucketeer/issues/293)) ([154a1ed](https://github.com/bucketeer-io/bucketeer/commit/154a1ed4b007f3fb3fc76810b85a9cb524fa7024))
+* add generated files from proto ([#398](https://github.com/bucketeer-io/bucketeer/issues/398)) ([4d9d5ce](https://github.com/bucketeer-io/bucketeer/commit/4d9d5ce19036d647aaec987fe30b0b8127b149a8))
+* add GetExperimentGoalCount api to eventcounter ([#155](https://github.com/bucketeer-io/bucketeer/issues/155)) ([c0728ea](https://github.com/bucketeer-io/bucketeer/commit/c0728eabc9341004faf69cd7e917ecd9badb34f3))
+* add github issue template ([#278](https://github.com/bucketeer-io/bucketeer/issues/278)) ([afa657a](https://github.com/bucketeer-io/bucketeer/commit/afa657a7cece06ded88d545522f0789d0924d5e5))
+* add httpstan dockerfile ([#379](https://github.com/bucketeer-io/bucketeer/issues/379)) ([592ade3](https://github.com/bucketeer-io/bucketeer/commit/592ade3b1f916e774c950f693262990ab20fbf93))
+* add javascript source id to the proto message ([#226](https://github.com/bucketeer-io/bucketeer/issues/226)) ([098218b](https://github.com/bucketeer-io/bucketeer/commit/098218b521bb72c870a984d594f9bf8efb5db624))
+* add job schedule options to calculator flags ([#161](https://github.com/bucketeer-io/bucketeer/issues/161)) ([fab8cdb](https://github.com/bucketeer-io/bucketeer/commit/fab8cdbd31e65497d01b60941a4d7b573113bf19))
+* add language field to Recipient ([#335](https://github.com/bucketeer-io/bucketeer/issues/335)) ([b150407](https://github.com/bucketeer-io/bucketeer/commit/b1504075f9278aec3ab5a3fe3b14cb7dda87eed8))
+* add latencySecond field to latencyMetricsEvent ([#265](https://github.com/bucketeer-io/bucketeer/issues/265)) ([1a7d7ad](https://github.com/bucketeer-io/bucketeer/commit/1a7d7ad9e6b988056eeeee70cce8bb8a062fc0dc))
+* add log for invalid type event ([#299](https://github.com/bucketeer-io/bucketeer/issues/299)) ([4bc8135](https://github.com/bucketeer-io/bucketeer/commit/4bc813502c1735d8a1938c00fbccbdd5d96b4bd1))
+* add logs for debug ([#393](https://github.com/bucketeer-io/bucketeer/issues/393)) ([3de8e76](https://github.com/bucketeer-io/bucketeer/commit/3de8e763207c022efb04d100c91be34dbb9056bc))
+* add manifest files for event persister dwh ([#154](https://github.com/bucketeer-io/bucketeer/issues/154)) ([dd7196e](https://github.com/bucketeer-io/bucketeer/commit/dd7196e333bef834397ef043e85acfbe01dfa9a1))
+* add manifest files for event persister dwh ([#162](https://github.com/bucketeer-io/bucketeer/issues/162)) ([06812cf](https://github.com/bucketeer-io/bucketeer/commit/06812cff363032d0314836d31cb1ac984bf4e805))
+* add manifest for event persister ops ([#174](https://github.com/bucketeer-io/bucketeer/issues/174)) ([8c06c22](https://github.com/bucketeer-io/bucketeer/commit/8c06c22dc0a8b62a9aa422babe0bc8c43407df63))
+* add metrics events according to HTTP status code ([#202](https://github.com/bucketeer-io/bucketeer/issues/202)) ([6a53991](https://github.com/bucketeer-io/bucketeer/commit/6a539916a003e117da245b13efa78370d6347fc8))
+* add metrics for evaluation ([#317](https://github.com/bucketeer-io/bucketeer/issues/317)) ([c057d9d](https://github.com/bucketeer-io/bucketeer/commit/c057d9d361cf3767d8d879f9af0e1a9229338ef5))
+* add migration-mysql, notification, push service into the backend module ([#426](https://github.com/bucketeer-io/bucketeer/issues/426)) ([5cd83db](https://github.com/bucketeer-io/bucketeer/commit/5cd83db748d0cc2583899ef6c7b01bf4cc411106))
+* add new APIs for ops events using redis ([#165](https://github.com/bucketeer-io/bucketeer/issues/165)) ([76fe837](https://github.com/bucketeer-io/bucketeer/commit/76fe8376f3210cafed23e6644cf1088c77ef1eb5))
+* add projectID to sdk metrics ([b207f98](https://github.com/bucketeer-io/bucketeer/commit/b207f98b66021f7b0cc3f1f20f1d9ccc15148f4a))
+* add projectID to sdk metrics ([#279](https://github.com/bucketeer-io/bucketeer/issues/279)) ([ccb7b2b](https://github.com/bucketeer-io/bucketeer/commit/ccb7b2ba3f9e571cc5175a7b27ce605e5f0a6434))
+* add proto file for progressive rollout ([#285](https://github.com/bucketeer-io/bucketeer/issues/285)) ([d006e2a](https://github.com/bucketeer-io/bucketeer/commit/d006e2a7a72f2dbf8e42c29b90ed17f2588e1553))
+* add proto-all command in Makefile ([#424](https://github.com/bucketeer-io/bucketeer/issues/424)) ([7f9daf9](https://github.com/bucketeer-io/bucketeer/commit/7f9daf99e32c0e8183f7ce64308e1517d78826a0))
+* add proto-go-check command ([#409](https://github.com/bucketeer-io/bucketeer/issues/409)) ([894d345](https://github.com/bucketeer-io/bucketeer/commit/894d34548546604be04c6d02cabad8d4184a2f31))
+* add renovate to cla allowlist ([#225](https://github.com/bucketeer-io/bucketeer/issues/225)) ([9cc3e6f](https://github.com/bucketeer-io/bucketeer/commit/9cc3e6f0257f9b8c03147f4c001aa83ee83f6bc0))
+* add routing from other microservices to backend service ([#416](https://github.com/bucketeer-io/bucketeer/issues/416)) ([7493fae](https://github.com/bucketeer-io/bucketeer/commit/7493faeee10d88f362611a1b081e1401c35787c3))
+* add routing to event-counter, experiment, feature in the backend module ([#425](https://github.com/bucketeer-io/bucketeer/issues/425)) ([999ba67](https://github.com/bucketeer-io/bucketeer/commit/999ba67fa9283350e935a6c512e437dd11c31e48))
+* add routing to migration-mysql, notification, push in the backend module ([#429](https://github.com/bucketeer-io/bucketeer/issues/429)) ([10e1ac7](https://github.com/bucketeer-io/bucketeer/commit/10e1ac7ba2b7639b6a3db5420bb4b58b08fc6272))
+* add service account config to manifests ([#151](https://github.com/bucketeer-io/bucketeer/issues/151)) ([4f8db44](https://github.com/bucketeer-io/bucketeer/commit/4f8db44e506a36473de8fb47dc4e9fb636ea8ad3))
+* add serviceAccountName spec to deployment template ([#152](https://github.com/bucketeer-io/bucketeer/issues/152)) ([f9b5fe9](https://github.com/bucketeer-io/bucketeer/commit/f9b5fe98cc7302670f83eea74fa4f7335dab2180))
+* add several metrics for dwh ([#191](https://github.com/bucketeer-io/bucketeer/issues/191)) ([fcfc122](https://github.com/bucketeer-io/bucketeer/commit/fcfc1225bf4c3dc1440654c11003f53578032572))
+* add source id property to metrics event ([#214](https://github.com/bucketeer-io/bucketeer/issues/214)) ([be1aadc](https://github.com/bucketeer-io/bucketeer/commit/be1aadcf8f2da8880684badb75e6dd0e166b5a0a))
+* add support for a single evaluation in the evaluate features api ([#228](https://github.com/bucketeer-io/bucketeer/issues/228)) ([b2e8cc5](https://github.com/bucketeer-io/bucketeer/commit/b2e8cc5f80b9792002bdf423a8b662a49a2fe6c1))
+* add support for multiple experiment using the same goal id ([#203](https://github.com/bucketeer-io/bucketeer/issues/203)) ([12d7c3f](https://github.com/bucketeer-io/bucketeer/commit/12d7c3f29c0bdea285d20bcf84ca16cbca5a0718))
+* add support to filter feature flags by prerequisites ([#230](https://github.com/bucketeer-io/bucketeer/issues/230)) ([87a68c7](https://github.com/bucketeer-io/bucketeer/commit/87a68c79ff78a977c1e42976afd2d8faa43b02c7))
+* add tag filtering to evaluation by evaluatedAt ([#318](https://github.com/bucketeer-io/bucketeer/issues/318)) ([9dc6525](https://github.com/bucketeer-io/bucketeer/commit/9dc652537ea718136d14d2070c61b718789771e3))
+* add the ability to configure timezone ([#322](https://github.com/bucketeer-io/bucketeer/issues/322)) ([a9010dd](https://github.com/bucketeer-io/bucketeer/commit/a9010dd2e7937eeb8169b998131b1477023d9604))
+* add time range option in the proto for evaluation count request ([#291](https://github.com/bucketeer-io/bucketeer/issues/291)) ([f19283b](https://github.com/bucketeer-io/bucketeer/commit/f19283b7952444f4f305ccc3ad7ad20568ae5ea1))
+* add TTL to the put function of the cache ([#295](https://github.com/bucketeer-io/bucketeer/issues/295)) ([465e502](https://github.com/bucketeer-io/bucketeer/commit/465e502fbe03a290fd752f718419b1633b2cb8fb))
+* add variation name to get evaluations response ([#438](https://github.com/bucketeer-io/bucketeer/issues/438)) ([0faba48](https://github.com/bucketeer-io/bucketeer/commit/0faba487c03c0cc00b7b5b44c1009bd549448140))
+* adjust cache TTL temporarily ([#298](https://github.com/bucketeer-io/bucketeer/issues/298)) ([daca964](https://github.com/bucketeer-io/bucketeer/commit/daca96434ac632a7e530283aba1c6ddd43c516df))
+* adjust features cache TTL ([#301](https://github.com/bucketeer-io/bucketeer/issues/301)) ([55ca6c0](https://github.com/bucketeer-io/bucketeer/commit/55ca6c080b4cf12d43259c17dc301219785c1267))
+* adjust shutdown process ([#432](https://github.com/bucketeer-io/bucketeer/issues/432)) ([b50b9f2](https://github.com/bucketeer-io/bucketeer/commit/b50b9f22b0ffd3faad7205e330c6a9e4e4eb92d3))
+* allow calculator image tag to be set individually ([#462](https://github.com/bucketeer-io/bucketeer/issues/462)) ([3cc1175](https://github.com/bucketeer-io/bucketeer/commit/3cc1175c6d8e1ce2bf4bfa4beeb3720f895aca6e))
+* auto merge PR automatically ([#330](https://github.com/bucketeer-io/bucketeer/issues/330)) ([8ba3a4f](https://github.com/bucketeer-io/bucketeer/commit/8ba3a4fef30e866f660d41dc2d28c708e3dc7652))
+* change apis calculator executes for experiment ([#172](https://github.com/bucketeer-io/bucketeer/issues/172)) ([80bc7b2](https://github.com/bucketeer-io/bucketeer/commit/80bc7b280959bdd9d8ce1b9f0115e03f59efd0d2))
+* change auto ops count key format ([#200](https://github.com/bucketeer-io/bucketeer/issues/200)) ([6e2e9dd](https://github.com/bucketeer-io/bucketeer/commit/6e2e9dd1edd5ffcedf16279a1c23fe71feadf36f))
+* change evaluation count tab api ([#183](https://github.com/bucketeer-io/bucketeer/issues/183)) ([b4ceb8b](https://github.com/bucketeer-io/bucketeer/commit/b4ceb8b7d73cf5c5a56dfdebb3d81808c92d5bcb))
+* change get evaluations response ([#407](https://github.com/bucketeer-io/bucketeer/issues/407)) ([d132227](https://github.com/bucketeer-io/bucketeer/commit/d132227216518177b51f6e89065c57f1af0312ae))
+* change getEvaluations response ([#406](https://github.com/bucketeer-io/bucketeer/issues/406)) ([04f8066](https://github.com/bucketeer-io/bucketeer/commit/04f806681909c76833e5e7d5091e6cafa476a030))
+* change hpa api version ([#188](https://github.com/bucketeer-io/bucketeer/issues/188)) ([212cbe6](https://github.com/bucketeer-io/bucketeer/commit/212cbe6eca3f1644c86a17fad9ce1f107fa9e8e2))
+* change list experiments condition in the event persister ([#460](https://github.com/bucketeer-io/bucketeer/issues/460)) ([66b840d](https://github.com/bucketeer-io/bucketeer/commit/66b840de7bc2d3421421aa7c6c20679212b5972e))
+* change service account to be optional in the helm manifest ([#245](https://github.com/bucketeer-io/bucketeer/issues/245)) ([9ec1381](https://github.com/bucketeer-io/bucketeer/commit/9ec13812f2c574ca4a95ca8f58a175d6f3bbc561))
+* change service-accounts name ([#358](https://github.com/bucketeer-io/bucketeer/issues/358)) ([73458d6](https://github.com/bucketeer-io/bucketeer/commit/73458d6ecc98a78e8062b6a05d8c766e41b4d89b))
+* change service-accounts name in deployment.yaml ([#396](https://github.com/bucketeer-io/bucketeer/issues/396)) ([7a817a9](https://github.com/bucketeer-io/bucketeer/commit/7a817a9dcdbf4960ffc09b0445e407821c113b5f))
+* change the wait-interval field in lewagon/wait-on-check-action ([#369](https://github.com/bucketeer-io/bucketeer/issues/369)) ([1c68852](https://github.com/bucketeer-io/bucketeer/commit/1c68852331e3059cf8e60a906d74b7623143a1e2))
+* change to always return the error messages in Japanese temporarily ([#218](https://github.com/bucketeer-io/bucketeer/issues/218)) ([b34c7ec](https://github.com/bucketeer-io/bucketeer/commit/b34c7ec8553f50c8756f4e9d781c230eb218f4cd))
+* change web-gateway preStop hook ([#296](https://github.com/bucketeer-io/bucketeer/issues/296)) ([3288511](https://github.com/bucketeer-io/bucketeer/commit/3288511f45f2e74150b2d963f97db42ab40cb3eb))
+* change web-gateway's LB to L7 ([#251](https://github.com/bucketeer-io/bucketeer/issues/251)) ([42598d6](https://github.com/bucketeer-io/bucketeer/commit/42598d645af807d7de44db81a21b7ed765af2c94))
+* configure timezone fields ([#324](https://github.com/bucketeer-io/bucketeer/issues/324)) ([b97bfd3](https://github.com/bucketeer-io/bucketeer/commit/b97bfd352267ed917ac20959636da94e86e665ee))
+* **deps:** update contributor-assistant/github-action digest to b2a7f9f ([#247](https://github.com/bucketeer-io/bucketeer/issues/247)) ([fcd566d](https://github.com/bucketeer-io/bucketeer/commit/fcd566d78a8190120ebcd38244ea5a5d0fbdea16))
+* **deps:** update dependency autoprefixer to v9.8.8 ([#304](https://github.com/bucketeer-io/bucketeer/issues/304)) ([60cce4e](https://github.com/bucketeer-io/bucketeer/commit/60cce4ea8fadac4061358810f33e71e7bce48c52))
+* **deps:** update dependency cython to v0.29.35 ([#371](https://github.com/bucketeer-io/bucketeer/issues/371)) ([e6281ed](https://github.com/bucketeer-io/bucketeer/commit/e6281edfced5379df0d9809496142ecf8eacbd3b))
+* **deps:** update dependency numpy to v1.22.0 [security] ([#222](https://github.com/bucketeer-io/bucketeer/issues/222)) ([5909420](https://github.com/bucketeer-io/bucketeer/commit/59094206a886d852c386b82d19103b87b8063fca))
+* **deps:** update dependency protobuf to v3.20.2 [security] ([#221](https://github.com/bucketeer-io/bucketeer/issues/221)) ([dfca8e8](https://github.com/bucketeer-io/bucketeer/commit/dfca8e8886a76468e2f781e673d4d26d00a3b751))
+* **deps:** update google.golang.org/genproto digest to 7f2fa6f ([#248](https://github.com/bucketeer-io/bucketeer/issues/248)) ([604f3bc](https://github.com/bucketeer-io/bucketeer/commit/604f3bca6ced9c5230b233cef5312fea7b537084))
+* disable analysis side menu ([#170](https://github.com/bucketeer-io/bucketeer/issues/170)) ([b5ed7fa](https://github.com/bucketeer-io/bucketeer/commit/b5ed7faab3cbdd83a9930a50a8513e7b75ca2d30))
+* enable cache in setup-go ([#437](https://github.com/bucketeer-io/bucketeer/issues/437)) ([e001aea](https://github.com/bucketeer-io/bucketeer/commit/e001aeab6bc9e933d5b1b9b21129f097f324281c))
+* fix backend envoy-config ([#427](https://github.com/bucketeer-io/bucketeer/issues/427)) ([c98384f](https://github.com/bucketeer-io/bucketeer/commit/c98384f18d43076ecb9e10ef50998c642b2e4025))
+* fix mockgen version ([#452](https://github.com/bucketeer-io/bucketeer/issues/452)) ([9396d76](https://github.com/bucketeer-io/bucketeer/commit/9396d76f328ce1cc5b637c16a3c4874d5713ad11))
+* fix service account in helm charts ([#280](https://github.com/bucketeer-io/bucketeer/issues/280)) ([5deee42](https://github.com/bucketeer-io/bucketeer/commit/5deee42d2c3b855d9f9b02f98c3d7f8825493b79))
+* get evaluation count in hourly timestamp ([#252](https://github.com/bucketeer-io/bucketeer/issues/252)) ([8783f84](https://github.com/bucketeer-io/bucketeer/commit/8783f84739f246fb21c4fa45acaa889f16e0b419))
+* improve api-gateway health check ([#457](https://github.com/bucketeer-io/bucketeer/issues/457)) ([119308f](https://github.com/bucketeer-io/bucketeer/commit/119308f00451ae84f27571a55584e18a235f1ebe))
+* include the current hour in GetEvaluationTimeseriesCount ([#421](https://github.com/bucketeer-io/bucketeer/issues/421)) ([258d2ac](https://github.com/bucketeer-io/bucketeer/commit/258d2acaa7606059e1fb42e32fbd17cf38fff3f8))
+* mark event id as a failure when failed to marshal ([#166](https://github.com/bucketeer-io/bucketeer/issues/166)) ([5111d2c](https://github.com/bucketeer-io/bucketeer/commit/5111d2c9cfdbe652ca8d4696f19b1f486a747ba4))
+* mark id as a fail when appends requests is failed ([#168](https://github.com/bucketeer-io/bucketeer/issues/168)) ([bfe1116](https://github.com/bucketeer-io/bucketeer/commit/bfe1116ce15f11fc26c9348dd3a9e107ffe4b6d8))
+* modify timeout second of web-gateway backend ([#270](https://github.com/bucketeer-io/bucketeer/issues/270)) ([c8d0296](https://github.com/bucketeer-io/bucketeer/commit/c8d0296d727cf8ee9040b8e48050fc7cb82c6c5e))
+* move function saving metrics event to gateway ([#216](https://github.com/bucketeer-io/bucketeer/issues/216)) ([f74eacb](https://github.com/bucketeer-io/bucketeer/commit/f74eacbc8b3bcc5891d5b09b59e685e92b0d66ed))
+* move upsert MAU implementation to user persister ([#195](https://github.com/bucketeer-io/bucketeer/issues/195)) ([8aa7199](https://github.com/bucketeer-io/bucketeer/commit/8aa71999542a1fb0e0267b80b4e996bc982bb2bc))
+* precompile stan model ([#454](https://github.com/bucketeer-io/bucketeer/issues/454)) ([59190d6](https://github.com/bucketeer-io/bucketeer/commit/59190d68fb836e714ce3421b6293f694ffff2602))
+* publish GetEvaluationTimeseriesCountV2 API ([#332](https://github.com/bucketeer-io/bucketeer/issues/332)) ([48ca696](https://github.com/bucketeer-io/bucketeer/commit/48ca696875fbacc3019407326321055984f7ac84))
+* remove bigtable client ([#237](https://github.com/bucketeer-io/bucketeer/issues/237)) ([9736bcf](https://github.com/bucketeer-io/bucketeer/commit/9736bcf48b5ad1a8f72d670e8f9718911e180510))
+* remove bigtable from event persister DWH ([#215](https://github.com/bucketeer-io/bucketeer/issues/215)) ([f95fb01](https://github.com/bucketeer-io/bucketeer/commit/f95fb01b4b014ab980b2147c91711e8d514a379b))
+* remove default values from hpa ([#189](https://github.com/bucketeer-io/bucketeer/issues/189)) ([b6b7872](https://github.com/bucketeer-io/bucketeer/commit/b6b78720076739101d7d6c8c3a13a944eed4bee6))
+* remove event persister goal events kafka ([#198](https://github.com/bucketeer-io/bucketeer/issues/198)) ([d046b7e](https://github.com/bucketeer-io/bucketeer/commit/d046b7e1f564e496ca4c099418f987d77c90a0d3))
+* remove feature persisting user data ([#288](https://github.com/bucketeer-io/bucketeer/issues/288)) ([37952d3](https://github.com/bucketeer-io/bucketeer/commit/37952d30fbaeb667b41c5aefa10b2992f1fe7ac5))
+* remove feature-tag-cacher ([#302](https://github.com/bucketeer-io/bucketeer/issues/302)) ([6a939c5](https://github.com/bucketeer-io/bucketeer/commit/6a939c51263ebf289035d7b70ed3457f0962c013))
+* remove goal batch transformer service ([#153](https://github.com/bucketeer-io/bucketeer/issues/153)) ([e0f8fea](https://github.com/bucketeer-io/bucketeer/commit/e0f8fea75ba9161cdc71a3bb9050b8f107458b1a))
+* remove kafka and druid helm manifests ([#193](https://github.com/bucketeer-io/bucketeer/issues/193)) ([1127b16](https://github.com/bucketeer-io/bucketeer/commit/1127b169dc89509fee52fa71b1cbd1a661e2d90f))
+* remove kafka and druid implementation ([#192](https://github.com/bucketeer-io/bucketeer/issues/192)) ([8f23953](https://github.com/bucketeer-io/bucketeer/commit/8f23953e8cb00ca8169f04f26d9111fb50db1977))
+* remove needless helm values.yaml ([#182](https://github.com/bucketeer-io/bucketeer/issues/182)) ([165247f](https://github.com/bucketeer-io/bucketeer/commit/165247f136d7b1da70983e1a087f8f3d599c2a86))
+* remove renovate.json ([#372](https://github.com/bucketeer-io/bucketeer/issues/372)) ([a0274c0](https://github.com/bucketeer-io/bucketeer/commit/a0274c05917efaba2ef99c8f551cc5aa481c3bb9))
+* remove unused command ([#431](https://github.com/bucketeer-io/bucketeer/issues/431)) ([f24db62](https://github.com/bucketeer-io/bucketeer/commit/f24db628ff4485b14ead1368e6d24c8b24fa62e3))
+* remove unused services from helm chart ([#430](https://github.com/bucketeer-io/bucketeer/issues/430)) ([4d0fc5f](https://github.com/bucketeer-io/bucketeer/commit/4d0fc5f3fb5a2007e17c76d4e1a48a5cd02ae76f))
+* remove user metadata from user event ([#292](https://github.com/bucketeer-io/bucketeer/issues/292)) ([cbe7809](https://github.com/bucketeer-io/bucketeer/commit/cbe7809085b8071eae20c73c4ad39d761d73eb95))
+* remove user service ([#290](https://github.com/bucketeer-io/bucketeer/issues/290)) ([3bf4c9a](https://github.com/bucketeer-io/bucketeer/commit/3bf4c9aa301cd662691ee6f12c00ff5729cf4a79))
+* rename event persister kafka to evaluation count ([#199](https://github.com/bucketeer-io/bucketeer/issues/199)) ([c52baa9](https://github.com/bucketeer-io/bucketeer/commit/c52baa9ff71015163e71743b9d75e7fe14f5b0a9))
+* replace existing GetEvaluationTimeseriesCount with new implementation ([#383](https://github.com/bucketeer-io/bucketeer/issues/383)) ([4ba4223](https://github.com/bucketeer-io/bucketeer/commit/4ba4223c553103e881ae4638a6ccdb27fe4640c8))
+* run make gen ([#410](https://github.com/bucketeer-io/bucketeer/issues/410)) ([8ee4e35](https://github.com/bucketeer-io/bucketeer/commit/8ee4e35cd33d0e3cb77b8ffd5cc993db6faa79a8))
+* run make gen_proto ([#412](https://github.com/bucketeer-io/bucketeer/issues/412)) ([a0a2127](https://github.com/bucketeer-io/bucketeer/commit/a0a2127ddf0bf59d02bed5efbe6be57146e117c0))
+* run make proto-go ([#408](https://github.com/bucketeer-io/bucketeer/issues/408)) ([d8dc6c4](https://github.com/bucketeer-io/bucketeer/commit/d8dc6c4f169b2425d4643c755a12fe50a9733b7b))
+* save evaluation count in hourly timestamp ([#249](https://github.com/bucketeer-io/bucketeer/issues/249)) ([41c84f2](https://github.com/bucketeer-io/bucketeer/commit/41c84f2adcc76eedd11970cc942f4c34c27847a0))
+* set mysql client's connection max idle time instead of lifetime ([#260](https://github.com/bucketeer-io/bucketeer/issues/260)) ([9c0e6e4](https://github.com/bucketeer-io/bucketeer/commit/9c0e6e49f23dcdba216aecca826ccd69c588a982))
+* stop updating pip dependency group ([#360](https://github.com/bucketeer-io/bucketeer/issues/360)) ([529a6ee](https://github.com/bucketeer-io/bucketeer/commit/529a6eef9649d1ed22cc321455d9086fe0ffc327))
+* stop upserting daily evaluation count keys ([#382](https://github.com/bucketeer-io/bucketeer/issues/382)) ([1e05976](https://github.com/bucketeer-io/bucketeer/commit/1e0597674d14e7d45ba6226085ccb060bc62c2e7))
+* support multi language for audit log ([#336](https://github.com/bucketeer-io/bucketeer/issues/336)) ([adb9e2d](https://github.com/bucketeer-io/bucketeer/commit/adb9e2dc23e35bae3a2c73cd724346048597f23c))
+* support multiple languages in error messages ([#208](https://github.com/bucketeer-io/bucketeer/issues/208)) ([fd71214](https://github.com/bucketeer-io/bucketeer/commit/fd712140c0d792badd3d75208438cc10b70774d4))
+* support time range option for evaluation count request ([#307](https://github.com/bucketeer-io/bucketeer/issues/307)) ([6bd1324](https://github.com/bucketeer-io/bucketeer/commit/6bd1324ca662fbb1b6e0b3c6fd08366575f954f0))
+* **ui:** add the option to delete values individually in the select menu ([18c1818](https://github.com/bucketeer-io/bucketeer/commit/18c1818952ff3990d6f3451436f1fd1c354d167c))
+* **ui:** change page not found design ([#258](https://github.com/bucketeer-io/bucketeer/issues/258)) ([dd0b6f3](https://github.com/bucketeer-io/bucketeer/commit/dd0b6f33935034ccf26dfbaccc40ea454615857c))
+* **ui:** disable analysis menu ([#163](https://github.com/bucketeer-io/bucketeer/issues/163)) ([6c774a7](https://github.com/bucketeer-io/bucketeer/commit/6c774a7573c6d7e643bcf0bc70f6800df60f2a1b))
+* **ui:** fix typo in the language options ([#236](https://github.com/bucketeer-io/bucketeer/issues/236)) ([c6f0263](https://github.com/bucketeer-io/bucketeer/commit/c6f02633cd3ca17435988a715e298084e3f1a4e4))
+* **ui:** make the variation name field required in the feature flag ([#436](https://github.com/bucketeer-io/bucketeer/issues/436)) ([222bcb0](https://github.com/bucketeer-io/bucketeer/commit/222bcb0dd24476b07d27baa7327f1912d0a2e3d0))
+* **ui:** set the accept-language in headers ([#213](https://github.com/bucketeer-io/bucketeer/issues/213)) ([eab4d17](https://github.com/bucketeer-io/bucketeer/commit/eab4d17b9e308f1c5090e00a0481ea8ec62afb1d))
+* update BigQuery query files ([#175](https://github.com/bucketeer-io/bucketeer/issues/175)) ([ef7b693](https://github.com/bucketeer-io/bucketeer/commit/ef7b69394b5a67c7aebcd1c550c492b6cd9bda9a))
+* update dex to v2.36.0 ([#281](https://github.com/bucketeer-io/bucketeer/issues/281)) ([972a965](https://github.com/bucketeer-io/bucketeer/commit/972a965a4ed3cb75fe233bba993fbb8ea2b735f7))
+* update envoy to v1.26.2 ([#459](https://github.com/bucketeer-io/bucketeer/issues/459)) ([ed7a756](https://github.com/bucketeer-io/bucketeer/commit/ed7a756f7f34d6c435ba4655ce4648148d14a31d))
+* update js and ts proto files ([#418](https://github.com/bucketeer-io/bucketeer/issues/418)) ([01b1f07](https://github.com/bucketeer-io/bucketeer/commit/01b1f0749a32927e8b6b8c80dabdfddb48602110))
+* update the directory for npm in dependabot ([#380](https://github.com/bucketeer-io/bucketeer/issues/380)) ([b36f0ff](https://github.com/bucketeer-io/bucketeer/commit/b36f0ff9dbe745a3c03bfac1b4044b269189e992))
+* update the version of Go ([#357](https://github.com/bucketeer-io/bucketeer/issues/357)) ([3ed0e09](https://github.com/bucketeer-io/bucketeer/commit/3ed0e09994b817ddb09ad99b30cab8da344ca092))
+* use gomock in uber ([#435](https://github.com/bucketeer-io/bucketeer/issues/435)) ([8e1f4c4](https://github.com/bucketeer-io/bucketeer/commit/8e1f4c4cedd1923c3fa2338449fc6cf360c52826))
+* use squash for auto merging ([#354](https://github.com/bucketeer-io/bucketeer/issues/354)) ([2a665b2](https://github.com/bucketeer-io/bucketeer/commit/2a665b2b9f68b422e4ffe119701684b26a47ebc9))
+
+
+### Build System
+
+* **deps-dev:** bump click from 8.1.2 to 8.1.3 in /python ([#347](https://github.com/bucketeer-io/bucketeer/issues/347)) ([08c5fd1](https://github.com/bucketeer-io/bucketeer/commit/08c5fd13b2cca48c76a4ea44a0d2562bd99fd917))
+* **deps-dev:** bump pathspec from 0.9.0 to 0.11.1 in /python ([#343](https://github.com/bucketeer-io/bucketeer/issues/343)) ([65e8460](https://github.com/bucketeer-io/bucketeer/commit/65e84606948bb05886ae0b618b32b3bb7e670c48))
+* **deps-dev:** bump postcss from 8.3.11 to 8.4.24 in /ui/web-v2 ([#389](https://github.com/bucketeer-io/bucketeer/issues/389)) ([87d4e3e](https://github.com/bucketeer-io/bucketeer/commit/87d4e3e599db643dadb16610ed926998857f86d9))
+* **deps:** bump @improbable-eng/grpc-web in /ui/web-v2 ([#388](https://github.com/bucketeer-io/bucketeer/issues/388)) ([bfb1412](https://github.com/bucketeer-io/bucketeer/commit/bfb141285a1ee2978899f5cc25650e8475753b7f))
+* **deps:** bump actions/setup-go from 3 to 4 ([#342](https://github.com/bucketeer-io/bucketeer/issues/342)) ([91c93ab](https://github.com/bucketeer-io/bucketeer/commit/91c93abd07884628f5e4ce46c86847234f9999ad))
+* **deps:** bump amannn/action-semantic-pull-request ([#363](https://github.com/bucketeer-io/bucketeer/issues/363)) ([c30e024](https://github.com/bucketeer-io/bucketeer/commit/c30e024167ad92f131b4bcacb05ccd68b4f84e8e))
+* **deps:** bump Azure/setup-helm from 1.1 to 3.5 ([#362](https://github.com/bucketeer-io/bucketeer/issues/362)) ([c7f4bc3](https://github.com/bucketeer-io/bucketeer/commit/c7f4bc3f3b3887314d528ff4ca7f6a9c6752c3c8))
+* **deps:** bump cloud.google.com/go/bigquery from 1.48.0 to 1.51.2 ([#377](https://github.com/bucketeer-io/bucketeer/issues/377)) ([44ee632](https://github.com/bucketeer-io/bucketeer/commit/44ee632b3c521c010f7bb9bf4207d133d4a42865))
+* **deps:** bump cloud.google.com/go/kms from 1.9.0 to 1.11.0 ([#375](https://github.com/bucketeer-io/bucketeer/issues/375)) ([f6577e9](https://github.com/bucketeer-io/bucketeer/commit/f6577e9d56bb870d1e96488f1840926f98ab50c3))
+* **deps:** bump cloud.google.com/go/profiler from 0.3.0 to 0.3.1 ([#368](https://github.com/bucketeer-io/bucketeer/issues/368)) ([f638640](https://github.com/bucketeer-io/bucketeer/commit/f638640222ec351cd1c45cc9adab397e5e0ab9cf))
+* **deps:** bump cloud.google.com/go/pubsub from 1.28.0 to 1.31.0 ([#376](https://github.com/bucketeer-io/bucketeer/issues/376)) ([b00d7fc](https://github.com/bucketeer-io/bucketeer/commit/b00d7fc5b0f03334b1714a76b58ed53a8280d26f))
+* **deps:** bump contrib.go.opencensus.io/exporter/stackdriver ([#448](https://github.com/bucketeer-io/bucketeer/issues/448)) ([dc27019](https://github.com/bucketeer-io/bucketeer/commit/dc27019643189bb2e331c5a14d116a3bc3743c97))
+* **deps:** bump deep-equal from 2.0.5 to 2.2.1 in /ui/web-v2 ([#390](https://github.com/bucketeer-io/bucketeer/issues/390)) ([7867ce5](https://github.com/bucketeer-io/bucketeer/commit/7867ce5c9d101ee3190081f062b3d924f2f4e03b))
+* **deps:** bump dependabot/fetch-metadata from 1.5.0 to 1.5.1 ([#361](https://github.com/bucketeer-io/bucketeer/issues/361)) ([e2ee850](https://github.com/bucketeer-io/bucketeer/commit/e2ee85010d756add7659d5265b5f2a1c997d671a))
+* **deps:** bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 ([#439](https://github.com/bucketeer-io/bucketeer/issues/439)) ([850492d](https://github.com/bucketeer-io/bucketeer/commit/850492d6858794c3b604343dcb208db61310e326))
+* **deps:** bump docker/setup-buildx-action from 2.1.0 to 2.5.0 ([#346](https://github.com/bucketeer-io/bucketeer/issues/346)) ([d5e1580](https://github.com/bucketeer-io/bucketeer/commit/d5e158094a8cf397d10ad74e0a630baeab4e1357))
+* **deps:** bump github.com/aws/aws-sdk-go-v2/config ([#449](https://github.com/bucketeer-io/bucketeer/issues/449)) ([3a7d96c](https://github.com/bucketeer-io/bucketeer/commit/3a7d96c4b0da95d1730132e137d3ace537cbaf7a))
+* **deps:** bump github.com/aws/aws-sdk-go-v2/service/kms ([#392](https://github.com/bucketeer-io/bucketeer/issues/392)) ([3007a46](https://github.com/bucketeer-io/bucketeer/commit/3007a460bda1058284a7467833266c3d7b61d1f4))
+* **deps:** bump github.com/coreos/go-oidc ([#374](https://github.com/bucketeer-io/bucketeer/issues/374)) ([3e04d8c](https://github.com/bucketeer-io/bucketeer/commit/3e04d8c85080dfb79670f752a7dbabf8376d5539))
+* **deps:** bump github.com/go-redis/redis ([#349](https://github.com/bucketeer-io/bucketeer/issues/349)) ([e07cf84](https://github.com/bucketeer-io/bucketeer/commit/e07cf84724fcc3e68514ef3d1ba32c8957fc21d9))
+* **deps:** bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.1 ([#446](https://github.com/bucketeer-io/bucketeer/issues/446)) ([49cb111](https://github.com/bucketeer-io/bucketeer/commit/49cb11145272395a157a9b013895b1f7882bb7db))
+* **deps:** bump github.com/googleapis/gax-go/v2 from 2.10.0 to 2.11.0 ([#447](https://github.com/bucketeer-io/bucketeer/issues/447)) ([5167b95](https://github.com/bucketeer-io/bucketeer/commit/5167b9579476bcef7c79d1d061f8abfc597107a3))
+* **deps:** bump github.com/lib/pq from 1.10.7 to 1.10.9 ([#365](https://github.com/bucketeer-io/bucketeer/issues/365)) ([0c29238](https://github.com/bucketeer-io/bucketeer/commit/0c292382cacfda4ad121e6b4e355b6e0e8a6b7d4))
+* **deps:** bump github.com/mna/redisc from 1.1.2 to 1.3.2 ([#352](https://github.com/bucketeer-io/bucketeer/issues/352)) ([9a5fad3](https://github.com/bucketeer-io/bucketeer/commit/9a5fad38f948e9cfb9ca6e67b62bab8032c00bb5))
+* **deps:** bump github.com/prometheus/client_golang ([#364](https://github.com/bucketeer-io/bucketeer/issues/364)) ([1f58081](https://github.com/bucketeer-io/bucketeer/commit/1f5808156fb644d513f6b7c9fcfc9435d1a2b44d))
+* **deps:** bump github.com/slack-go/slack from 0.6.4 to 0.12.2 ([#366](https://github.com/bucketeer-io/bucketeer/issues/366)) ([a321c31](https://github.com/bucketeer-io/bucketeer/commit/a321c31dd1f7fa2084e43f25374c2c4695b05d5a))
+* **deps:** bump github.com/stretchr/testify from 1.8.1 to 1.8.4 ([#359](https://github.com/bucketeer-io/bucketeer/issues/359)) ([2ece27f](https://github.com/bucketeer-io/bucketeer/commit/2ece27fcdf95d6898422046c554144bd8965bed5))
+* **deps:** bump golang.org/x/oauth2 from 0.6.0 to 0.8.0 ([#367](https://github.com/bucketeer-io/bucketeer/issues/367)) ([ec61990](https://github.com/bucketeer-io/bucketeer/commit/ec619908ddbc84406388ec0d61504864d2674190))
+* **deps:** bump google-github-actions/auth from 0.8.3 to 1.1.1 ([#340](https://github.com/bucketeer-io/bucketeer/issues/340)) ([5e00ed0](https://github.com/bucketeer-io/bucketeer/commit/5e00ed09076e5374c733b2af33feae21579453d2))
+* **deps:** bump google-github-actions/release-please-action ([#344](https://github.com/bucketeer-io/bucketeer/issues/344)) ([2553d6e](https://github.com/bucketeer-io/bucketeer/commit/2553d6ec8a110592cdc77c815e6aad3becc6a423))
+* **deps:** bump google-github-actions/release-please-action ([#441](https://github.com/bucketeer-io/bucketeer/issues/441)) ([86cc9e2](https://github.com/bucketeer-io/bucketeer/commit/86cc9e298d25d3f5c21bcd8054f6f68214e1bc28))
+* **deps:** bump google.golang.org/grpc from 1.53.0 to 1.55.0 ([#351](https://github.com/bucketeer-io/bucketeer/issues/351)) ([a1b251a](https://github.com/bucketeer-io/bucketeer/commit/a1b251a3e47612999278c302fe1581da33bc24c9))
+* **deps:** bump gopkg.in/square/go-jose.v2 from 2.4.0 to 2.6.0 ([#378](https://github.com/bucketeer-io/bucketeer/issues/378)) ([f02c684](https://github.com/bucketeer-io/bucketeer/commit/f02c68484741ccaf10611f74517ce00e77fa9628))
+* **deps:** bump gopkg.in/yaml.v2 from 2.3.0 to 2.4.0 ([#350](https://github.com/bucketeer-io/bucketeer/issues/350)) ([01d4043](https://github.com/bucketeer-io/bucketeer/commit/01d40437432b9712c29b7ceee71c355a2c553795))
+* **deps:** bump lewagon/wait-on-check-action from 1.0.0 to 1.3.1 ([#339](https://github.com/bucketeer-io/bucketeer/issues/339)) ([0829a20](https://github.com/bucketeer-io/bucketeer/commit/0829a20d66acbba493987fd90dc831aaac37ddb5))
+* **deps:** bump multidict from 6.0.2 to 6.0.4 in /python ([#341](https://github.com/bucketeer-io/bucketeer/issues/341)) ([f8c5de8](https://github.com/bucketeer-io/bucketeer/commit/f8c5de8d0506ea991063b8512ec418793be68990))
+* **deps:** bump slackapi/slack-github-action from 1.23.0 to 1.24.0 ([#440](https://github.com/bucketeer-io/bucketeer/issues/440)) ([ad4cfd0](https://github.com/bucketeer-io/bucketeer/commit/ad4cfd0d0819974edd0e67215330621b72224c09))
+* modify build flow so that it doesn't wait for release workflow ([#463](https://github.com/bucketeer-io/bucketeer/issues/463)) ([5400c39](https://github.com/bucketeer-io/bucketeer/commit/5400c3992d51193447b122d0d13cdc6a09420aa9))
+
+## [0.2.0](https://github.com/bucketeer-io/bucketeer/compare/v0.1.0...v0.2.0) (2023/01/01)
+
+
+### Features
+
+* add track api to grpc server ([#45](https://github.com/bucketeer-io/bucketeer/issues/45)) ([f7cb80b](https://github.com/bucketeer-io/bucketeer/commit/f7cb80ba506bcb6e507d0bebed1ffd21c9e98450))
+* **ui:** add the menu to change the language in the dashboard ([#135](https://github.com/bucketeer-io/bucketeer/issues/135)) ([36be7b7](https://github.com/bucketeer-io/bucketeer/commit/36be7b753d4ac14bf97bcbebed935327d1d60b09))
+
+
+### Bug Fixes
+
+* error handling condition in the kafka writer ([#116](https://github.com/bucketeer-io/bucketeer/issues/116)) ([207f46a](https://github.com/bucketeer-io/bucketeer/commit/207f46a0351ff06474c747ddaf594af7bcd5d5b6))
+* error handling while trying to send messages to kafka ([#115](https://github.com/bucketeer-io/bucketeer/issues/115)) ([34f616b](https://github.com/bucketeer-io/bucketeer/commit/34f616b05f042fb4157717f134a9eea71e12bcc4))
+* evaluation unique count is always zero ([#127](https://github.com/bucketeer-io/bucketeer/issues/127)) ([7e1a455](https://github.com/bucketeer-io/bucketeer/commit/7e1a45529500661c1b3e0fd4ab8ee557850a260c))
+* event user persister should not ack message when DB returns an error ([#84](https://github.com/bucketeer-io/bucketeer/issues/84)) ([39eb579](https://github.com/bucketeer-io/bucketeer/commit/39eb5797dfeecf50025e3c235891a499cc0f8a81))
+* failed to find feature while trying to update an archived feature ([#53](https://github.com/bucketeer-io/bucketeer/issues/53)) ([e4b9e0d](https://github.com/bucketeer-io/bucketeer/commit/e4b9e0dd55aa015d0be0238a630f9f9793cfa7c9))
+* flush size setting being ignored in the event persister ([#117](https://github.com/bucketeer-io/bucketeer/issues/117)) ([a19af75](https://github.com/bucketeer-io/bucketeer/commit/a19af751a2d66e942e29dca77e09b5957e9e15fb))
+* internal error when there is no value in the event count ([#137](https://github.com/bucketeer-io/bucketeer/issues/137)) ([b3b5b15](https://github.com/bucketeer-io/bucketeer/commit/b3b5b15b1cb87a3713d817683c6f6ff1337be20f))
+* json cannot unmarshal array while trying to create a feature flag ([#15](https://github.com/bucketeer-io/bucketeer/issues/15)) ([142b117](https://github.com/bucketeer-io/bucketeer/commit/142b11742e177f064ae9c7ab98fad5de62faf851))
+* redis key expiration is not being set correctly ([#118](https://github.com/bucketeer-io/bucketeer/issues/118)) ([2cf3bfa](https://github.com/bucketeer-io/bucketeer/commit/2cf3bfad5f01e8d328b5a428b474e6937b0fce66))
+* table has no partition for value from column_list error ([#144](https://github.com/bucketeer-io/bucketeer/issues/144)) ([d70dcb8](https://github.com/bucketeer-io/bucketeer/commit/d70dcb851e408340c9a296cb4524a23ee258f4eb))
+* the event may duplicate in the kafka if the redis request fails ([#128](https://github.com/bucketeer-io/bucketeer/issues/128)) ([393afe7](https://github.com/bucketeer-io/bucketeer/commit/393afe730e96462ef1bf58f319b529e081c818f8))
+* **ui/web-v2:** feature flag name not being validated ([#16](https://github.com/bucketeer-io/bucketeer/issues/16)) ([6118f38](https://github.com/bucketeer-io/bucketeer/commit/6118f38507dd3911e5e8493bcd5e463821fbfdfb))
+
+
+### Build System
+
+* add include_imports flag to protoc ([#57](https://github.com/bucketeer-io/bucketeer/issues/57)) ([6ab4f11](https://github.com/bucketeer-io/bucketeer/commit/6ab4f11b37ae066ab83afde35d7817592c159a94))
+* add rules to build and test go files using go command ([#23](https://github.com/bucketeer-io/bucketeer/issues/23)) ([399fd6d](https://github.com/bucketeer-io/bucketeer/commit/399fd6d51432b14fb0e90aee16df91182f0a560b))
+* change protoc to use external dependency files ([#25](https://github.com/bucketeer-io/bucketeer/issues/25)) ([56894fe](https://github.com/bucketeer-io/bucketeer/commit/56894fe54bc26efd93f800eb63f27e80cc4ffecb))
+* fix not found error while generating proto web files ([#27](https://github.com/bucketeer-io/bucketeer/issues/27)) ([0471f3b](https://github.com/bucketeer-io/bucketeer/commit/0471f3ba2c5382919669d85017a524a2770d9b6a))
+* generate proto_descriptor using protoc ([#46](https://github.com/bucketeer-io/bucketeer/issues/46)) ([a8a5f1d](https://github.com/bucketeer-io/bucketeer/commit/a8a5f1dee8526b5454c0e190e3212551ea898357))
+* remove bazelisk command from Makefile ([#59](https://github.com/bucketeer-io/bucketeer/issues/59)) ([3d3495b](https://github.com/bucketeer-io/bucketeer/commit/3d3495b1dc314f434e2898b5cdbbf96e56c3d2f3))
+* remove go_embed_data rule ([#19](https://github.com/bucketeer-io/bucketeer/issues/19)) ([b0efa8f](https://github.com/bucketeer-io/bucketeer/commit/b0efa8f0fcc84289d10fc094b0e1699500637fb7))
+* set ubuntu-20.04 for python build runner ([#64](https://github.com/bucketeer-io/bucketeer/issues/64)) ([a1c9ea0](https://github.com/bucketeer-io/bucketeer/commit/a1c9ea047bf1b320d78618ca24c93f3055b7bf64))
+* setup buildifier via bazel ([#8](https://github.com/bucketeer-io/bucketeer/issues/8)) ([ab61d14](https://github.com/bucketeer-io/bucketeer/commit/ab61d149caaa05dec992c136a239024d790ac1e2))
+* update renovate settings to check once a month ([#5](https://github.com/bucketeer-io/bucketeer/issues/5)) ([01ddce4](https://github.com/bucketeer-io/bucketeer/commit/01ddce40f9f7384549cde0b0ee8abc328bc6f71e))
+
+
+### Miscellaneous
+
+* add auto ops service in the event persister envoy settings ([#103](https://github.com/bucketeer-io/bucketeer/issues/103)) ([0753c7d](https://github.com/bucketeer-io/bucketeer/commit/0753c7d343567fb7c3b2295c8902ce432c6bac37))
+* add default variation id for evaluation count key ([#111](https://github.com/bucketeer-io/bucketeer/issues/111)) ([f7900d1](https://github.com/bucketeer-io/bucketeer/commit/f7900d114f005cb1b65cce40d7b6c4e26c90f752))
+* add env variables for postgres ([#65](https://github.com/bucketeer-io/bucketeer/issues/65)) ([d9f403c](https://github.com/bucketeer-io/bucketeer/commit/d9f403c5f4263679f5947a79f888a6da03d9b18a))
+* add experiment client in the event-persister service ([#89](https://github.com/bucketeer-io/bucketeer/issues/89)) ([e231c03](https://github.com/bucketeer-io/bucketeer/commit/e231c036b7f96bc0baa1e6b16a630b48069c49d8))
+* add experiment service's envoy config in the event persister ([#80](https://github.com/bucketeer-io/bucketeer/issues/80)) ([54d8d34](https://github.com/bucketeer-io/bucketeer/commit/54d8d3491b962ec2815c887b6abb1781dc090124))
+* add expiration to keys for evaluation counts ([#100](https://github.com/bucketeer-io/bucketeer/issues/100)) ([6c9920f](https://github.com/bucketeer-io/bucketeer/commit/6c9920ffeb558ca0b79a0443ff82ead74bb16155))
+* add get user evaluation interface implementation ([#90](https://github.com/bucketeer-io/bucketeer/issues/90)) ([e68dcc2](https://github.com/bucketeer-io/bucketeer/commit/e68dcc28dfe98117183e66577b10568603c1ab69))
+* add handling for new metrics events in the persister service ([#31](https://github.com/bucketeer-io/bucketeer/issues/31)) ([6fc3419](https://github.com/bucketeer-io/bucketeer/commit/6fc3419adcfa116d483728656d9e59c5bdc99c61))
+* add json transcoding to track api for testing ([#37](https://github.com/bucketeer-io/bucketeer/issues/37)) ([876fdaf](https://github.com/bucketeer-io/bucketeer/commit/876fdaf60a4e30bdf70d35cdf0311d3b46811d07))
+* add metadata property to proto client events ([#34](https://github.com/bucketeer-io/bucketeer/issues/34)) ([9cabd9f](https://github.com/bucketeer-io/bucketeer/commit/9cabd9f8d90c14af9f0bee18508ae431ce225781))
+* add new sdk metrics event types to proto ([#29](https://github.com/bucketeer-io/bucketeer/issues/29)) ([5d173d5](https://github.com/bucketeer-io/bucketeer/commit/5d173d58b1a30cd735ea51f07f2389e12405b014))
+* add postgresClient to persister ([#73](https://github.com/bucketeer-io/bucketeer/issues/73)) ([ff105f2](https://github.com/bucketeer-io/bucketeer/commit/ff105f28185883f9440be90888d0161a344a0787))
+* add redis pipeline metrics ([#120](https://github.com/bucketeer-io/bucketeer/issues/120)) ([610e07d](https://github.com/bucketeer-io/bucketeer/commit/610e07db41e88d6e071223c45441ac1defddd89d))
+* add redis settings in the event persister service ([#92](https://github.com/bucketeer-io/bucketeer/issues/92)) ([bbf62ef](https://github.com/bucketeer-io/bucketeer/commit/bbf62ef02d769a5db3601264f4b9712878d14c9b))
+* add sdk version property to proto metrics events ([#32](https://github.com/bucketeer-io/bucketeer/issues/32)) ([2548847](https://github.com/bucketeer-io/bucketeer/commit/2548847f3980d2f8bde908a4ab4cb18e0af91c0c))
+* add the ability to handle new metrics event in gateway ([#33](https://github.com/bucketeer-io/bucketeer/issues/33)) ([f29ab67](https://github.com/bucketeer-io/bucketeer/commit/f29ab676033d84cbaabc71de90b09e7bcd140700))
+* add the metadata property to metrics event proto message ([#132](https://github.com/bucketeer-io/bucketeer/issues/132)) ([af575de](https://github.com/bucketeer-io/bucketeer/commit/af575deb21ece93700d93fd09552e05178cadfe6))
+* add upsert evaluation event in the persister event service ([#88](https://github.com/bucketeer-io/bucketeer/issues/88)) ([ce1f4e0](https://github.com/bucketeer-io/bucketeer/commit/ce1f4e038fa8c6970a9c9a90a5edd15fc234711f))
+* change event-counter timeout to 3 hours temporarily ([#86](https://github.com/bucketeer-io/bucketeer/issues/86)) ([c676599](https://github.com/bucketeer-io/bucketeer/commit/c676599ca08c487ff825e8bdafe70cc881018364))
+* change experiment batch cronjob ([#126](https://github.com/bucketeer-io/bucketeer/issues/126)) ([9cd856a](https://github.com/bucketeer-io/bucketeer/commit/9cd856af6572b982d0eb8adfff854e3b3e8a72f7))
+* change experiment updater cronjob settings ([#55](https://github.com/bucketeer-io/bucketeer/issues/55)) ([9a8a4d0](https://github.com/bucketeer-io/bucketeer/commit/9a8a4d0b3adb5ad50110d0a9a29ff6980e499588))
+* change grpc track api name temporarily for testing ([#39](https://github.com/bucketeer-io/bucketeer/issues/39)) ([03c626d](https://github.com/bucketeer-io/bucketeer/commit/03c626dd960b9231bcaf7109a147ad1910f77d21))
+* change mau count api in the notification sender ([#136](https://github.com/bucketeer-io/bucketeer/issues/136)) ([5ca4170](https://github.com/bucketeer-io/bucketeer/commit/5ca4170ff9fdbc4419b2ca238ee44e53a616c7d4))
+* change the timezone to JP location when saving the count in redis ([#130](https://github.com/bucketeer-io/bucketeer/issues/130)) ([fd8bd2e](https://github.com/bucketeer-io/bucketeer/commit/fd8bd2ebdc966abe8ac94cac8e4caa2a9482099f))
+* check for unsent events in the event persister before shutting down the service ([#123](https://github.com/bucketeer-io/bucketeer/issues/123)) ([1c0cd2c](https://github.com/bucketeer-io/bucketeer/commit/1c0cd2c3bebffd24c65bfef3cf1820e0d233c01f))
+* configure delete-e2e-data's Makefile to build docker image ([#51](https://github.com/bucketeer-io/bucketeer/issues/51)) ([0aba9f3](https://github.com/bucketeer-io/bucketeer/commit/0aba9f31f4f52d4ba9aa762d6762c9649451a1eb))
+* configure renovate for automerge and assigning reviewers ([#71](https://github.com/bucketeer-io/bucketeer/issues/71)) ([7a3429b](https://github.com/bucketeer-io/bucketeer/commit/7a3429b83c13d6f48482982cf87b858f34aa5cf3))
+* display variation name in the variation label ([#68](https://github.com/bucketeer-io/bucketeer/issues/68)) ([8c56897](https://github.com/bucketeer-io/bucketeer/commit/8c568977d6b22c20ca916f8e61b5bb144e1c2da9))
+* link goal event to the auto ops before sending it to kafka ([#104](https://github.com/bucketeer-io/bucketeer/issues/104)) ([bebc795](https://github.com/bucketeer-io/bucketeer/commit/bebc795a4ba227539f0e04a0babe94e77d27bd11))
+* link the goal event to the experiment before sending it to kafka ([#101](https://github.com/bucketeer-io/bucketeer/issues/101)) ([015f326](https://github.com/bucketeer-io/bucketeer/commit/015f3268cd3f3170832eba89a39143bbae103fb5))
+* remove bazel config files ([#67](https://github.com/bucketeer-io/bucketeer/issues/67)) ([efb48ea](https://github.com/bucketeer-io/bucketeer/commit/efb48ea66bd2a142a66d6735f0b78b737a44f170))
+* remove duplicated environment vars ([#114](https://github.com/bucketeer-io/bucketeer/issues/114)) ([6dd9801](https://github.com/bucketeer-io/bucketeer/commit/6dd980143ef6d1d4001b76e0caffa67779584613))
+* remove expiration setting from the event and user count ([#121](https://github.com/bucketeer-io/bucketeer/issues/121)) ([b18232f](https://github.com/bucketeer-io/bucketeer/commit/b18232f2fceca822bcf990a1d86dc5f1f8f26e87))
+* remove postgreSQL test implementation from event persister ([#96](https://github.com/bucketeer-io/bucketeer/issues/96)) ([e9e51cd](https://github.com/bucketeer-io/bucketeer/commit/e9e51cd6f7bd92c049747330262b2cd0740ee288))
+* remove unnecessary health check in the envoy egress settings ([#85](https://github.com/bucketeer-io/bucketeer/issues/85)) ([5140c11](https://github.com/bucketeer-io/bucketeer/commit/5140c11e5e8395bb27a9be0f08749897533a216a))
+* remove unnecessary health checks in the envoy settings ([#87](https://github.com/bucketeer-io/bucketeer/issues/87)) ([77474c2](https://github.com/bucketeer-io/bucketeer/commit/77474c2339075db4acfca2491a36b6534885c9e5))
+* remove whitespaces from the tag before upserting it ([#35](https://github.com/bucketeer-io/bucketeer/issues/35)) ([7871b97](https://github.com/bucketeer-io/bucketeer/commit/7871b972a29a707c85d295e8f9305bd4fb3834df))
+* set circuit break for api-gateway ([#79](https://github.com/bucketeer-io/bucketeer/issues/79)) ([45d1363](https://github.com/bucketeer-io/bucketeer/commit/45d136301f70e7feb15d1ed1e43d637b673cfedd))
+* set version using ldflags ([#48](https://github.com/bucketeer-io/bucketeer/issues/48)) ([1c9cefb](https://github.com/bucketeer-io/bucketeer/commit/1c9cefbebb02c5f96e870b9223299b7e7c06e18a))
+* stop inserting events into postgres ([#76](https://github.com/bucketeer-io/bucketeer/issues/76)) ([6eea130](https://github.com/bucketeer-io/bucketeer/commit/6eea1302f1d1f0c00aae23c81725d637ccfed5e4))
+* store evaluation count in redis ([#91](https://github.com/bucketeer-io/bucketeer/issues/91)) ([105b4da](https://github.com/bucketeer-io/bucketeer/commit/105b4da5b96a5baea79d2496c7d1a35a75b7f266))
+* store evaluation events to postgresql ([#63](https://github.com/bucketeer-io/bucketeer/issues/63)) ([4c82b31](https://github.com/bucketeer-io/bucketeer/commit/4c82b319fef6ac219e59067ba010458a95f8bb13))
+* support aws kms ([#62](https://github.com/bucketeer-io/bucketeer/issues/62)) ([77b1ae6](https://github.com/bucketeer-io/bucketeer/commit/77b1ae6515246d58852532ee3e9259b6075a8fd7))
+* support sdk version in the metrics ([#54](https://github.com/bucketeer-io/bucketeer/issues/54)) ([16cb007](https://github.com/bucketeer-io/bucketeer/commit/16cb0072b9afa428ebb23d2e9b6421f487c55d41))
+* **ui/web-v2:** change the local development server endpoint ([#131](https://github.com/bucketeer-io/bucketeer/issues/131)) ([d273656](https://github.com/bucketeer-io/bucketeer/commit/d273656e240a6fc6de34c6a311461eca5a97d8e3))
+* update api-gateway proto descriptor value ([#43](https://github.com/bucketeer-io/bucketeer/issues/43)) ([0c2d619](https://github.com/bucketeer-io/bucketeer/commit/0c2d619e71ef522f104c2d561148d00ab025a580))
+* update envoy gateway descriptor ([#42](https://github.com/bucketeer-io/bucketeer/issues/42)) ([0f95e97](https://github.com/bucketeer-io/bucketeer/commit/0f95e97dd4c74dda49e9f6d113fa49fc1c07bc58))
+* update eventpersister to store mau to mysql ([#81](https://github.com/bucketeer-io/bucketeer/issues/81)) ([571cf44](https://github.com/bucketeer-io/bucketeer/commit/571cf448dfc794ca5bc2308ef1b45d1567493fc9))
+* update ingress api version ([#99](https://github.com/bucketeer-io/bucketeer/issues/99)) ([a33aa7c](https://github.com/bucketeer-io/bucketeer/commit/a33aa7c34cd2a9971adeed356f504786bd4b7be2))
+* update redis default settings ([#125](https://github.com/bucketeer-io/bucketeer/issues/125)) ([405e495](https://github.com/bucketeer-io/bucketeer/commit/405e495ee00700d374ff488a94035a39cd5ba442))
+* update test runner image ([#38](https://github.com/bucketeer-io/bucketeer/issues/38)) ([8cd8db0](https://github.com/bucketeer-io/bucketeer/commit/8cd8db0166aa0fd2d846dbc0871cf4131e48589d))
+* use redis instead of druid in GetEvaluationTimeseriesCount ([#122](https://github.com/bucketeer-io/bucketeer/issues/122)) ([517065e](https://github.com/bucketeer-io/bucketeer/commit/517065e6e6a2a799e631f687b3c585f728965ef7))
+
+## [0.1.0](https://github.com/bucketeer-io/bucketeer/compare/v0.0.0...v0.1.0) (2022/09/28)
+
+
+### Features
+
+* add the initial implementation ([#1](https://github.com/bucketeer-io/bucketeer/issues/1)) ([038601c](https://github.com/bucketeer-io/bucketeer/commit/038601cc714b1fe66d7bf8b3763b344c89749a35))
+
+## [0.1.0](https://github.com/bucketeer-io/bucketeer/compare/v0.0.0...v0.1.0) (2022/09/25)
+
+
+### Features
+
+* add initial implementation ([#1](https://github.com/bucketeer-io/bucketeer/issues/1)) ([2ddbb2c](https://github.com/bucketeer-io/bucketeer/commit/2ddbb2c455a99cbce30a6e6da0b3859fdcc4b919))
+
+## [0.1.1](https://github.com/bucketeer-io/bucketeer/compare/v0.1.0...v0.1.1) (2022/09/25)
+
+
+### Bug Fixes
+
+* publish chart workflow not triggering ([5f73004](https://github.com/bucketeer-io/bucketeer/commit/5f7300484cb20ac5084960185a18b4ffe7160e1f))
+
+## [0.1.0](https://github.com/bucketeer-io/bucketeer/compare/v0.0.0...v0.1.0) (2022/09/25)
+
+
+### Features
+
+* add initial implementation ([#1](https://github.com/bucketeer-io/bucketeer/issues/1)) ([47bdcec](https://github.com/bucketeer-io/bucketeer/commit/47bdcec22d4237fcc2b16b42198b9f1290e48ad0))
+
+
diff --git a/docs/changelog/server-side/node-js.mdx b/docs/changelog/server-side/node-js.mdx
new file mode 100644
index 00000000..5f6bcf00
--- /dev/null
+++ b/docs/changelog/server-side/node-js.mdx
@@ -0,0 +1,41 @@
+---
+title: Node JS
+slug: /changelog/server-side/node-js
+toc_max_heading_level: 2
+---
+
+
+
+
DO NOT CHANGE OR REMOVE. This is used for the release automation