Releases: gordon-code/cuid2
Releases · gordon-code/cuid2
v2.0.1
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
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
What's Changed
- 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 ofCuid
.
New Contributors
- @wgordon17 made their first contribution in #1
Full Changelog: https://github.com/gordon-code/cuid2/commits/v1.3.0