Releases: lithammer/shortuuid
Releases · lithammer/shortuuid
v4.2.0
What's Changed
- Support custom character length alphabets by @anatoly-kussul in #59
- Fix panic when using multibyte alphabet characters by @anatoly-kussul in #59
- More performance improvements (see pull request) by @anatoly-kussul in #59
Full Changelog: v4.1.0...v4.2.0
v4.1.0
What's Changed
- Fixed code example in README by @rfyiamcool in #46
- Bump
github.com/google/uuid
from 1.3.0 to 1.6.0 by @dependabot in #50 - Massive performance improvements by @anatoly-kussul in #58
New Contributors
- @rfyiamcool made their first contribution in #46
- @anatoly-kussul made their first contribution in #58
Full Changelog: v4.0.0...v4.1.0
v4.0.0
v3.0.7
v3.0.6
v3.0.5
github.com/google/uuid
updated to v1.1.2 to allow concurrent usage (google/uuid#44) and fix a race condition inNewUUID()
(google/uuid#64).
v3.0.3
v3.0.2
v3.0.1
- Use
github.com/google/uuid
instead ofgithub.com/satori/go.uuid
to generate UUIDs. #13