1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 15:07:43 +02:00

chore: remove dates from changelogs

This commit is contained in:
Rob Ede
2023-09-17 20:25:58 +01:00
parent c69b8e9ade
commit 4a7f2c95af
9 changed files with 154 additions and 144 deletions

View File

@ -1,24 +1,24 @@
# Changes
## Unreleased - 2023-xx-xx
## Unreleased
- Minimum supported Rust version (MSRV) is now 1.65.
## 3.0.1 - 2022-10-21
## 3.0.1
- Minimum supported Rust version (MSRV) is now 1.57.
## 3.0.0 - 2021-04-16
## 3.0.0
- No significant changes from `3.0.0-beta.4`.
## 3.0.0-beta.4 - 2021-04-01
## 3.0.0-beta.4
- Add `future::Either` type. [#305]
[#305]: https://github.com/actix/actix-net/pull/305
## 3.0.0-beta.3 - 2021-04-01
## 3.0.0-beta.3
- Moved `mpsc` to own crate `local-channel`. [#301]
- Moved `task::LocalWaker` to own crate `local-waker`. [#301]
@ -28,13 +28,13 @@
[#301]: https://github.com/actix/actix-net/pull/301
## 3.0.0-beta.2 - 2021-02-06
## 3.0.0-beta.2
- Update `actix-rt` to `2.0.0`. [#273]
[#273]: https://github.com/actix/actix-net/pull/273
## 3.0.0-beta.1 - 2020-12-28
## 3.0.0-beta.1
- Update `bytes` dependency to `1`. [#237]
- Use `pin-project-lite` to replace `pin-project`. [#229]
@ -43,139 +43,139 @@
[#229]: https://github.com/actix/actix-net/pull/229
[#237]: https://github.com/actix/actix-net/pull/237
## 2.0.0 - 2020-08-23
## 2.0.0
- No changes from beta 1.
## 2.0.0-beta.1 - 2020-08-19
## 2.0.0-beta.1
- Upgrade `tokio-util` to `0.3`.
- Remove unsound custom Cell and use `std::cell::RefCell` instead, as well as `actix-service`.
- Rename method to correctly spelled `LocalWaker::is_registered`.
## 1.0.6 - 2020-01-08
## 1.0.6
- Add `Clone` impl for `condition::Waiter`.
## 1.0.5 - 2020-01-08
## 1.0.5
- Add `Condition` type.
- Add `Pool` of one-shot's.
## 1.0.4 - 2019-12-20
## 1.0.4
- Add methods to check `LocalWaker` registration state.
## 1.0.3 - 2019-12-11
## 1.0.3
- Revert InOrder service changes
## 1.0.2 - 2019-12-11
## 1.0.2
- Allow to create `framed::Dispatcher` with custom `mpsc::Receiver`.
- Add `oneshot::Sender::is_canceled()` method.
## 1.0.1 - 2019-12-11
## 1.0.1
- Optimize InOrder service.
## 1.0.0 - 2019-12-11
## 1.0.0
- Simplify oneshot and mpsc implementations.
## 1.0.0-alpha.3 - 2019-12-07
## 1.0.0-alpha.3
- Migrate to tokio 0.2.
- Fix oneshot.
## 1.0.0-alpha.2 - 2019-12-02
## 1.0.0-alpha.2
- Migrate to `std::future`.
## 0.4.7 - 2019-10-14
## 0.4.7
- Re-register task on every framed transport poll.
## 0.4.6 - 2019-10-08
## 0.4.6
- Refactor `Counter` type. register current task in available method.
## 0.4.5 - 2019-07-19
## 0.4.5
- Deprecated `CloneableService` as it is not safe.
## 0.4.4 - 2019-07-17
## 0.4.4
- Undeprecate `FramedTransport` as it is actually useful.
## 0.4.3 - 2019-07-17
## 0.4.3
- Deprecate `CloneableService` as it is not safe and in general not very useful.
- Deprecate `FramedTransport` in favor of `actix-ioframe`.
## 0.4.2 - 2019-06-26
## 0.4.2
- Do not block on sink drop for FramedTransport.
## 0.4.1 - 2019-05-15
## 0.4.1
- Change `Either` constructor.
## 0.4.0 - 2019-05-11
## 0.4.0
- Change `Either` to handle two nexted services.
- Upgrade actix-service 0.4.
- Removed framed related services.
- Removed stream related services.
## 0.3.5 - 2019-04-04
## 0.3.5
- Allow to send messages to `FramedTransport` via mpsc channel.
- Remove `'static` constraint from Clonable service.
## 0.3.4 - 2019-03-12
## 0.3.4
- `TimeoutService`, `InOrderService`, `InFlightService` accepts generic IntoService services.
- Fix `InFlightService::poll_ready()` nested service readiness check.
- Fix `InOrderService::poll_ready()` nested service readiness check.
## 0.3.3 - 2019-03-09
## 0.3.3
- Revert IntoFuture change.
- Add generic config param for IntoFramed and TakeOne new services.
## 0.3.2 - 2019-03-04
## 0.3.2
- Use IntoFuture for new services.
## 0.3.1 - 2019-03-04
## 0.3.1
- Use new type of transform trait.
## 0.3.0 - 2019-03-02
## 0.3.0
- Use new `NewService` trait
- BoxedNewService`and`BoxedService` types moved to actix-service crate.
## 0.2.4 - 2019-02-21
## 0.2.4
- Custom `BoxedNewService` implementation.
## 0.2.3 - 2019-02-21
## 0.2.3
- Add `BoxedNewService` and `BoxedService`.
## 0.2.2 - 2019-02-11
## 0.2.2
- Add `Display` impl for `TimeoutError`.
- Add `Display` impl for `InOrderError`.
## 0.2.1 - 2019-02-06
## 0.2.1
- Add `InOrder` service. the service yields responses as they become available, in the order that their originating requests were submitted to the service.
- Convert `Timeout` and `InFlight` services to a transforms.
## 0.2.0 - 2019-02-01
## 0.2.0
- Fix framed transport error handling.
- Added Clone impl for Either service.
@ -183,6 +183,6 @@
- Added Service and NewService for Stream dispatcher.
- Switch to actix-service 0.2.
## 0.1.0 - 2018-12-09
## 0.1.0
- Move utils services to separate crate.