Skip to content

Commit 8c2479d

Browse files
author
Vignesh Raja
authored
Prepare for 1.3.0 release (#63)
1 parent 54bd720 commit 8c2479d

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,71 @@
1+
## 1.3.0
2+
3+
January 17, 2017
4+
5+
- Add `onEventTracked` listener
6+
- Change `getVariableFloat` to `getVariableDouble`
7+
- Persist experiment and variation IDs instead of keys in the `UserProfile`
8+
19
## 1.2.0
210

11+
December 15, 2016
12+
313
- Change position of `activateExperiment` parameter in the method signatures of `getVariableString`, `getVariableBoolean`, `getVariableInteger`, and `getVariableFloat`
414
- Change `UserExperimentRecord` to `UserProfile`
515
- Add support for IP anonymization
616
- Add `NotificationListener` for SDK events
717

818
## 1.1.0
919

20+
December 8, 2016
21+
1022
- Add support for live variables
1123

1224
## 1.0.3
1325

26+
November 28, 2016
27+
1428
- Remove extraneous log message in `AsyncEventHandler`
1529
- Add `jackson-annotations` as a compiled dependency
1630

1731
## 1.0.2
1832

33+
October 5, 2016
34+
1935
- Gracefully handle datafile that doesn't contain required fields
2036

2137
## 1.0.1
2238

39+
October 5, 2016
40+
2341
- Allow for configurability of `clientEngine` and `clientVersion` through `Optimizely.Builder`
2442
- Remove ppid query string from V1 events
2543

2644
## 1.0.0
2745

46+
October 3, 2016
47+
2848
- Introduce support for Full Stack projects in Optimizely X with no breaking changes from previous version
2949
- Update whitelisting to take precedence over audience condition evaluation
3050
- Introduce more graceful exception handling in instantiation and core methods
3151

3252
## 0.1.71
3353

54+
September 19, 2016
55+
3456
- Add support for v2 backend endpoint and datafile
3557

3658
## 0.1.70
3759

60+
August 29, 2016
61+
3862
- Add a `UserExperimentRecord` interface
3963
- Implementors will get a chance to save and restore activations during bucketing
4064
- Can be used to make bucketing persistent or to keep a bucketing history
4165
- Pass implementations to `Optimizely.Builder#withUserExperimentRecord(UserExperimentRecord)` when creating `Optimizely` instances
4266

4367
## 0.1.68
4468

69+
July 26, 2016
70+
4571
- Beta release of the Java SDK for server-side testing

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Maven version
2-
version = 1.2.0-SNAPSHOT
2+
version = 1.3.0-SNAPSHOT
33

44
# Artifact paths
55
mavenS3Bucket = optimizely-maven

0 commit comments

Comments
 (0)