Releases: jobcloud/php-console-kafka-schema-registry
Releases · jobcloud/php-console-kafka-schema-registry
Release v2.4.1
What's Changed
- reverted PHP version in dev
Dockerfile
(reason explained in PR)
Related PR: (#57)
Full Changelog: v2.4.0...v2.4.1
Release v2.4.0
What's Changed
- updated composer version constraint to additionally support 7.x releases for
symfony/console
- upgraded version
infection/infection
for require-dev - updated PHP version in dev
Dockerfile
- updated composer version in dev
Dockerfile
Full Changelog: v2.3.0...v2.4.0
Release v2.3.0
What's Changed
- support hard delete of schemas in DeleteAllSchemasCommand (#54)
Full Changelog: v2.2.0...v2.3.0
Release v2.2.0
What's Changed
- composer update audit by (#49)
- add todochecker (#50)
- adjust codeowners (#52)
- update flix-tech/avro-php version (#51)
Full Changelog: v2.1.0...v2.2.0
Release v2.1.0
Improvement ⚙️
- add reserved keywords checkup for name fields ( #48 )
Release v2.0.1
Internals 🏭
updated php-kafka-schema-registry-client
version in #46
Release v2.0.0
Internals 🏭
*drop support for php 7.4
in #45
Release v1.9.0
Improvement ⚙️
- add possibility to use
symfony/console
with version^6.0
(#44)
Release v1.8.1
Improvement ⚙️
- improved fix (#42)
Release v1.8.0
Improvement ⚙️
- replaced additional parsing of schemas with api call for registering schemas to the registry due to breaking change introduced in flix-tech/avro-php (#41)
Internals 🏭
- updated docker files (#41)