Skip to content

Releases: Avanade/Beef

v.4.1.20210419

19 Apr 23:18
35eaf39
Compare
Choose a tag to compare
Cdc events (#125)

* EventData Source.
IEventPublisher refactor.

* Integrated EventData.Source into Entity and CDC code-gen.

* Added Operation.XxxExtensions.
Changed Extensions code to simplify.
IRequestCache updates.
RefernceDataBase IUniqueKey support.
CdcOutbox Table Lsn Columns nullable.

* Introduce CloudEvents event format (used as the default also).

* Add generated of CdcBackgroundServiceExtensions.

* Re-gen all.

* Add further tests for converters.

* Mid YAML formatting change.

* Updated YAML value formatting.

* Minor tweaks/tests.

* Update changelog for issue.

Co-authored-by: Eric Sibly <[email protected]>

v.4.1.20210309

09 Mar 22:26
d7eeadf
Compare
Choose a tag to compare
Event repository (#112)

* Revert "Revert "event-repository""

This reverts commit e7aead87a53dc6307d80f278e4401dcfb7c31880.

* Introduce first version of new resiliency approach.

* Deprecate existing ResilientEventHubTrigger.
Replicate functionality into EventHubSubscriber with EventHubsAzureStorageRepository to perform same - relies on new ExponentialBackoffRetry functionality.

* Introduce usage of PartitionContext.

* EventSubscriber testing.

* Quick backup before moving things around.

* Create new Event.EventHubs assembly.

* Updated all references.
Finish Events to EventHubs assembly ports.

* Remove SuppressMessage from model.
Rename Retries to Attempts/Attempt.

* Updated CDC.

* Use Cdc All vs Cdc Net - avoid potential message loss.
Split Cdc Execute and Complete into two SPs
Added new `Config.ETagJsonName`.

v.4.1.20210202

03 Feb 01:05
4294cb7
Compare
Choose a tag to compare

DB code-gen with Handlebars, Change Data Capture (CDC) introduction, Validation Async, many bug fixes and improvements.

v4.1.20201029

29 Oct 20:39
a2117a2
Compare
Choose a tag to compare
Fix issue #80 and #81. (#82)

v4.1.20201008

08 Oct 20:05
9f535ba
Compare
Choose a tag to compare

Reference data authorization code-gen fix; plus re-publish of solution template.

v4.1.20200925

25 Sep 18:07
Compare
Choose a tag to compare

Code generation fixes post DI introduction.

v4.1-20200920: New code-gen (handlebars) foundation

21 Sep 23:11
b0f4511
Compare
Choose a tag to compare

Primarily the introduction of handlebars as the code-generation engine. All entity code-gen has been ported; the db code-gen is on the backlog (still using legacy custom).

Initial v4.1.1 release

21 Sep 19:40
16eaafc
Compare
Choose a tag to compare

This represents the initial v4.1.1 DI release.

Note: tag created post the actual release date of 18-Aug-2020, hence the tag name difference with the underlying date.

Version v3.1 - pre v4.1

18 Aug 14:57
563190c
Compare
Choose a tag to compare

Represents the v3.1.x version before the major v4.1.1 release. This allows a convenient reference of the codebase prior for those that have not upgraded.