axum/CHANGELOG.md

26 lines
764 B
Markdown
Raw Normal View History

2021-06-13 02:18:21 +08:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Unreleased
- Implement `Stream` for `WebSocket` ([#52](https://github.com/tokio-rs/axum/pull/52))
- Implement `Sink` for `WebSocket` ([#52](https://github.com/tokio-rs/axum/pull/52))
- Implement `Deref` most extractors ([#56](https://github.com/tokio-rs/axum/pull/56))
- Return `405 Method Not Allowed` for unsupported method for route ([#63](https://github.com/tokio-rs/axum/pull/63))
2021-06-13 02:18:21 +08:00
## Breaking changes
None.
2021-07-30 23:20:38 +08:00
# 0.1.1 (30. July, 2021)
- Misc readme fixes.
2021-07-30 23:14:13 +08:00
# 0.1.0 (30. July, 2021)
2021-06-13 02:18:21 +08:00
2021-07-30 23:14:13 +08:00
- Initial release.