mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-23 16:21:06 +01:00
chore: remove broken links from changelogs
This commit is contained in:
parent
384ca0a2cd
commit
84eb8b306c
@ -106,45 +106,45 @@
|
||||
- Remove the unused `time` dependency
|
||||
- Fix missing `std::error::Error` implement for `MultipartError`.
|
||||
|
||||
## [0.2.0]
|
||||
## 0.2.0
|
||||
|
||||
- Release
|
||||
|
||||
## [0.2.0-alpha.4]
|
||||
## 0.2.0-alpha.4
|
||||
|
||||
- Multipart handling now handles Pending during read of boundary #1205
|
||||
|
||||
## [0.2.0-alpha.2]
|
||||
## 0.2.0-alpha.2
|
||||
|
||||
- Migrate to `std::future`
|
||||
|
||||
## [0.1.4]
|
||||
## 0.1.4
|
||||
|
||||
- Multipart handling now parses requests which do not end in CRLF #1038
|
||||
|
||||
## [0.1.3]
|
||||
## 0.1.3
|
||||
|
||||
- Fix ring dependency from actix-web default features for #741.
|
||||
|
||||
## [0.1.2]
|
||||
## 0.1.2
|
||||
|
||||
- Fix boundary parsing #876
|
||||
|
||||
## [0.1.1]
|
||||
## 0.1.1
|
||||
|
||||
- Fix disconnect handling #834
|
||||
|
||||
## [0.1.0]
|
||||
## 0.1.0
|
||||
|
||||
- Release
|
||||
|
||||
## [0.1.0-beta.4]
|
||||
## 0.1.0-beta.4
|
||||
|
||||
- Handle cancellation of uploads #736
|
||||
|
||||
- Upgrade to actix-web 1.0.0-beta.4
|
||||
|
||||
## [0.1.0-beta.1]
|
||||
## 0.1.0-beta.1
|
||||
|
||||
- Do not support nested multipart
|
||||
|
||||
|
@ -85,55 +85,55 @@
|
||||
|
||||
- Update `actix-*` dependencies to latest versions.
|
||||
|
||||
## [3.0.0-beta.1]
|
||||
## 3.0.0-beta.1
|
||||
|
||||
- Update `actix-web` & `actix-http` dependencies to beta.1
|
||||
- Bump minimum supported Rust version to 1.40
|
||||
|
||||
## [3.0.0-alpha.1]
|
||||
## 3.0.0-alpha.1
|
||||
|
||||
- Update the actix-web dependency to 3.0.0-alpha.1
|
||||
- Update the actix dependency to 0.10.0-alpha.2
|
||||
- Update the actix-http dependency to 2.0.0-alpha.3
|
||||
|
||||
## [2.0.0]
|
||||
## 2.0.0
|
||||
|
||||
- Release
|
||||
|
||||
## [2.0.0-alpha.1]
|
||||
## 2.0.0-alpha.1
|
||||
|
||||
- Migrate to actix-web 2.0.0
|
||||
|
||||
## [1.0.4]
|
||||
## 1.0.4
|
||||
|
||||
- Allow comma-separated websocket subprotocols without spaces (#1172)
|
||||
|
||||
## [1.0.3]
|
||||
## 1.0.3
|
||||
|
||||
- Update actix-web and actix-http dependencies
|
||||
|
||||
## [1.0.2]
|
||||
## 1.0.2
|
||||
|
||||
- Add `ws::start_with_addr()`, returning the address of the created actor, along with the `HttpResponse`.
|
||||
|
||||
- Add support for specifying protocols on websocket handshake #835
|
||||
|
||||
## [1.0.1]
|
||||
## 1.0.1
|
||||
|
||||
- Allow to use custom ws codec with `WebsocketContext` #925
|
||||
|
||||
## [1.0.0]
|
||||
## 1.0.0
|
||||
|
||||
- Update actix-http and actix-web
|
||||
|
||||
## [0.1.0-alpha.3]
|
||||
## 0.1.0-alpha.3
|
||||
|
||||
- Update actix-http and actix-web
|
||||
|
||||
## [0.1.0-alpha.2]
|
||||
## 0.1.0-alpha.2
|
||||
|
||||
- Update actix-http and actix-web
|
||||
|
||||
## [0.1.0-alpha.1]
|
||||
## 0.1.0-alpha.1
|
||||
|
||||
- Initial impl
|
||||
|
@ -1053,7 +1053,7 @@
|
||||
[#1485]: https://github.com/actix/actix-web/pull/1485
|
||||
[#1509]: https://github.com/actix/actix-web/pull/1509
|
||||
|
||||
## [3.0.0-alpha.2]
|
||||
## 3.0.0-alpha.2
|
||||
|
||||
### Changed
|
||||
|
||||
@ -1067,7 +1067,7 @@
|
||||
[#1452]: https://github.com/actix/actix-web/pull/1452
|
||||
[#1486]: https://github.com/actix/actix-web/pull/1486
|
||||
|
||||
## [3.0.0-alpha.1]
|
||||
## 3.0.0-alpha.1
|
||||
|
||||
### Added
|
||||
|
||||
@ -1084,7 +1084,7 @@
|
||||
|
||||
[#1308]: https://github.com/actix/actix-web/pull/1308
|
||||
|
||||
## [2.0.0]
|
||||
## 2.0.0
|
||||
|
||||
### Changed
|
||||
|
||||
@ -1094,7 +1094,7 @@
|
||||
|
||||
- Allow to specify multi-patterns for resources
|
||||
|
||||
## [2.0.0-rc]
|
||||
## 2.0.0-rc
|
||||
|
||||
### Changed
|
||||
|
||||
@ -1112,31 +1112,31 @@
|
||||
|
||||
- Fix `AppConfig::secure()` is always false. #1202
|
||||
|
||||
## [2.0.0-alpha.6]
|
||||
## 2.0.0-alpha.6
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed compilation with default features off
|
||||
|
||||
## [2.0.0-alpha.5]
|
||||
## 2.0.0-alpha.5
|
||||
|
||||
### Added
|
||||
|
||||
- Add test server, `test::start()` and `test::start_with()`
|
||||
|
||||
## [2.0.0-alpha.4]
|
||||
## 2.0.0-alpha.4
|
||||
|
||||
### Deleted
|
||||
|
||||
- Delete HttpServer::run(), it is not useful with async/await
|
||||
|
||||
## [2.0.0-alpha.3]
|
||||
## 2.0.0-alpha.3
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrate to tokio 0.2
|
||||
|
||||
## [2.0.0-alpha.1]
|
||||
## 2.0.0-alpha.1
|
||||
|
||||
### Changed
|
||||
|
||||
@ -1144,7 +1144,7 @@
|
||||
|
||||
- Remove implementation of `Responder` for `()`. (#1167)
|
||||
|
||||
## [1.0.9]
|
||||
## 1.0.9
|
||||
|
||||
### Added
|
||||
|
||||
@ -1154,7 +1154,7 @@
|
||||
|
||||
- Support `Host` guards when the `Host` header is unset (e.g. HTTP/2 requests) (#1129)
|
||||
|
||||
## [1.0.8]
|
||||
## 1.0.8
|
||||
|
||||
### Added
|
||||
|
||||
@ -1172,13 +1172,13 @@
|
||||
|
||||
- Use actix-testing for testing utils
|
||||
|
||||
## [1.0.7]
|
||||
## 1.0.7
|
||||
|
||||
### Fixed
|
||||
|
||||
- Request Extensions leak #1062
|
||||
|
||||
## [1.0.6]
|
||||
## 1.0.6
|
||||
|
||||
### Added
|
||||
|
||||
@ -1200,7 +1200,7 @@
|
||||
|
||||
- Update url to 2.1
|
||||
|
||||
## [1.0.5]
|
||||
## 1.0.5
|
||||
|
||||
### Added
|
||||
|
||||
@ -1212,7 +1212,7 @@
|
||||
|
||||
- Restored logging of errors through the `Logger` middleware
|
||||
|
||||
## [1.0.4]
|
||||
## 1.0.4
|
||||
|
||||
### Added
|
||||
|
||||
@ -1224,7 +1224,7 @@
|
||||
|
||||
- Upgrade `rand` dependency version to 0.7
|
||||
|
||||
## [1.0.3]
|
||||
## 1.0.3
|
||||
|
||||
### Added
|
||||
|
||||
@ -1234,7 +1234,7 @@
|
||||
|
||||
- Use `encoding_rs` crate instead of unmaintained `encoding` crate
|
||||
|
||||
## [1.0.2]
|
||||
## 1.0.2
|
||||
|
||||
### Changed
|
||||
|
||||
@ -1242,7 +1242,7 @@
|
||||
|
||||
- Move identity middleware to `actix-identity` crate.
|
||||
|
||||
## [1.0.1]
|
||||
## 1.0.1
|
||||
|
||||
### Added
|
||||
|
||||
@ -1266,7 +1266,7 @@
|
||||
|
||||
- HttpRequest::url_for is broken with nested scopes #915
|
||||
|
||||
## [1.0.0]
|
||||
## 1.0.0
|
||||
|
||||
### Added
|
||||
|
||||
@ -1288,7 +1288,7 @@
|
||||
|
||||
- Clear http requests pool on app service drop #860
|
||||
|
||||
## [1.0.0-rc]
|
||||
## 1.0.0-rc
|
||||
|
||||
### Added
|
||||
|
||||
@ -1303,7 +1303,7 @@
|
||||
|
||||
- Codegen with parameters in the path only resolves the first registered endpoint #841
|
||||
|
||||
## [1.0.0-beta.4]
|
||||
## 1.0.0-beta.4
|
||||
|
||||
### Added
|
||||
|
||||
@ -1314,7 +1314,7 @@
|
||||
- `App::configure` take an `FnOnce` instead of `Fn`
|
||||
- Upgrade actix-net crates
|
||||
|
||||
## [1.0.0-beta.3]
|
||||
## 1.0.0-beta.3
|
||||
|
||||
### Added
|
||||
|
||||
@ -1338,7 +1338,7 @@
|
||||
|
||||
- `App::data_factory()` is deleted.
|
||||
|
||||
## [1.0.0-beta.2]
|
||||
## 1.0.0-beta.2
|
||||
|
||||
### Added
|
||||
|
||||
@ -1360,7 +1360,7 @@
|
||||
|
||||
- Fix async web::Data factory handling
|
||||
|
||||
## [1.0.0-beta.1]
|
||||
## 1.0.0-beta.1
|
||||
|
||||
### Added
|
||||
|
||||
@ -1384,7 +1384,7 @@
|
||||
|
||||
- Fixed `TestRequest::app_data()`
|
||||
|
||||
## [1.0.0-alpha.6]
|
||||
## 1.0.0-alpha.6
|
||||
|
||||
### Changed
|
||||
|
||||
@ -1396,7 +1396,7 @@
|
||||
|
||||
- Make extractor config type explicit. Add `FromRequest::Config` associated type.
|
||||
|
||||
## [1.0.0-alpha.5]
|
||||
## 1.0.0-alpha.5
|
||||
|
||||
### Added
|
||||
|
||||
@ -1406,7 +1406,7 @@
|
||||
|
||||
- Removed native-tls support
|
||||
|
||||
## [1.0.0-alpha.4]
|
||||
## 1.0.0-alpha.4
|
||||
|
||||
### Added
|
||||
|
||||
@ -1428,7 +1428,7 @@
|
||||
|
||||
- Fix body propagation in Response::from_error. #760
|
||||
|
||||
## [1.0.0-alpha.3]
|
||||
## 1.0.0-alpha.3
|
||||
|
||||
### Changed
|
||||
|
||||
@ -1442,7 +1442,7 @@
|
||||
|
||||
- Removed unused `actix_web::web::md()`
|
||||
|
||||
## [1.0.0-alpha.2]
|
||||
## 1.0.0-alpha.2
|
||||
|
||||
### Added
|
||||
|
||||
@ -1454,7 +1454,7 @@
|
||||
|
||||
- Multipart::Field renamed to MultipartField
|
||||
|
||||
## [1.0.0-alpha.1]
|
||||
## 1.0.0-alpha.1
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -368,13 +368,13 @@
|
||||
|
||||
- Update `actix-http` dependency to 2.0.0-beta.2
|
||||
|
||||
## [2.0.0-beta.1]
|
||||
## 2.0.0-beta.1
|
||||
|
||||
### Changed
|
||||
|
||||
- Update `actix-http` dependency to 2.0.0-beta.1
|
||||
|
||||
## [2.0.0-alpha.2]
|
||||
## 2.0.0-alpha.2
|
||||
|
||||
### Changed
|
||||
|
||||
@ -384,42 +384,42 @@
|
||||
|
||||
[#1422]: https://github.com/actix/actix-web/pull/1422
|
||||
|
||||
## [2.0.0-alpha.1]
|
||||
## 2.0.0-alpha.1
|
||||
|
||||
- Update `actix-http` dependency to 2.0.0-alpha.2
|
||||
- Update `rustls` dependency to 0.17
|
||||
- ClientBuilder accepts initial_window_size and initial_connection_window_size HTTP2 configuration
|
||||
- ClientBuilder allowing to set max_http_version to limit HTTP version to be used
|
||||
|
||||
## [1.0.1]
|
||||
## 1.0.1
|
||||
|
||||
- Fix compilation with default features off
|
||||
|
||||
## [1.0.0]
|
||||
## 1.0.0
|
||||
|
||||
- Release
|
||||
|
||||
## [1.0.0-alpha.3]
|
||||
## 1.0.0-alpha.3
|
||||
|
||||
- Migrate to `std::future`
|
||||
|
||||
## [0.2.8]
|
||||
## 0.2.8
|
||||
|
||||
- Add support for setting query from Serialize type for client request.
|
||||
|
||||
## [0.2.7]
|
||||
## 0.2.7
|
||||
|
||||
### Added
|
||||
|
||||
- Remaining getter methods for `ClientRequest`'s private `head` field #1101
|
||||
|
||||
## [0.2.6]
|
||||
## 0.2.6
|
||||
|
||||
### Added
|
||||
|
||||
- Export frozen request related types.
|
||||
|
||||
## [0.2.5]
|
||||
## 0.2.5
|
||||
|
||||
### Added
|
||||
|
||||
@ -429,7 +429,7 @@
|
||||
|
||||
- Ensure that the `Host` header is set when initiating a WebSocket client connection.
|
||||
|
||||
## [0.2.4]
|
||||
## 0.2.4
|
||||
|
||||
### Changed
|
||||
|
||||
@ -437,13 +437,13 @@
|
||||
|
||||
- Update serde_urlencoded to "0.6.1"
|
||||
|
||||
## [0.2.3]
|
||||
## 0.2.3
|
||||
|
||||
### Added
|
||||
|
||||
- Add `rustls` support
|
||||
|
||||
## [0.2.2]
|
||||
## 0.2.2
|
||||
|
||||
### Changed
|
||||
|
||||
@ -451,13 +451,13 @@
|
||||
|
||||
- Upgrade `rand` dependency version to 0.7
|
||||
|
||||
## [0.2.1]
|
||||
## 0.2.1
|
||||
|
||||
### Added
|
||||
|
||||
- Add license files
|
||||
|
||||
## [0.2.0]
|
||||
## 0.2.0
|
||||
|
||||
### Added
|
||||
|
||||
@ -467,7 +467,7 @@
|
||||
|
||||
- Upgrade actix-http dependency.
|
||||
|
||||
## [0.1.1]
|
||||
## 0.1.1
|
||||
|
||||
### Added
|
||||
|
||||
@ -477,17 +477,17 @@
|
||||
|
||||
- `ClientRequest::if_true()` and `ClientRequest::if_some()` use instance instead of ref
|
||||
|
||||
## [0.1.0]
|
||||
## 0.1.0
|
||||
|
||||
- No changes
|
||||
|
||||
## [0.1.0-alpha.6]
|
||||
## 0.1.0-alpha.6
|
||||
|
||||
### Changed
|
||||
|
||||
- Do not set default headers for websocket request
|
||||
|
||||
## [0.1.0-alpha.5]
|
||||
## 0.1.0-alpha.5
|
||||
|
||||
### Changed
|
||||
|
||||
@ -497,13 +497,13 @@
|
||||
|
||||
- Add Debug impl for BoxedSocket
|
||||
|
||||
## [0.1.0-alpha.4]
|
||||
## 0.1.0-alpha.4
|
||||
|
||||
### Changed
|
||||
|
||||
- Update actix-http dependency
|
||||
|
||||
## [0.1.0-alpha.3]
|
||||
## 0.1.0-alpha.3
|
||||
|
||||
### Added
|
||||
|
||||
@ -519,7 +519,7 @@
|
||||
|
||||
- Renamed `ClientRequest::close_connection()` to `ClientRequest::force_close()`
|
||||
|
||||
## [0.1.0-alpha.2]
|
||||
## 0.1.0-alpha.2
|
||||
|
||||
### Added
|
||||
|
||||
@ -537,6 +537,6 @@
|
||||
|
||||
- Export `ws` sub-module with websockets related types
|
||||
|
||||
## [0.1.0-alpha.1]
|
||||
## 0.1.0-alpha.1
|
||||
|
||||
- Initial impl
|
||||
|
Loading…
Reference in New Issue
Block a user