Skip to content

Releases: Flexberry/NewPlatform.Flexberry.ORM.ODataService

7.2.0 - 2024-03-27

27 Mar 09:33
7fb4f45
Compare
Choose a tag to compare

Added

  1. updateViews parameter of DefaultDataObjectEdmModelBuilder class. It allows to change update views for data objects (update view is used for loading a data object during OData update requests).

Changed

  1. Updated Flexberry ORM up to 7.2.0.

Fixed

  1. Fixed loading of object with crushing of already loaded masters.
  2. Fixed loading of details.

7.1.1 - 2023-06-09

09 Jun 06:13
ee49b2b
Compare
Choose a tag to compare

Changed

  1. Updated NewPlatform.Flexberry.ORM up to 7.1.1.
  2. Get properties from objects for send it to frontend always rethrow exception now.

Fixed

  1. Fixed problem with metadata when inheritance and PublishName is used.
  2. Safe load details with complex type usage hierarchy.

7.0.0 - 2023-02-17

17 Feb 10:06
8587d23
Compare
Choose a tag to compare

Added

  1. Added stubbed namespace for entities with publish name.
  2. Added .net6 and .net7 as target frameworks.

Changed

  1. Upgrade Microsoft.AspNet.OData to 7.6.1
  2. Upgrade NewPlatform.Flexberry.AspNetCore.OData to 7.6.2

6.2.0 - 2023-02-16

16 Feb 08:51
a79a8fe
Compare
Choose a tag to compare

Added

  1. Support IExportStringedObjectViewService interface call for fast excel export.
  2. Add DisabledDataObjectFileAccessor realization.
  3. Support of actions with void response (it returns 204 No Content code).

Fixed

  1. SafeLoadDetails for partial loaded detail.
  2. Custom batch handler settings such as ODataMessageQuotas.
  3. CallbackBeforeGet with count equals true.
  4. Fix create detail view.
  5. Fix view creation in case with filters by detail (twin master field contains, pk eq const).
  6. Fix create detail view.
  7. Fix user function Edm.Binary response.

5.2.1 - 2022-02-04

04 Feb 13:51
599362e
Compare
Choose a tag to compare

Fixed

  • CallbackBeforeGet with count equals true.

5.1.2 - 2022-01-18

04 Feb 13:53
2b6c40e
Compare
Choose a tag to compare

Fixed

  1. Add in dynamic view master master prop

6.1.0 - 2021-06-12

12 Jun 08:33
9299d77
Compare
Choose a tag to compare

Added

  1. Netstandard 2.0 implementation.

6.0.0 - 2021-06-06

06 Jun 18:23
eba26e8
Compare
Choose a tag to compare

Changed

  1. Update dependencies: Microsoft.AspNet.OData to 7.5.1, Microsoft.OData.Core to 7.7.2, NewPlatform.Flexberry.ORM to 6.0.

5.2.0 - 2021-06-03

03 Jun 17:26
ecf87e9
Compare
Choose a tag to compare

Added

  1. Microsoft .NET Framework 4.6.1 compiled assemblies.
  2. Batch update MessageQuotas.MaxOperationsPerChangeset and MessageQuotas.MaxReceivedMessageSize parameters.

Changed

  1. Removing files through file providers.
  2. Add additional edm mapping into model builder.

Fixed

  1. Batch update InternalServerError event handling.
  2. SafeLoadDetails for models with TypeUsage.
  3. Batch update CallbackAfterCreate, CallbackAfterUpdate, CallbackAfterDelete call.
  4. SafeLoadDetails for partial loaded agregator.

5.1.1 - 2020.08.21

21 Aug 11:28
Compare
Choose a tag to compare

Added

  1. The maximum number of top level query operations and changesets allowed in a single batch parameter, set default as 1000.

Fixed

  1. Update and delete details by batch update.
  2. Exponential format for numeric values serialization issue.
  3. SafeLoadDetails add details DataCopy to DataCopy DetailArray.
  4. Load emty agregators in SafeLoadDetails.