Releases: Avanade/Beef
Releases · Avanade/Beef
v4.2.20220429 - .NET 6
What's Changed
- Updated Sample-EntityFramework-GettingStarted.md by @karamem0 in #172
- updated code comment by @karpikpl in #170
- Net6 support by @chullybun in #173
New Contributors
Full Changelog: v.4.2.20220217...v4.2.20220429
v.4.2.20220217
What's Changed
- Simulate
ETag
Concurrency where not natively supported by data source by @chullybun in #167
Full Changelog: v.4.2.20220121...v.4.2.20220217
v.4.2.20220121
What's Changed
- Updated DbColumn to be able to read TEXT columns as .NET Strings by @ciaranodonnell in #160
- Data auto implement httprest by @chullybun in #164
- RegenerateAll.ps1 no longer relies working folder. by @ostat in #163
- Abstract core codegen by @chullybun in #165
New Contributors
- @ciaranodonnell made their first contribution in #160
Full Changelog: v.4.2.20210830...v.4.2.20220121
v.4.2.20210830
Align packages (#159) * Get all the nuget packages updated to latest. * Enable Skip of AutoMapper property. My.Hr TerminationDetail AutoMapper logic updated.
v.4.2.20210816
Introduce AutoMapper (#150) * Introduce AutoMapper. * AutoMapper for My.Hr and Cdr.Banking. * ReferenceDataData changes. * Update YAML/XML documentation and schemas. * Updated solution template. * Additional tweaks. * - Rename types to Int32 and add corresponding Int64 where applicable. - Move ILogicallyDeleted and IMultiTenant to Beef.Abstractions. * Add validation `BetweenRule`. * Grpc AutoMapper introduction. * Re-gen schemas and doco. * Updated Grpc version and changelog. * Hard decision made to remove existing EntityMapper and go all in with AutoMapper (except for Beef.Data.Database). * Re-jig Mapper artefact location between Beef.Abstractions, Beef.Core and Beef.Data.Database. * Run unit tests and correct. * - Remove property Mappers for EF, Cosmos & OData (no longer required when using AutoMapper). - Re-gen schemas and doco. * Fix minor gen comment issue.
v.4.2.20210715
Merge branch 'master' of https://github.com/Avanade/Beef
v.4.2.20210702
NuGet version v4.2.1 release.
v.4.1.20210622
- Beef.Core v4.1.15 (#137) - Beef.CodeGen.Core v4.1.27 - Beef.Test.NUnit v4.1.12 Co-authored-by: chullybun <eric.sibly@avanade.com>
v.4.1.20210614
Code gen enhancements (#134) * OrgUnitImmutable. RefDataNamespace ^ shortcut. * Improve TextProvider experience. * - OrgUnit immutable fix. - Fix issue #131 - Test logger formatting * Correct merge oops. Co-authored-by: chullybun <eric.sibly@avanade.com>
v.4.1.20210512
Event outbox (#129) * Event Outbox foundation. * Primarily added DatabaseEventOutboxPublisherService. * Mr.Hr updates to use Outbox. Template to use Outbox. Further testing. * EntityScope of Autonomous added. Re-gen schemas/doco. CcdHostedService inherit from TimerHostedServiceBase. * Created CachePolicyManagerServiceHost. Renamed NamespaceCdc to NamespaceCdcPublisher. * Additional testing * EF IsDeleted start * EF IsDeleted completed * InternalOnly property selection. EF IMultiTenant + CodeGen. * Data create using IIdentifierGenerators. * Update data yaml doco. * ReferenceDataBaseString + CodeGen Further tweaks/testing. * Service Bus topic support. * Data YAML runtime variables. Symbol packages. Co-authored-by: chullybun <eric.sibly@avanade.com>