id/CHANGELOG.md

14 lines
393 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Changelog: @go/id
## [v1.0.1] - 2026-05-01
### Changed
- 重构:将 IdMaker 重命名为 IDMaker符合 Go 命名规范。
- 优化:使用 Epoch 常量替代硬编码时间戳,优化 defaultIncr 控制流。
## [v1.0.0] - 2026-04-22
### Added
- 分布式唯一 ID 生成器,支持多种数据库场景优化。
- 高性能并发支持,集成 `@go/rand``@go/encoding`