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
* Moving participant init to client init
* Changing participant builder pattern
* Audience filtering on user attributes plus tests
* Adding uid to allocation store methods
* Changing back dependencies
* Fixing typo
* Making sure all allocations are searched
* Changing log level of AscendKeyError
* Rewording changelog
* Updating README
* Changing date in changelog
* Per Tinou's comment; implementing cache with LinkedHashMap
* Fixing cache bug
* Accidentally renamed public method
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,17 @@
3
3
4
4
All updates that affect the released version of the Ascend Java Client will be detailed here. This project adheres to [Semantic Versioning](http://semver.org).
5
5
6
-
## [0.6.0] - 2019-04-16
6
+
## [0.7.0-beta] - 2019-05-29
7
+
### Fixed
8
+
- Participant's now initialize with the client instead of getting reused like before.
9
+
- Stack traces are now logged upon exceptions.
10
+
### Deprecated
11
+
- Deprecating setAscendParticipant method in the AscendConfig builder in favor of passing the participant into the
12
+
AscendClient init method.
13
+
### Added
14
+
- Added audience filters, allowing for filtering of the participant through user attributes.
15
+
- AllocationStore now requires a unique user id to be given with the allocation to be stored.
16
+
17
+
## [0.6.0-beta] - 2019-04-16
7
18
### Added
8
19
- Deprecating the implementations AsyncHttpClientImpl and OkHttpClientImpl in favor of the implementations AsyncHttpClient and OkHttpClient. The new implementations provide more options when constructing an HttpClient.
0 commit comments