Releases: Flexberry/NewPlatform.Flexberry.ORM.ODataService
Releases · Flexberry/NewPlatform.Flexberry.ORM.ODataService
7.2.0 - 2024-03-27
Added
updateViews
parameter ofDefaultDataObjectEdmModelBuilder
class. It allows to change update views for data objects (update view is used for loading a data object during OData update requests).
Changed
- Updated Flexberry ORM up to 7.2.0.
Fixed
- Fixed loading of object with crushing of already loaded masters.
- Fixed loading of details.
7.1.1 - 2023-06-09
Changed
- Updated
NewPlatform.Flexberry.ORM
up to7.1.1
. - Get properties from objects for send it to frontend always rethrow exception now.
Fixed
- Fixed problem with metadata when inheritance and PublishName is used.
- Safe load details with complex type usage hierarchy.
7.0.0 - 2023-02-17
Added
- Added stubbed namespace for entities with publish name.
- Added .net6 and .net7 as target frameworks.
Changed
- Upgrade
Microsoft.AspNet.OData
to7.6.1
- Upgrade
NewPlatform.Flexberry.AspNetCore.OData
to7.6.2
6.2.0 - 2023-02-16
Added
- Support IExportStringedObjectViewService interface call for fast excel export.
- Add DisabledDataObjectFileAccessor realization.
- Support of actions with void response (it returns 204 No Content code).
Fixed
- SafeLoadDetails for partial loaded detail.
- Custom batch handler settings such as ODataMessageQuotas.
- CallbackBeforeGet with count equals true.
- Fix create detail view.
- Fix view creation in case with filters by detail (twin master field contains, pk eq const).
- Fix create detail view.
- Fix user function Edm.Binary response.
5.2.1 - 2022-02-04
Fixed
- CallbackBeforeGet with count equals true.
5.1.2 - 2022-01-18
Fixed
- Add in dynamic view master master prop
6.1.0 - 2021-06-12
Added
- Netstandard 2.0 implementation.
6.0.0 - 2021-06-06
Changed
- Update dependencies:
Microsoft.AspNet.OData
to7.5.1
,Microsoft.OData.Core
to7.7.2
,NewPlatform.Flexberry.ORM
to6.0
.
5.2.0 - 2021-06-03
Added
- Microsoft .NET Framework 4.6.1 compiled assemblies.
- Batch update MessageQuotas.MaxOperationsPerChangeset and MessageQuotas.MaxReceivedMessageSize parameters.
Changed
- Removing files through file providers.
- Add additional edm mapping into model builder.
Fixed
- Batch update InternalServerError event handling.
- SafeLoadDetails for models with TypeUsage.
- Batch update CallbackAfterCreate, CallbackAfterUpdate, CallbackAfterDelete call.
- SafeLoadDetails for partial loaded agregator.
5.1.1 - 2020.08.21
Added
- The maximum number of top level query operations and changesets allowed in a single batch parameter, set default as 1000.
Fixed
- Update and delete details by batch update.
- Exponential format for numeric values serialization issue.
- SafeLoadDetails add details DataCopy to DataCopy DetailArray.
- Load emty agregators in SafeLoadDetails.