Skip to content

Releases: flat3/lodata

v5.32.3

Choose a tag to compare

@27pchrisl 27pchrisl released this 21 Oct 14:48

This release adds a fix for the upcoming PHP 8.3

v5.32.2

Choose a tag to compare

@27pchrisl 27pchrisl released this 28 Aug 10:18

This release fixes an incompatibility in the StreamedResponse implementation with a change made in Symfony 6.3.4.

v5.32.1

Choose a tag to compare

@27pchrisl 27pchrisl released this 20 Jul 14:39

This release corrects an issue with how $batch Multipart responses are generated.

v5.32.0

Choose a tag to compare

@27pchrisl 27pchrisl released this 03 Apr 08:27

This release fixes the bug described in #557 where all SQL-based entity set drivers incorrectly used a 1-based index for the $indexOf filter. Props @unidoct for the report!

v5.31.0

Choose a tag to compare

@27pchrisl 27pchrisl released this 01 Apr 19:10

This release adds support for MongoDB 🎉 as requested in #544 and #539. The documentation describes how to get started.
The MongoDB entity set supports read, update, create, delete, and query operations, and has extensive support for filters on an attached MongoDB collection.

This release also includes better support for open types. Previously open types were available, but were not flagged in the OData metadata, and rejecting the insertion of undeclared properties into non-open types was not enforced.

v5.30.0

Choose a tag to compare

@27pchrisl 27pchrisl released this 28 Mar 10:30

This release includes support for upserted entities, on entity sets that can support this capability.

Also fixes JSON $batch requests responding with an incorrect Content-Type if the client did not specify an Accept header.

v5.29.0

Choose a tag to compare

@27pchrisl 27pchrisl released this 18 Mar 18:34

This release adds support for eager loading of expanded entity sets, contributed by @RuslanMelnychenko.
Fixes long-standing issue #110.

v5.28.0

Choose a tag to compare

@27pchrisl 27pchrisl released this 17 Mar 18:27

This release adds support for the cast function.

v5.27.0

Choose a tag to compare

@27pchrisl 27pchrisl released this 09 Mar 12:34

This release for using name, description and nullablearguments to the LodataRelationship attribute and the discoverRelationship method. Closes #502. Props @RuslanMelnychenko for the suggestion.

v5.26.0

Choose a tag to compare

@27pchrisl 27pchrisl released this 08 Mar 12:52

This release fixes issue #518 where it was not possible to use $top=0&$count=true to receive an entity count but without any records being returned. Props @RrOoSsSsOo for the report!