Skip to content

Releases: flat3/lodata

v1.8.0

08 May 17:14
Compare
Choose a tag to compare

Improved SQL column type detection, including bug fixes where not-nullable columns were not property detected
Updated contains, startsWith and endsWith filter functions in SQL drivers
Added optional unsigned integer types to assist with type and max/min detection in clients that support OpenAPI and CSDL
Fixed issue where enumerated types were not properly annotated in JSON CSDL documents
Documentation updates
Added a security vulnerability reporting policy

v1.7.6

24 Apr 13:05
Compare
Choose a tag to compare

Remove previous change to implement POST for Entity updates
Allow X-HTTP-METHOD method tunnelling for POST requests

v1.7.5

24 Apr 12:36
Compare
Choose a tag to compare

Enable POST to specific entities for update requests

v1.7.4

24 Apr 11:36
Compare
Choose a tag to compare

Fix issue where EloquentEntitySet did not declare its support for pagination

v1.7.3

23 Apr 16:01
Compare
Choose a tag to compare

Fix issue where the metadata schema would not be valid if the entity container was empty
Fully implement the CallbackSupported annotation type to fix SFDC validation

v1.7.2

22 Apr 14:06
Compare
Choose a tag to compare

Provide artisan commands to generate functions and actions.

v1.7.1

20 Apr 16:51
Compare
Choose a tag to compare

Fix issue with the rendering of OpenAPI $batch JSON examples
Prioritise JSON over Multipart in $batch JSON example

v1.7.0

18 Apr 15:49
Compare
Choose a tag to compare

OpenAPI specification generation
Fixed issues with Duration and DateTimeOffset parsing/generation

v1.6.1

14 Apr 13:49
Compare
Choose a tag to compare

Key-as-segment support

v1.6.0

12 Apr 16:53
Compare
Choose a tag to compare

Support service metadata in JSON format
Fix issue with error JSON objects not being constructed correctly
Fix issue with function imports not having namespace-qualified identifiers