2021-01-09 14:56:07 +00:00
|
|
|
# Changes
|
2020-05-18 15:36:23 +09:00
|
|
|
|
2023-07-19 23:52:56 +01:00
|
|
|
## Unreleased
|
|
|
|
|
2024-11-24 00:55:18 +00:00
|
|
|
- Minimum supported Rust version (MSRV) is now 1.71.
|
2024-05-11 17:39:34 +01:00
|
|
|
|
2023-07-19 23:52:56 +01:00
|
|
|
## 0.2.4
|
2021-10-14 11:08:02 +01:00
|
|
|
|
2023-04-01 22:21:14 +01:00
|
|
|
- Update `syn` dependency to `2`.
|
2023-07-17 03:05:39 +01:00
|
|
|
- Minimum supported Rust version (MSRV) is now 1.65.
|
2021-10-14 11:08:02 +01:00
|
|
|
|
2023-07-19 23:52:56 +01:00
|
|
|
## 0.2.3
|
2023-03-03 22:36:13 +00:00
|
|
|
|
2021-12-18 02:49:23 +00:00
|
|
|
- Fix test macro in presence of other imports named "test". [#399]
|
2021-10-19 16:13:13 +01:00
|
|
|
|
|
|
|
[#399]: https://github.com/actix/actix-net/pull/399
|
|
|
|
|
2023-07-19 23:52:56 +01:00
|
|
|
## 0.2.2
|
2023-03-03 22:36:13 +00:00
|
|
|
|
2021-12-18 02:49:23 +00:00
|
|
|
- Improve error recovery potential when macro input is invalid. [#391]
|
|
|
|
- Allow custom `System`s on test macro. [#391]
|
2021-10-14 10:54:39 +01:00
|
|
|
|
|
|
|
[#391]: https://github.com/actix/actix-net/pull/391
|
2021-06-08 17:48:30 +01:00
|
|
|
|
2023-07-19 23:52:56 +01:00
|
|
|
## 0.2.1
|
2023-03-03 22:36:13 +00:00
|
|
|
|
2021-12-18 02:49:23 +00:00
|
|
|
- Add optional argument `system` to `main` macro which can be used to specify the path to `actix_rt::System` (useful for re-exports). [#363]
|
2021-06-08 12:33:05 -04:00
|
|
|
|
|
|
|
[#363]: https://github.com/actix/actix-net/pull/363
|
2020-12-03 08:59:13 +09:00
|
|
|
|
2023-07-19 23:52:56 +01:00
|
|
|
## 0.2.0
|
2023-03-03 22:36:13 +00:00
|
|
|
|
2021-12-18 02:49:23 +00:00
|
|
|
- Update to latest `actix_rt::System::new` signature. [#261]
|
2021-02-02 02:07:58 +00:00
|
|
|
|
|
|
|
[#261]: https://github.com/actix/actix-net/pull/261
|
|
|
|
|
2023-07-19 23:52:56 +01:00
|
|
|
## 0.2.0-beta.1
|
2023-03-03 22:36:13 +00:00
|
|
|
|
2021-12-18 02:49:23 +00:00
|
|
|
- Remove `actix-reexport` feature. [#218]
|
2021-02-02 02:07:58 +00:00
|
|
|
|
|
|
|
[#218]: https://github.com/actix/actix-net/pull/218
|
2021-01-09 14:56:07 +00:00
|
|
|
|
2023-07-19 23:52:56 +01:00
|
|
|
## 0.1.3
|
2023-03-03 22:36:13 +00:00
|
|
|
|
2021-12-18 02:49:23 +00:00
|
|
|
- Add `actix-reexport` feature. [#218]
|
2020-05-18 15:36:23 +09:00
|
|
|
|
2021-01-09 14:56:07 +00:00
|
|
|
[#218]: https://github.com/actix/actix-net/pull/218
|
2020-05-18 15:36:23 +09:00
|
|
|
|
2023-07-19 23:52:56 +01:00
|
|
|
## 0.1.2
|
2023-03-03 22:36:13 +00:00
|
|
|
|
2021-12-18 02:49:23 +00:00
|
|
|
- Forward actix_rt::test arguments to test function [#127]
|
2020-05-18 15:36:23 +09:00
|
|
|
|
|
|
|
[#127]: https://github.com/actix/actix-net/pull/127
|