From dd459aca2281858b7dd19116c944ec745c5033ab Mon Sep 17 00:00:00 2001 From: bucketeer-bot Date: Tue, 24 Sep 2024 06:49:03 +0000 Subject: [PATCH] docs: update node-js.mdx to v0.3.1 --- docs/changelog/server-side/node-js.mdx | 37 +++++++++++++++++++++----- 1 file changed, 30 insertions(+), 7 deletions(-) diff --git a/docs/changelog/server-side/node-js.mdx b/docs/changelog/server-side/node-js.mdx index 5f6bcf0..e1ea6db 100644 --- a/docs/changelog/server-side/node-js.mdx +++ b/docs/changelog/server-side/node-js.mdx @@ -1,21 +1,44 @@ --- -title: Node JS +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
-## [0.3.0](https://github.com/bucketeer-io/node-server-sdk/releases/tag/v0.3.0) (2023/07/03) +## [0.3.1](https://github.com/bucketeer-io/node-server-sdk/compare/node-server-sdk-v0.3.0...node-server-sdk-v0.3.1) (2024/09/05) + + +### Features + +* new detailed evaluation interface ([#70](https://github.com/bucketeer-io/node-server-sdk/issues/70)) ([99a28e9](https://github.com/bucketeer-io/node-server-sdk/commit/99a28e9a9058166a7a6146b2cd87d3780403d51a)) + + +### Bug Fixes + +* fail while checking if error is an instance of InvalidStatusError ([#61](https://github.com/bucketeer-io/node-server-sdk/issues/61)) ([7dd262a](https://github.com/bucketeer-io/node-server-sdk/commit/7dd262a894461a677f84eb9b5adacc3f74341a09)) + + +### Miscellaneous + +* add the source ID and sdk version to the register events API ([#58](https://github.com/bucketeer-io/node-server-sdk/issues/58)) ([b4d9b3b](https://github.com/bucketeer-io/node-server-sdk/commit/b4d9b3b9224154575a4229c30d0aef9ab77ddef2)) +* update error metrics report ([#59](https://github.com/bucketeer-io/node-server-sdk/issues/59)) ([14c758c](https://github.com/bucketeer-io/node-server-sdk/commit/14c758cb047e6c6b7b0c58b01d1e4c6d66fe1db2)) + + +### Build System + +* **deps:** bump the dependencies ([#73](https://github.com/bucketeer-io/node-server-sdk/issues/73)) ([7c5aadd](https://github.com/bucketeer-io/node-server-sdk/commit/7c5aadd9a3ad7246e141e068c7f6d09e850230f6)) + + +## 0.3.0 (2023/07/03) ### Features