Skip to content

Tags: sayurbox/kale-client-java

Tags

1.10.1

Toggle 1.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump up version (#18)

1.10.0

Toggle 1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[FEAT] Get allocated feature names for an user (#16)

* Log error only

* Implement getAllocatedFeatureNames

* Test functionality

* Use Awaitility

* E2E getAllocatedFeatureNames

* Bump version

* Fix

1.9.0

Toggle 1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add publish github package (#15)

* add publish github package

* set sonar token as env variable

1.8.0

Toggle 1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
abtest: add get universe allocation by name (#12)

1.7.0

Toggle 1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(abtest): support rules properties on exp allocation (#9)

* feat(abtest): support rules properties on exp allocation

* fix: linter error

* fix: remove hashmap

* fix: update readme

* fix: add supported properties

* fix: add test cases for client implementation

* fix: address comments

1.6.0

Toggle 1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[feature-flag] Get allocation by feature name and user (#8)

* Support getting allocation by feature name and user id

* Add unit tests

* Completing unit tests

1.5.0

Toggle 1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
implement resilience4j circuitbreaker (#6)

* [POC] initial resilience4j circuit breaker

* add featureflag testcases

* remove stdout

* remove hystrix

* add testcase getAllocation circuitBreaker open state

* fix sonar code smells

1.4.0

Toggle 1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove Slf4j provider dependency (#5)

* Remove Slf4j provider dependency

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
A/B test package (#2)

* Add A/B test package

* Add A/B test test

* Add universe ID field, use JsonArray instead of ArrayList

* Change function return type in A/B test client, remove unnecessary processing of response

* Serialize fields in universal allocation response class

* Change fallback return value

* Update test

* Add test for A/B test client implementation

* Add tests for A/B test commands

* Add endpoint url constants & handle npe

* Use Slf4j logger

* Revert null checks on non-null response.body()

* Fix dependencies

* Remove lombok dependencies, use Slf4j API

1.2.0

Toggle 1.2.0's commit message
change okhttp version from 3.10.0 to 3.14.6