Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update node-js.mdx changelog to v0.3.1 #130

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 30 additions & 7 deletions docs/changelog/server-side/node-js.mdx
Original file line number Diff line number Diff line change
@@ -1,21 +1,44 @@
---
title: Node JS
title: Node.js
slug: /changelog/server-side/node-js
toc_max_heading_level: 2
---

<style>
{`
{`
h2:not(:first-of-type) {
border-top: 2px solid #ddd7e9;
padding-top: 40px;
border-top: 2px solid #ddd7e9;
padding-top: 40px;
}
`}
`}
</style>

<div style={{display:"none"}}>DO NOT CHANGE OR REMOVE. This is used for the release automation</div>

## [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
Expand Down
Loading