Releases: php-kafka/php-avro-schema-generator
Releases · php-kafka/php-avro-schema-generator
Release v3.0.0-alpha1
18 Dec 03:48
Compare
Sorry, something went wrong.
No results found
Release v2.2.0
08 Dec 22:25
Compare
Sorry, something went wrong.
No results found
Features 🎉
support explicit property type in SchemaGenerator
(#24 , @Hubbitus )
Release v2.1.0
08 Dec 18:34
Compare
Sorry, something went wrong.
No results found
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
08 Dec 22:24
Compare
Sorry, something went wrong.
No results found
Features 🎉
support explicit property type in SchemaGenerator
(#24 , @Hubbitus )
Release v2.0.1
06 Dec 16:33
Compare
Sorry, something went wrong.
No results found
Bugfixes 🐛
fix warning for newly introduced cache (#18 )
Release v2.0.0
03 Dec 10:07
Compare
Sorry, something went wrong.
No results found
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
30 Nov 22:52
Compare
Sorry, something went wrong.
No results found
Improvements ⚙️
improved error handling for invalid files (#11 )
Release v1.4.0
12 Nov 09:59
Compare
Sorry, something went wrong.
No results found
Improvements ⚙️
further improve namespace optimize option (#10 , @bajdzun )
Release v1.3.0
03 Nov 14:10
Compare
Sorry, something went wrong.
No results found
Features 🎉
add possibility to optimize namespaces for sub schemas (#5 , @bajdzun )
Release v1.2.0
29 Oct 06:23
Compare
Sorry, something went wrong.
No results found
Improvements ⚙️
allow non name spaced schema and sub schema (#8 )