Releases: Avanade/Beef
v5.5.1
v5.5.0
What's Changed
- V5.4.0 by @chullybun in #213
- V5.5.0 by @chullybun in #214
- V5.5.0 by @chullybun in #215
Full Changelog: v5.3.1...v5.5.0
v5.3.1
What's Changed
- V5.3.0 by @chullybun in #210
- Update CoreEx and UnitTestEx dependencies by @chullybun in #211
Full Changelog: v5.2.1...v5.3.1
v5.2.1
v4.2.20230329
What's Changed
- Fix Cosmos RefData query paging limit. by @chullybun in #178
- Fixed spelling errors by @karamem0 in #180
- Remove unneeded System library references by @JamieAitchison in #182
- Support loading the GetBeforeRequest after the constructor. by @ostat in #185
- Verify latest pull requests. Update version number and comments for … by @chullybun in #186
- Fixed "CosmosValueContainer" was ignored. by @karamem0 in #187
- Fix CosmosValueContainer code gen. by @chullybun in #189
- Adding membersToIgnore to AreSentCompare function by @leandrodotec in #190
- [Snyk] Security upgrade Microsoft.NET.Test.Sdk from 17.0.0 to 17.4.0 by @snyk-bot in #192
- Resolve issue #200 by @chullybun in #201
- Resolve issue #193. by @chullybun in #202
- V4 DB tool timeout support by @chullybun in #206
New Contributors
- @leandrodotec made their first contribution in #190
- @snyk-bot made their first contribution in #192
Full Changelog: v4.2.20220531...v4.2.20230329
v5.2.0
Full Changelog: v5.1.2...v5.2.0
v5.1.2
v5.1.1
v5.1.0
Represents the initial commit for Beef version 5.x. All assemblies/packages now share the same version and change log; i.e. they are now published as a set versus individually versioned (prior releases). This version is a major refactoring from the prior; to achieve largely the same outcomes, in a modernized decoupled manner.
As stated in the README, Beef is now (as of version 5.x) ostensibly the code-generation engine, and solution orchestration, that ultimately takes dependencies on the following capabilities to enable the end-to-functionality and testing thereof in a standardized (albeit somewhat opinionated) manner:
- CoreEx - provides the core runtime capabilities (extends .NET core);
- UnitTestEx - provides extended unit and intra-domain integration testing;
- DbEx - provides extended database management capabilities ;
- OnRamp - provides the underlying code-generation engine functionality.
Prior to version 5.x, Beef was all encompassing. These capabilities have been extracted, simplified and refactored to be first class frameworks in their own right, and made into the repos listed above. This allows them to be used and maintained independently to Beef; therefore, offering greater opportunities for reuse versus all-or-nothing.
v4.2.20220531
What's Changed
- Align manager invoker to data and datasvc invokers by @JamieAitchison in #175
- Resolved issue #176 by @chullybun in #177
- docker-compose for running the sample by @karpikpl in #171
New Contributors
- @JamieAitchison made their first contribution in #175
Full Changelog: v4.2.20220429...v4.2.20220531