[English Documents Available](https://github.com/ZhuoZhuoCrayon/throttled-py/blob/main/CHANGELOG_EN.md#v102---2025-03-29) | 简体中文
更新内容
* refactor: 标准化限流器 Key 格式为 "throttled:v1:{RateLimiterType}:{UserKey}" by ZhuoZhuoCrayon in https://github.com/ZhuoZhuoCrayon/throttled-py/pull/24
* perf: 优化「令牌桶」Redis 限流器 by ZhuoZhuoCrayon in https://github.com/ZhuoZhuoCrayon/throttled-py/pull/18
* perf: 优化「固定窗口」Redis 限流器 by ZhuoZhuoCrayon in https://github.com/ZhuoZhuoCrayon/throttled-py/pull/19
* docs: 修复文档格式问题 by JasperLinnn in https://github.com/ZhuoZhuoCrayon/throttled-py/pull/15
* test: 新增性能测试 Benchmark 类 by ZhuoZhuoCrayon in https://github.com/ZhuoZhuoCrayon/throttled-py/pull/16
* ci: 添加 GitHub Actions 工作流用于提交校验 by ZhuoZhuoCrayon in https://github.com/ZhuoZhuoCrayon/throttled-py/pull/22
新贡献者
* JasperLinnn 在 https://github.com/ZhuoZhuoCrayon/throttled-py/pull/15 完成首次贡献
**完整更新日志**: https://github.com/ZhuoZhuoCrayon/throttled-py/compare/v1.0.1...v1.0.2
---