v1.0.0-rc1
Pre-release
Pre-release
What's Changed
This release contains backward incompatible changes to refine and extend the API with additional configuration features. This is the first release candidate for the 1.0.0 release which is meant to be the first stable release of the library.
For this release, a discussion will be opened to provide feedback to the API before the final 1.0.0 release. Please feel free to provide your feedback.
Backward incompatible API changes
- Added ADR and implementation containing multiple configuration API related changes by @gavlyukovskiy in #47
The API changes are explained and discussed in ADR-2: API design for JSON masking configurations.
Functional changes
Chores
- Add benchmark pipeline by @gavlyukovskiy in #53
- Improve test coverage, fix json paths in benchmarks by @gavlyukovskiy in #51
- Convert README to markdown by @gavlyukovskiy in #52
- Added white space injected no-failed-execution fuzzing test by @Breus in #54
- Adjust pipelines to be able to release pre-release versions by @gavlyukovskiy in #55
- Improve async-profiler integration by @gavlyukovskiy in #58
- Update readme to use latest API by @gavlyukovskiy in #56
Full Changelog: v0.2.1...v1.0.0-rc1