Skip to content

Commit f2564ec

Browse files
chore(main): release dev.openfeature.sdk 0.3.0
1 parent e9732b5 commit f2564ec

File tree

5 files changed

+37
-5
lines changed

5 files changed

+37
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.2.2"}
1+
{".":"0.3.0"}

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/open-feature/java-sdk/compare/dev.openfeature.sdk-v0.2.2...dev.openfeature.sdk-v0.3.0) (2022-10-06)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* use evaluation context interface (#112)
9+
* Change the package name. Everyone knows it's java (or it doesn't matter) (#111)
10+
* errorCode as enum, reason as string (#80)
11+
* use value for object resolver
12+
* use instant not zoneddatetime
13+
14+
### Features
15+
16+
* Add asObjectMap to get the EvaluationContext as Map<String,Object> ([#75](https://github.com/open-feature/java-sdk/issues/75)) ([2eec1a5](https://github.com/open-feature/java-sdk/commit/2eec1a5519b9efab7d7f9dc8b1cbd84d9218368b))
17+
* add object to value wrapper ([0152a1e](https://github.com/open-feature/java-sdk/commit/0152a1eef93ea1b5253ddae78718a9805c98aaf7))
18+
* errorCode as enum, reason as string ([#80](https://github.com/open-feature/java-sdk/issues/80)) ([84f220d](https://github.com/open-feature/java-sdk/commit/84f220d8139035a1222d13b2dd6f8b048932c192))
19+
* use evaluation context interface ([#112](https://github.com/open-feature/java-sdk/issues/112)) ([e9732b5](https://github.com/open-feature/java-sdk/commit/e9732b582dc9e3fa7be51c834e1afe7ad890c4e3))
20+
* use instant not zoneddatetime ([3e62414](https://github.com/open-feature/java-sdk/commit/3e6241422266825f267043e4acd116803c4939b0))
21+
* use value for object resolver ([5d26247](https://github.com/open-feature/java-sdk/commit/5d262470e8ec47d2af35f0aabe55e8c969e992ac))
22+
23+
24+
### Bug Fixes
25+
26+
* **deps:** update dependency io.cucumber:cucumber-bom to v7.8.0 ([#100](https://github.com/open-feature/java-sdk/issues/100)) ([5e96d14](https://github.com/open-feature/java-sdk/commit/5e96d140c1195a1e8eb175feae3ec29db4439367))
27+
* **deps:** update junit5 monorepo ([#92](https://github.com/open-feature/java-sdk/issues/92)) ([8ca655a](https://github.com/open-feature/java-sdk/commit/8ca655a788273c61e5270ce7bf175064f42d605d))
28+
* isList check in Value checks type of list ([#70](https://github.com/open-feature/java-sdk/issues/70)) ([81ab071](https://github.com/open-feature/java-sdk/commit/81ab0710ea56af65eb65c7f95832b8f58c559a51))
29+
30+
31+
### Code Refactoring
32+
33+
* Change the package name. Everyone knows it's java (or it doesn't matter) ([#111](https://github.com/open-feature/java-sdk/issues/111)) ([6eeeddd](https://github.com/open-feature/java-sdk/commit/6eeeddd2ea8040b47d1fd507b68d42c3bce52db4))
34+
335
## [0.2.2](https://github.com/open-feature/java-sdk/compare/dev.openfeature.javasdk-v0.2.1...dev.openfeature.javasdk-v0.2.2) (2022-09-20)
436

537

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class MyClass {
6666
<dependency>
6767
<groupId>dev.openfeature</groupId>
6868
<artifactId>sdk</artifactId>
69-
<version>0.2.2</version>
69+
<version>0.3.0</version>
7070
</dependency>
7171
```
7272
<!-- x-release-please-end-version -->
@@ -90,7 +90,7 @@ If you would like snapshot builds, this is the relevant repository information:
9090
<!-- x-release-please-start-version -->
9191
```groovy
9292
dependencies {
93-
implementation 'dev.openfeature:sdk:0.2.2'
93+
implementation 'dev.openfeature:sdk:0.3.0'
9494
}
9595
```
9696
<!-- x-release-please-end-version -->

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>dev.openfeature</groupId>
66
<artifactId>sdk</artifactId>
7-
<version>0.2.2</version> <!--x-release-please-version -->
7+
<version>0.3.0</version> <!--x-release-please-version -->
88

99
<properties>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.2
1+
0.3.0

0 commit comments

Comments
 (0)