Skip to content

Releases: gordon-code/cuid2

v2.0.1

17 Apr 00:07
0dfa3c1
Compare
Choose a tag to compare

What's Changed

  • Fix build release GitHub Action github token env variable by @wgordon17 in #6
  • Resolve vulnerability in requests package used for linting by @wgordon17 in #7
  • Update packages and support python 3.12 by @wgordon17 in #8
  • Fix trufflehog action by @wgordon17 in #9
  • Update github workflows by @wgordon17 in #10

Full Changelog: v2.0.0...v2.0.1

v2.0.0

21 May 16:25
eb74a4f
Compare
Choose a tag to compare

What's Changed

  • Removes deprecated CUID class by @wgordon17 in #2
  • Increase GitHub Actions runner for CI by @wgordon17 in #3
  • Migrate CI GitHub Actions to self-hosted runner by @wgordon17 in #4
  • Remove PDM setup action from self-hosted runner action by @wgordon17 in #5

Full Changelog: v1.3.0...v2.0.0

v1.3.0

19 May 14:14
2cd404e
Compare
Choose a tag to compare

What's Changed

Refactor to latest cuid2

  • Refactor to match the latest changes in paralleldrive's cuid2 package.
  • Includes more unit tests, and several improvements to the collision testing.
  • Deprecates the CUID class usage in favor of Cuid.

New Contributors

Full Changelog: https://github.com/gordon-code/cuid2/commits/v1.3.0