Releases: jobcloud/php-console-kafka-schema-registry
Releases · jobcloud/php-console-kafka-schema-registry
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)
Release v1.7.0
Features 🎉
- added command for checking if name and namespace fields are following AVRO naming convention (#38)
Release v1.6.0
Features 🎉
- added option
useSchemaVersioningto the command for registering schemas which allows registering multiple versions of the same schema (#35)
Release v1.5.0
Release v1.4.0
Release v1.3.2
Bugfixes 🐛
- stick to avro spec, default type must be first union type (#29)
v1.3.1
Release v1.3.0
Features 🎉
- add commands to check all or a single schema template if field's default value type is listed in types (#27)
Release v1.2.0
Improvements ⚙️
- add possibility to use
symonfy/consolewith version^5.1(#26)