Skip to content

Releases: php-kafka/php-avro-schema-generator

Release v3.0.0-alpha1

18 Dec 03:48
8b3ed64
Compare
Choose a tag to compare
Release v3.0.0-alpha1 Pre-release
Pre-release

3.0.0-alpha1

Release v2.2.0

08 Dec 22:25
1111c9a
Compare
Choose a tag to compare

Features 🎉

  • support explicit property type in SchemaGenerator (#24, @Hubbitus)

Release v2.1.0

08 Dec 18:34
0d6e73b
Compare
Choose a tag to compare

Features 🎉

Bugfixes 🐛

  • remove internal method from interface (#19, @bajdzun)

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
389c5cb
Compare
Choose a tag to compare

Features 🎉

  • support explicit property type in SchemaGenerator (#24, @Hubbitus)

Release v2.0.1

06 Dec 16:33
2d3d2fe
Compare
Choose a tag to compare

Bugfixes 🐛

  • fix warning for newly introduced cache (#18)

Release v2.0.0

03 Dec 10:07
61eeee9
Compare
Choose a tag to compare

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
efb9422
Compare
Choose a tag to compare

Improvements ⚙️

  • improved error handling for invalid files (#11)

Release v1.4.0

12 Nov 09:59
3187cf1
Compare
Choose a tag to compare

Improvements ⚙️

  • further improve namespace optimize option (#10, @bajdzun)

Release v1.3.0

03 Nov 14:10
6e53388
Compare
Choose a tag to compare

Features 🎉

  • add possibility to optimize namespaces for sub schemas (#5, @bajdzun)

Release v1.2.0

29 Oct 06:23
0499b19
Compare
Choose a tag to compare

Improvements ⚙️

  • allow non name spaced schema and sub schema (#8)