Releases: jobcloud/php-kafka-schema-registry-client
Releases · jobcloud/php-kafka-schema-registry-client
Release v2.1.0
What's Changed
- Updated version constraint to allow compatibility also with all 2.x releases for
psr/http-message
(#27)
Full Changelog: v2.0.0...v2.1.0
Release v2.0.0
Internals 🏭
*drop support for php 7.4
#21
Add JSON_PRESERVE_ZERO_FRACTION on json_encode
Add JSON_PRESERVE_ZERO_FRACTION on json_encode
What's Changed
- feat(BE-3407): add JSON_PRESERVE_ZERO_FRACTION on json_encode by @andrei-arobs in #20
New Contributors
- @andrei-arobs made their first contribution in #20
Full Changelog: v1.0.3...v1.0.4
v1.0.3: carapace 3.3.0 compatibility
What's Changed
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- feat(MPM-601)setCodeowners by @ruzakaranbol in #16
- feat(BE-2913): update guzzle ci and docker by @haeber in #17
New Contributors
- @ruzakaranbol made their first contribution in #16
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Release v1.0.0
Improvements ⚙️
- improved exceptions in #9
- removed return type for getSchemaDefinitionByVersion to allow optimized primitive schemas in #14
Internals 🏭
- updated docker image in #10
- removed cache dependency and move others to dev dependencies in #11
- bumped circle ci orb version in #13
Full Changelog: v0.1.4...v1.0.0
Release v1.0.0-alpha2
Improvements ⚙️
- small refactoring of dependencies (#11)
v1.0.0-alpha1: improve exceptions (#9)
Release v0.1.4
Improvements ⚙️
- add request body to exception (#8)