2018-12-10 04:55:40 +01:00
|
|
|
# Changes
|
|
|
|
|
2020-04-08 09:34:07 +02:00
|
|
|
## [1.1.0] - 2020-04-08
|
2020-02-25 06:55:02 +01:00
|
|
|
|
2020-04-08 09:34:07 +02:00
|
|
|
### Added
|
2020-04-05 00:05:08 +02:00
|
|
|
|
2020-04-08 09:34:07 +02:00
|
|
|
* Expose `System::is_set` to check if current system has ben started [#99]
|
|
|
|
* Add `Arbiter::is_running` to check if event loop is running [#124]
|
|
|
|
* Add `Arbiter::local_join` associated function
|
|
|
|
to get be able to `await` for spawned futures [#94]
|
2020-02-25 06:55:02 +01:00
|
|
|
|
2020-04-08 09:34:07 +02:00
|
|
|
[#94]: https://github.com/actix/actix-net/pull/94
|
|
|
|
[#99]: https://github.com/actix/actix-net/pull/99
|
|
|
|
[#124]: https://github.com/actix/actix-net/pull/124
|
2020-02-06 04:36:00 +01:00
|
|
|
|
2019-12-11 05:34:50 +01:00
|
|
|
## [1.0.0] - 2019-12-11
|
|
|
|
|
|
|
|
* Update dependencies
|
|
|
|
|
2019-12-07 04:57:43 +01:00
|
|
|
## [1.0.0-alpha.3] - 2019-12-07
|
2019-12-03 09:10:36 +01:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fix compilation on non-unix platforms
|
|
|
|
|
2019-12-05 11:40:24 +01:00
|
|
|
### Changed
|
|
|
|
|
2019-12-07 04:57:43 +01:00
|
|
|
* Migrate to tokio 0.2
|
2019-12-05 11:40:24 +01:00
|
|
|
|
2019-12-03 09:10:36 +01:00
|
|
|
|
2019-12-02 17:30:09 +01:00
|
|
|
## [1.0.0-alpha.2] - 2019-12-02
|
2019-11-25 16:49:11 +01:00
|
|
|
|
|
|
|
Added
|
|
|
|
|
|
|
|
* Export `main` and `test` attribute macros
|
|
|
|
|
2019-11-26 04:04:14 +01:00
|
|
|
* Export `time` module (re-export of tokio-timer)
|
2019-11-26 03:12:16 +01:00
|
|
|
|
2019-12-02 17:30:09 +01:00
|
|
|
* Export `net` module (re-export of tokio-net)
|
|
|
|
|
2019-11-25 16:49:11 +01:00
|
|
|
|
|
|
|
## [1.0.0-alpha.1] - 2019-11-22
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Migrate to std::future and tokio 0.2
|
|
|
|
|
|
|
|
|
2019-11-14 12:33:28 +01:00
|
|
|
## [0.2.6] - 2019-11-14
|
2019-10-14 07:19:08 +02:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fix arbiter's thread panic message.
|
|
|
|
|
2019-11-14 10:07:33 +01:00
|
|
|
### Added
|
|
|
|
|
|
|
|
* Allow to join arbiter's thread. #60
|
|
|
|
|
2019-10-14 07:19:08 +02:00
|
|
|
|
2019-09-03 00:03:03 +02:00
|
|
|
## [0.2.5] - 2019-09-02
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Add arbiter specific storage
|
|
|
|
|
|
|
|
|
2019-07-17 06:30:59 +02:00
|
|
|
## [0.2.4] - 2019-07-17
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Avoid a copy of the Future when initializing the Box. #29
|
|
|
|
|
|
|
|
|
2019-06-22 05:02:17 +02:00
|
|
|
## [0.2.3] - 2019-06-22
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Allow to start System using exsiting CurrentThread Handle #22
|
|
|
|
|
|
|
|
|
2019-03-28 11:56:52 +01:00
|
|
|
## [0.2.2] - 2019-03-28
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Moved `blocking` module to `actix-threadpool` crate
|
|
|
|
|
2019-06-22 05:02:17 +02:00
|
|
|
|
2019-03-12 06:51:17 +01:00
|
|
|
## [0.2.1] - 2019-03-11
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
2019-03-12 06:54:27 +01:00
|
|
|
* Added `blocking` module
|
|
|
|
|
2019-03-12 06:51:17 +01:00
|
|
|
* Arbiter::exec_fn - execute fn on the arbiter's thread
|
|
|
|
|
|
|
|
* Arbiter::exec - execute fn on the arbiter's thread and wait result
|
|
|
|
|
2019-06-22 05:02:17 +02:00
|
|
|
|
2019-03-06 19:24:58 +01:00
|
|
|
## [0.2.0] - 2019-03-06
|
|
|
|
|
|
|
|
* `run` method returns `io::Result<()>`
|
|
|
|
|
|
|
|
* Removed `Handle`
|
|
|
|
|
2019-06-22 05:02:17 +02:00
|
|
|
|
2018-12-10 04:55:40 +01:00
|
|
|
## [0.1.0] - 2018-12-09
|
|
|
|
|
2018-12-10 07:14:29 +01:00
|
|
|
* Initial release
|