Releases: flat3/lodata
v5.33.6
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
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
v5.33.3
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
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.