Skip to content

Releases: flix-tech/avro-php

Bugfix Patch Release 5.0.2

18 Apr 12:33
820c14b
Compare
Choose a tag to compare

Fixes

  • typo in Exception by @decadence in #21
  • Fix deserialization and implement serialization of decimal logical type by @thiagorb in #22

New Contributors

Full Changelog: 5.0.1...5.0.2

Bug Fix Release

27 Feb 13:59
85a7841
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.0...5.0.1

PHP 8.2 support

19 Apr 07:21
aaa4289
Compare
Choose a tag to compare

This release adds PHP 8.2 support.

4.3.0 Bugfix release

10 Aug 07:37
5936698
Compare
Choose a tag to compare

What's Changed

  • Schema default not taken into account when writing record by @axelrtgs in #18

New Contributors

Full Changelog: 4.2.0...4.3.0

4.2.0 Feature Release

12 Jan 13:58
d566139
Compare
Choose a tag to compare

Minor BC Break: Scalar attributes are now rendered as { "type": "string" }

Bugfix Release

22 Sep 06:49
eb860a5
Compare
Choose a tag to compare

Fix default field values #15

Bugfix release

12 Nov 06:14
43e325e
Compare
Choose a tag to compare
  • Fix method visibility #12

4.1.0 Feature Release

01 Oct 07:30
257a9ab
Compare
Choose a tag to compare

Included in this release:

  • Addition of support for Snappy and Deflate codecs
  • It's now possible to read large files with readIterator

Fix optional field schema evolution

18 Aug 14:48
23d53a3
Compare
Choose a tag to compare

This release fixes the currently broken optional field schema evolution by introducing a commit from the Avro main trunk.

Thanks to @siad007 for the fix and @nick-zh for making us aware about it.

Support logical types in Schema export

29 Jul 12:25
93ffb3b
Compare
Choose a tag to compare