Skip to content

Releases: flix-tech/avro-serde-php

[DEPS] Bump version of `guzzlehttp/promises` to also allow v2.0

26 Jan 13:40
ffeab36
Compare
Choose a tag to compare

Bump version of guzzlehttp/promises to also allow v2.0.

PHP 8.2 support

19 May 14:17
d754a18
Compare
Choose a tag to compare

This adds support for PHP 8.2

Bugfix release

30 Jun 14:26
b6b6baa
Compare
Choose a tag to compare

#69 Fix encode method with Symfony v6

Thanks @BafS for the contribution!

1.7.1

04 Aug 09:04
fabd439
Compare
Choose a tag to compare

#56 Fix null terminated string decoding [@alexeevdv ]

PHP 8 support and Schema annotation improvements

15 Nov 19:28
322fcd6
Compare
Choose a tag to compare
Allow referencing previously defined named types (#51)

Once a named type is defined, in order to reuse that same type it is
needed to reference that type by the name (as in the primitive types).

Add support for NamedTypes in both the schema builder and the schema
generator, which is a way of referencing previously defined named types.

Add support for adding extra attributes for records in field's
definition.

PHP 8.0 support & CI overhaul

04 Nov 05:55
Compare
Choose a tag to compare
Pre-release

This release comes with multiple changes regarding the PHP 8 support:

  • PHP 7.2 support has been dropped
  • Multiple dependencies have been bumped to accomodate for PHP8 support
  • Migration of the CI pipeline to GitHub Actions and Code Climate

Fix whitespace en-/decoding in `Protocol`

02 Nov 08:14
cf5b0bb
Compare
Choose a tag to compare
[FIX] Use `a` instead of `A` binary decoding in `Protocol.php` (#45)

* Use `a` instead of `A` binary decoding in `Protocol.php`
* Fix `SchemaAttribute` failure for PHPStan

PHP8 Support

19 Oct 06:44
f35d7e2
Compare
Choose a tag to compare
  • Allowing version 6.0 of the php-functional library to support PHP8

Schema Builder & Schema Generator

16 Oct 16:02
9f2f188
Compare
Choose a tag to compare

This release introduces the Schema builder & generator.

Thanks @fcoedno for these high quality hacktoberfest contributions!

Update `flix-tech/avro-php` dependency

27 Aug 01:55
a98ad31
Compare
Choose a tag to compare