Skip to content

Releases: flat3/lodata

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 🎉

v5.32.8

07 Feb 13:23
53c8c3f
Compare
Choose a tag to compare

This release includes a fix from @coderkoala in #790 to warn during discovery if your model includes an unusable relationship.

v5.32.7

23 Jan 09:20
Compare
Choose a tag to compare

This release fixes an issue where an exception would be thrown by discovery during migration.

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.