Releases: flat3/lodata
v5.38.0
v5.37.0
This release now supports the prefix option on database connections. Thanks to @VIPER-VLAD !
v5.36.0
Introduces Relationship operations for Eloquent Models (previously the $ref segment was ignored and invalid CREATE & DELETE operations were performed/attempted on the entire entity). Thanks to @yvo-niedrich !
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!