Skip to content

Commit

Permalink
fix changelog (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeopt authored Jun 8, 2023
1 parent 7ca4df3 commit 3ca11a9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Optimizely Java X SDK Changelog

## [3.10.4]
June 8th, 2023

### Fixes
- Fix intermittent logx event dispatch failures possibly caused by reusing stale connections. Add `evictIdleConnections` (1min) to `OptimizelyHttpClient` in `AsyncEventHandler` to force close persistent connections after 1min idle time ([#518](https://github.com/optimizely/java-sdk/pull/518)).


## [4.0.0-beta]
May 5th, 2023

Expand Down

0 comments on commit 3ca11a9

Please sign in to comment.