Skip to content

Commit

Permalink
[release] 4.51.0 - Add CustomLogger Interface, Enhanced Event Loss Lo…
Browse files Browse the repository at this point in the history
…gging And Rework LogEvent Retry Logic (#468)

**New Features:**

- Custom Logger Interface: In this release, we have introduced a custom
logger interface, allowing users to integrate their preferred logging
frameworks with SDK.

**Improvements:**

- Log Event Write to Cache and Retry Logic Reworked: we have reworked
the logic for logging event writes to cache and retry mechanisms. This
enhancement improves the reliability of event logging.

- Enhanced Event Loss Details Logging: To provide better visibility into
event loss situations, we have enhanced our logging mechanism to include
detailed event loss information.





>Included In This Release
>- 8458c2f Weihao Ding
>   - Add Event Loss Logging Using Custom Logger Interface (#467)
>- 56aab82 Xin Li
>   - Re-work logevent write to cache and retry logic (#461)
>- 9c3e5f9 Weihao Ding
>   - Add Custom Logger Interface (#466)

---------

Co-authored-by: weihao-statsig <[email protected]>
  • Loading branch information
weihao-statsig and weihao-statsig authored Mar 26, 2024
1 parent 8458c2f commit c9b7bd3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "statsig-js",
"version": "4.50.2",
"version": "4.51.0",
"description": "Statsig JavaScript client SDK for single user environments.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/SDKVersion.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated by genversion.
export const version = '4.50.2'
export const version = '4.51.0'

0 comments on commit c9b7bd3

Please sign in to comment.