Skip to content

Releases: flat3/lodata

v5.32.6

22 Jan 10:03
Compare
Choose a tag to compare

This release fixes the bug described in #783 where multipart $batch operations improperly parsed newlines in the request. Props @alexamart for the report and diagnosis.

v5.32.5

18 Jan 11:51
Compare
Choose a tag to compare

This release fixes the bug described in #780 where HTTP query parameters were ignored in $batch operations. Props @mgerzabek.

v5.32.4

14 Jan 15:39
aa693d6
Compare
Choose a tag to compare

This release fixes the bug described in #775 where HTTP headers were incorrectly parsed during multipart $batch operations. Props to @mgerzabek for the fix!

v5.32.3

21 Oct 14:48
Compare
Choose a tag to compare

This release adds a fix for the upcoming PHP 8.3

v5.32.2

28 Aug 10:18
Compare
Choose a tag to compare

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

v5.32.1

20 Jul 14:39
Compare
Choose a tag to compare

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

v5.32.0

03 Apr 08:27
Compare
Choose a tag to compare

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

01 Apr 19:10
Compare
Choose a tag to compare

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

28 Mar 10:30
Compare
Choose a tag to compare

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

18 Mar 18:34
Compare
Choose a tag to compare

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