Releases: aevitas/flakeid
Releases · aevitas/flakeid
v1.2.1
What's Changed
- CRITICAL Incorrect application of interlocked increment by @michael-michalski in #18
New Contributors
- @michael-michalski made their first contribution in #18
Full Changelog: v1.2.0...v1.2.1
1.2.0
What's Changed
- Use constants in IdExtensions.IsSnowflake() by @haruki-taka8 in #9
- Add support for .NET 8 by @romadanskiy in #12
- Benchmark across .NET versions by @romadanskiy in #15
- Add support for creating ID from timestamps by @aevitas in #14
- .NET Standard 2.0 compatibility by @szakatsa in #16
- finalize netstandard2.0 support by @aevitas in #17
New Contributors
- @haruki-taka8 made their first contribution in #9
- @romadanskiy made their first contribution in #12
- @szakatsa made their first contribution in #16
Full Changelog: v1.1.1...v1.2.0
1.1.1
What's Changed
- Add net5.0 target moniker by @aevitas in #1
- Add support for parsing longs as IDs by @aevitas in #2
- Add support for displaying snowflakes as long form base64 strings by @aevitas in #3
- Upgrade solution to VS2022 by @aevitas in #4
- Update readme for recommended v8 usage by @aevitas in #5
- IsSnowflake wrongly returns false by @aevitas in #7
New Contributors
Full Changelog: v1.0...v1.1.1
FlakeId v1.0
Initial release of FlakeId.