Skip to content

Releases: flix-tech/avro-php

PHP 8.5 Support

Choose a tag to compare

@tPl0ch tPl0ch released this 27 Jan 15:11
8c040b4

What's Changed

  • Fix PHP 8.5 deprecations by @BafS in #29

New Contributors

  • @BafS made their first contribution in #29

Full Changelog: 5.1.1...5.2.0

Bugfix Release 5.1.1

Choose a tag to compare

@tPl0ch tPl0ch released this 24 Jan 05:05
1d537bf

What's Changed

  • [PHP] Drop PHP 7 & upgrade dependency versions by @tPl0ch in #24
  • Fix long encoding/decoding by @jonhkr in #25

New Contributors

Full Changelog: 5.1.0...5.1.1

Feature: Enum default values

Choose a tag to compare

@tPl0ch tPl0ch released this 23 Dec 19:55
054909d
5.1.0

Support default-values for ENUMs (#23)

Bugfix Patch Release 5.0.2

Choose a tag to compare

@tPl0ch tPl0ch released this 18 Apr 12:33
820c14b

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

Choose a tag to compare

@tPl0ch tPl0ch released this 27 Feb 13:59
85a7841

What's Changed

New Contributors

Full Changelog: 5.0.0...5.0.1

PHP 8.2 support

Choose a tag to compare

@tPl0ch tPl0ch released this 19 Apr 07:21
aaa4289

This release adds PHP 8.2 support.

4.3.0 Bugfix release

Choose a tag to compare

@tPl0ch tPl0ch released this 10 Aug 07:37
5936698

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

Choose a tag to compare

@tPl0ch tPl0ch released this 12 Jan 13:58
d566139

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

Bugfix Release

Choose a tag to compare

@tPl0ch tPl0ch released this 22 Sep 06:49
eb860a5

Fix default field values #15

Bugfix release

Choose a tag to compare

@tPl0ch tPl0ch released this 12 Nov 06:14
43e325e
  • Fix method visibility #12