Releases: silent-rs/silent
Releases · silent-rs/silent
v2.10.1
What's Changed
- fix(core): 修复服务器启动时未自动启动调度器 by @hubertshelley in #143
Full Changelog: v2.10.0...v2.10.1
v2.10.0
What's Changed
- feat: 增强静态资源服务能力 by @hubertshelley in #137
- perf/router performance by @hubertshelley in #138
- refactor: decouple server protocol handling by @hubertshelley in #139
- feat(quic): 合并 QUIC/HTTP/3 文档与示例到 main by @hubertshelley in #141
- chore(deps): update rand requirement from 0.8 to 0.9 by @dependabot[bot] in #142
Full Changelog: v2.9.1...v2.10.0
v2.9.1
What's Changed
- chore(deps): update tokio-tungstenite requirement from 0.27 to 0.28 by @dependabot[bot] in #134
- fix(core): return no content on null response by @hubertshelley in #133
- fix(route): 合并相同path路由 by @hubertshelley in #135
- fix(utils): 确保xtask bench等待服务就绪 by @hubertshelley in #136
Full Changelog: v2.9.0...v2.9.1
v2.9.0
What's Changed
- fix(core): 修复路由树未注入全局配置导致示例500 by @hubertshelley in #130
- Return 204 for null JSON response by @hubertshelley in #131
- feat(core): 支持Cloudflare Workers并新增示例 by @hubertshelley in #132
Full Changelog: v2.8.1...v2.9.0
v2.8.1
What's Changed
- fix(route): 修复字符串路径段空匹配导致 /oauth2/applications 返回405 by @hubertshelley in #128
- refactor(core): 重写中间件执行为真正洋葱模型 by @hubertshelley in #129
Full Changelog: v2.8.0...v2.8.1
v2.8.0
What's Changed
- features/extractor by @hubertshelley in #120
- refactor(extractor): 重构萃取器模块结构 by @hubertshelley in #123
- perf: merge performance_optimization into main by @hubertshelley in #124
- chore(deps): update which requirement from 6 to 8 by @dependabot[bot] in #125
- fix(core): 修复 FullPath(**) 与 DFS 终止逻辑导致 405 by @hubertshelley in #126
- feat(openapi): 引入#[endpoint]与OpenAPI集成,完善示例与文档 by @hubertshelley in #127
Full Changelog: v2.7.1...v2.8.0
v2.7.1
What's Changed
- release: v2.7.0 路由DFS重构与中间件顺序修复 by @hubertshelley in #114
Full Changelog: v2.7.0...v2.7.1
v2.7.0
What's Changed
- chore(deps): update tonic-build requirement from 0.13 to 0.14 by @dependabot[bot] in #109
- chore(deps): update prost requirement from 0.13 to 0.14 by @dependabot[bot] in #111
- chore(deps): update tonic requirement from 0.13 to 0.14 by @dependabot[bot] in #110
- refactor(route): 路由树DFS改造与基准测试报告 by @hubertshelley in #112
Full Changelog: v2.6.0...v2.7.0
v2.6.0
What's Changed
- chore(deps): update criterion requirement from 0.6 to 0.7 by @dependabot[bot] in #105
- chore(deps): update tonic requirement from 0.13 to 0.14 by @dependabot[bot] in #106
- chore(deps): update tonic-build requirement from 0.13 to 0.14 by @dependabot[bot] in #107
- refactor: 优化中间件架构并修复多个问题 by @hubertshelley in #108
Full Changelog: v2.5.2...v2.6.0
v2.5.2
What's Changed
- fix: 对listener无法正常多次监听的问题进行修复 by @hubertshelley in #98
- chore(deps): update criterion requirement from 0.5 to 0.6 by @dependabot[bot] in #99
- chore(deps): update dlopen2 requirement from 0.7.0 to 0.8.0 by @dependabot[bot] in #100
- chore(deps): update prost requirement from 0.13 to 0.14 by @dependabot[bot] in #101
- chore(deps): update tokio-tungstenite requirement from 0.26 to 0.27 by @dependabot[bot] in #102
- chore(deps): update prost requirement from 0.13 to 0.14 by @dependabot[bot] in #103
- fix: 更新项目主页和仓库链接 by @hubertshelley in #104
Full Changelog: v2.5.1...v2.5.2