v0.11.0
版本发布时间: 2026-04-09 00:06:08
zurawiki/tiktoken-rs最新发布版本:v0.11.0(2026-04-09 00:06:08)
What's Changed
Features
- Add gpt-5.4 support, fix context sizes for o1-mini/chatgpt-4o/gpt-4.5 by @zurawiki in https://github.com/zurawiki/tiktoken-rs/pull/156
- Add generic token type APIs (FromRank trait) by @zurawiki in https://github.com/zurawiki/tiktoken-rs/pull/157
- Add gpt-5.2/5.3/codex model support by @zurawiki in https://github.com/zurawiki/tiktoken-rs/pull/159
- Return Option from get_context_size, improve error messages, bump to 0.11.0 by @zurawiki in https://github.com/zurawiki/tiktoken-rs/pull/160
Other Changes
- Use GitHub auto-generated release notes by @zurawiki in https://github.com/zurawiki/tiktoken-rs/pull/158
Full Changelog: https://github.com/zurawiki/tiktoken-rs/compare/v0.10.0...v0.11.0