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