Releases: php-kafka/php-avro-schema-generator
Releases · php-kafka/php-avro-schema-generator
Release v2.2.0
Features 🎉
- support explicit property type in
SchemaGenerator
(#24, @Hubbitus)
Release v2.1.0
Features 🎉
Bugfixes 🐛
Disclaimer: The bug is causing a BC, but the method should never have been exposed in the interface, since it is internal logic of the exportSchema
function
Release v1.6.0
Features 🎉
- support explicit property type in
SchemaGenerator
(#24, @Hubbitus)
Release v2.0.1
Bugfixes 🐛
- fix warning for newly introduced cache (#18)
Release v2.0.0
Features 🎉
- add optimizers
- FullNameOptimizer: Optimizes unneeded namespaces (#14)
- FieldOrderOptimizer: Will put these fields first in a record:
type
,name
,namespace
(#14)
Deprecation 💀
- option
optimizeSubSchemaNamespaces
was deprecated in favour of the optimizers
Kudos
Special thanks to @bajdzun and @healerz for the collaboration and the discussion on this matter 🙏
See the readme for more info on optimizers
Release v1.5.0
Improvements ⚙️
- improved error handling for invalid files (#11)
Release v1.4.0
Improvements ⚙️
- further improve namespace optimize option (#10, @bajdzun)
Release v1.3.0
Features 🎉
- add possibility to optimize namespaces for sub schemas (#5, @bajdzun)
Release v1.2.0
Improvements ⚙️
- allow non name spaced schema and sub schema (#8)