Releases: prefab-cloud/prefab-cloud-java
Releases · prefab-cloud/prefab-cloud-java
v0.3.25
What's Changed
- Support more string ops: contains/startsWith by @jkebinger in #135
- get the updated integration test data for starts with/contains string… by @jkebinger in #136
- Add number and date operators by @jkebinger in #137
- Add Regex semver ops by @jkebinger in #138
- Implements Regex semver ops by @jkebinger in #139
- Improve semver comparison at the pre-release level by @jkebinger in #140
- Adds a conditional fetch cache layer for configuration reads by @jkebinger in #141
- Update .gitmodules to use https links for the submodules by @jkebinger in #142
- Remove * import by @jkebinger in #143
- Adds a jitpack config file to skip tests, prettier and checkstyle by @jkebinger in #144
- Consolidate the prettier-java plugin goal binding. by @jkebinger in #145
- Update pom to version 0.3.25 for release by @jkebinger in #146
Full Changelog: v0.3.24...v0.3.25
v0.3.24
What's Changed
- Bump com.google.protobuf:protobuf-java from 3.24.4 to 3.25.5 by @dependabot in #129
- Remove the adapter for the original Log4j by @jkebinger in #132
- Call waitForInitialization() in getKeys, getAll methods so they behav… by @jkebinger in #133
- Bump version to 0.3.24 by @jkebinger in #134
Full Changelog: v0.3.23...v0.3.24
v0.3.23
What's Changed
- Use separate stream hosts by @jkebinger in #126
- trim whitespace from api key by @jkebinger in #127
- update version references to 0.3.23 by @jkebinger in #128
Full Changelog: v0.3.22...v0.3.23
v0.3.22
What's Changed
- Update integration test support by @jkebinger in #120
- Adds support in PROP_IS_ONE_OF for stringlist values in context by @jkebinger in #121
- Handle GOAWAY logging in the correct location --- by @jkebinger in #122
- Revise config loading by @jkebinger in #124
- Update files to reference v 0.3.22 by @jkebinger in #125
Full Changelog: v0.3.21...v0.3.22
v0.3.21
What's Changed
- Add duration support by @jkebinger in #118
- Add native typed getters by @jkebinger in #119
Full Changelog: v0.3.20...v0.3.21
v0.3.20
What's Changed
- Adds an example demonstrating usage of log4j log filtering in a simpl… by @jkebinger in #114
- Move context merging upstream by @jkebinger in #115
- Bump version numbers to 0.3.20-pre1 by @jkebinger in #116
- Change version numbers to 0.3.20 by @jkebinger in #117
Full Changelog: v0.3.19...v0.3.20
v0.3.19
What's Changed
- Fix missing logger times by @jkebinger in #111
- renames baseContext to globalContext by @jkebinger in #112
- Bump release version by @jkebinger in #113
Full Changelog: v0.3.18...v0.3.19
v0.3.18
What's Changed
- property checks fail when the rule's context property has mixed case … by @jkebinger in #95
- Provided and secret config support by @jkebinger in #97
- Bump ch.qos.logback:logback-classic from 1.4.3 to 1.4.12 in /client by @dependabot in #96
- Add a getKeys() method that takes a
Predicate<Prefab.Config>for us… by @jkebinger in #98 - Add log level listener by @jkebinger in #99
- Updated config change events by @jkebinger in #100
- Fix sse keep alive handling by @jkebinger in #101
- Adopt integration test 0.2.4.1 by @jkebinger in #102
- adopt upstream proto changes by @jkebinger in #103
- Do not include ConfigValues marked confidential in telemetry by @jkebinger in #104
- Removes support for namespace by @jkebinger in #105
- Handle 401/403 error code with consistent error log message. by @jkebinger in #106
- Don't explode when there's a version of logback too new to return an … by @jkebinger in #107
- Adds the concept of "baseContext" that can be set at prefab client startup time via options. by @jkebinger in #108
- Update integration test data 0.2.4.3 by @jkebinger in #109
- Release 0.3.18 by @jkebinger in #110
Full Changelog: v0.3.17...v0.3.18
v0.3.17
What's Changed
- Remove class file that got committed by accident by @jkebinger in #86
- Update guava to resolve a CVE by @jkebinger in #87
- Upgrade snakeyaml, databind-jackson-yaml to resolve an open vulnerabi… by @jkebinger in #88
- Update integration test data parsing by @jkebinger in #91
- Update proto runtime and compiler version to matching, more recent ve… by @jkebinger in #89
- pick up new protos to allow shape upload in telemetry stream by @jkebinger in #92
- Telemetry integration test support (including unified telemetry upload) by @jkebinger in #93
- Adds support for loading config exclusively from a local json file by @jkebinger in #94
Full Changelog: v0.3.16...v0.3.17