Releases: flat3/lodata
v5.35.4
v5.35.3
This release corrects errors and omissions in the OpenAPI schema generator.
Operations with an Entity
bound parameter are now correctly represented in the schema.
Not-nullable arguments are now listed as 'required'.
The binding parameter itself has been removed from the 'parameters' array, as it is passed in the URL and not a body/query parameter.
v5.35.2
v5.35.1
This release corrects a behaviour where the ETag was included on requests that used $expand
.
Props @sean-james-eco
v5.35.0
This release allows the service to accept the Entity primary key using the non-canonical long form, which previously only accepted alternative keys. Thanks to @yvo-niedrich for this enhancement!
v5.34.1
v5.34.0
v5.33.9
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.