Skip to content

v1.0.0.0-rc7

Pre-release
Pre-release
Compare
Choose a tag to compare
@TwentyFourMinutes TwentyFourMinutes released this 17 Jul 19:25
· 184 commits to dev since this release
2874615

Minor update

Since this is a rc release (Release Candidate) this version is considered to be somewhat bug-free and should be safe to use. Additionally, this is most likely the last release before the first major non-pre-release version.

Change log

  • Benchmarks will no longer target multiple TFM. It will only be benched against .Net 6.
  • Stripped out no longer used internal API's.
  • Added Text.Json and Newtonsoft.Json support.
  • Added support for ASP.Net Core DI.
  • Added full transaction support.
  • Added SQL string-length estimate for delete and update commands.
  • Removed useless duplicate locals and fields generation in insert commands.
  • Removed useless foreign key assignment in insert commands.

Bug fixes

  • Fixed a critical bug in the benchmark score calculation which lead to incorrect output scores.
  • Fixed a bug which would cause the local assembly to not be included in the entity configuration search.

If you are experiencing any issues or unexpected behavior, feel free to create an issue and let me know.