Releases: flix-tech/avro-php
Releases · flix-tech/avro-php
Bugfix Patch Release 5.0.2
Fixes
- typo in Exception by @decadence in #21
- Fix deserialization and implement serialization of decimal logical type by @thiagorb in #22
New Contributors
- @decadence made their first contribution in #21
- @thiagorb made their first contribution in #22
Full Changelog: 5.0.1...5.0.2
Bug Fix Release
What's Changed
- Add logicalType/decimal support to read bytes by @ralphschindler in #20
New Contributors
- @ralphschindler made their first contribution in #20
Full Changelog: 5.0.0...5.0.1
PHP 8.2 support
This release adds PHP 8.2 support.
4.3.0 Bugfix release
4.2.0 Feature Release
Minor BC Break: Scalar attributes are now rendered as { "type": "string" }
Bugfix Release
Fix default field values #15
Bugfix release
- Fix method visibility #12
4.1.0 Feature Release
Included in this release:
- Addition of support for Snappy and Deflate codecs
- It's now possible to read large files with
readIterator