Skip to content

Releases: Avanade/Beef

v4.2.20220429 - .NET 6

29 Apr 18:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v.4.2.20220217...v4.2.20220429

v.4.2.20220217

17 Feb 16:51
a32360d
Compare
Choose a tag to compare

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

21 Jan 19:30
0805c4c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v.4.2.20210830...v.4.2.20220121

v.4.2.20210830

30 Aug 23:22
9e7f69e
Compare
Choose a tag to compare
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

16 Aug 19:34
0fcc323
Compare
Choose a tag to compare
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

16 Jul 00:15
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/Avanade/Beef

v.4.2.20210702

02 Jul 19:01
509f10a
Compare
Choose a tag to compare

NuGet version v4.2.1 release.

v.4.1.20210622

23 Jun 00:34
ab5e4a4
Compare
Choose a tag to compare
- 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

14 Jun 18:04
d74a7ca
Compare
Choose a tag to compare
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

12 May 23:37
c466d87
Compare
Choose a tag to compare
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>