You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Optimizely Java X SDK Changelog
2
2
3
+
## 1.8.1
4
+
December 12, 2017
5
+
6
+
This is a patch release for 1.8.0. It contains to bug fixes mentioned below.
7
+
8
+
### Bug Fixes
9
+
SDK returns NullPointerException when activating with unknown attribute.
10
+
11
+
Pooled connection times out if it is idle for a long time (AsyncEventHandler's HttpClient uses PoolingHttpClientConnectionManager setting a validate interval).
0 commit comments