Skip to content

Releases: flat3/lodata

v5.33.9

16 Feb 10:15
Compare
Choose a tag to compare

This release addresses issue #850, also mentioned in #813 and #848 where Lodata could not be cleanly installed by composer into a new Laravel 11 application without making dependency changes.

This new version allows for the use of either DBAL 3 or DBAL 4, and includes a compatibility layer to choose the installed version.

v5.33.8

11 Feb 18:40
Compare
Choose a tag to compare

Fixes a pagination issue in the EloquentEntitySet described by @ianket in #848.

v5.33.7

02 Dec 11:41
Compare
Choose a tag to compare

This minor release addresses some syntax which is deprecated in PHP 8.4

v5.33.6

19 Sep 10:38
Compare
Choose a tag to compare

This release fixes how Computed and ComputedDefaultValue were being assigned, updates behaviour for immutable and computed properties and allows the immutable annotation via attributes on Eloquent models. Also one bugfix for how default properties were expressed in the OpenAPI schema.

Thanks to @yvo-niedrich for these changes!

v5.33.5

12 Jul 13:06
a388df1
Compare
Choose a tag to compare

This release fixes an issue where GUID primitives were not being compared case insensitively in URLs.

Props @yvo-niedrich for providing a fix.

v5.33.4

12 Apr 16:49
Compare
Choose a tag to compare

This release fixes an issue identified in #808 where the content-id header provided in a multipart batch request was not reflected back in the response.

Props @mgerzabek for finding this.

v5.33.3

23 Mar 14:44
Compare
Choose a tag to compare

This release corrects an issue where the service would advertise create/update/delete operations in the metadata for readonly-services. The operations were not usable, but the metadata indicated they were.
The release also changes how OpenAPI paths are tagged to prevent inappropriate groupings when using related entity sets.

v5.33.2

22 Mar 12:23
Compare
Choose a tag to compare

This release adds support for the https://github.com/staudenmeir/eloquent-json-relations package from @staudenmeir. If your relationships are defined as BelongsToJson or HasManyJson their navigation properties will now be correctly interpreted as collections.

v5.33.1

21 Mar 13:54
Compare
Choose a tag to compare

This release better supports exception reporting by implementing getInnerException() on the protocol exceptions. Thanks to @mgerzabek for reporting, fixes #794.

v5.33.0

21 Mar 12:39
Compare
Choose a tag to compare

This release adds support for Laravel 11 🎉