Skip to content

v1.4.1

Latest

Choose a tag to compare

@Seramis Seramis released this 14 Sep 10:19
· 4 commits to main since this release
ba2248d

What's Changed

⚠️ BREAKING CHANGES / MIGRATION WARNINGS

  • Monotonicity state moved into GenerationOptions instance making the state not globally shared by @Seramis in #63
    Implicit shared state is achieved through Ulid.DefaultGenerationOptions.

ByteAether.Ulid

  • Add companion packages to Ulid PACKAGE.md by @Seramis in #89

Other

  • Clarified README.md and PACKAGE.md documents. by @Seramis in #59
  • All tests built with net10.0, project-under-test is referenced with specific framework version by @Seramis in #60
  • Bump github/codeql-action from 4 to 4.37.3 by @dependabot[bot] in #64
  • Bump github/codeql-action from 4.37.3 to 4.37.6 by @dependabot[bot] in #65
  • Bump github/codeql-action from 4.37.6 to 4.37.7 by @dependabot[bot] in #69
  • Bump github/codeql-action from 4.37.7 to 4.37.8 by @dependabot[bot] in #70
  • Bump github/codeql-action from 4.37.8 to 4.37.9 by @dependabot[bot] in #71
  • Simplified DB adapter packages' code sharing. No additional DLL files any more. by @Seramis in #72
  • Simplify and fix dependabot configuration by @Seramis in #76
  • Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.10.0 by @dependabot[bot] in #82
  • Bump Microsoft.Data.Sqlite from 10.0.9 to 10.0.12 by @dependabot[bot] in #80
  • Upgraded xunit to xunit.v3. Adjusted tests as necessary. Introduced central package version management via Directory.Packages.props. by @Seramis in #84
  • Bump Microsoft.Data.Sqlite from 10.0.9 to 10.0.12 by @dependabot[bot] in #85
  • Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.10.0 by @dependabot[bot] in #86
  • Bump xunit.runner.visualstudio from 3.1.5 to 4.0.0 by @dependabot[bot] in #87
  • Bump Microsoft.Bcl.Memory from 10.0.10 to 10.0.12 by @dependabot[bot] in #79
  • Fix .trx test results overwrite during build-and-test.yml GitHub Action by @Seramis in #88

Full Changelog: v1.4.0...v1.4.1