Skip to content

Releases: flat3/lodata

v5.28.0

17 Mar 18:27
Compare
Choose a tag to compare

This release adds support for the cast function.

v5.27.0

09 Mar 12:34
Compare
Choose a tag to compare

This release for using name, description and nullablearguments to the LodataRelationship attribute and the discoverRelationship method. Closes #502. Props @RuslanMelnychenko for the suggestion.

v5.26.0

08 Mar 12:52
Compare
Choose a tag to compare

This release fixes issue #518 where it was not possible to use $top=0&$count=true to receive an entity count but without any records being returned. Props @RrOoSsSsOo for the report!

v5.25.0

25 Feb 16:30
Compare
Choose a tag to compare

This release fixes issue #501 where relationship discovery failed if you were using custom name mappings. Props @RuslanMelnychenko for the report!

v5.24.0

14 Feb 10:51
Compare
Choose a tag to compare

This release fixes issue #479 identified by @cladelpino, where pagination on large datasets using the EloquentEntitySet was not working correctly. The change switches from using lazyById() to cursor() when making database queries.

v5.23.0

11 Feb 14:32
Compare
Choose a tag to compare

This release fixes several issues in the automatically generated OpenAPI schema identified by the Redocly linter.

v5.22.0

01 Feb 19:15
Compare
Choose a tag to compare

This release supports setting a default OData version (4.0 vs 4.01) via configuration.

v5.21.0

02 Oct 18:24
Compare
Choose a tag to compare

This release supports the localization of descriptive strings provided by the package, and provides translations for Spanish and French-Canadian.

v5.20.0

06 Sep 17:36
Compare
Choose a tag to compare

This release supports adding description annotations to properties using attribute syntax.

v5.19.0

04 Sep 10:22
Compare
Choose a tag to compare

This release improves OpenAPI document generation.

  • A security scheme can now be included to advertise how to authenticate to the API.
  • Provides titles for schema objects.
  • Provides a schema for $batch operations.
  • Fixes an issue where the update response schema was not properly formed.
  • Adds an operationId to all operations.
  • Fixes an issue where the update and create schema identifiers did not match the specification.