Skip to content

Releases: actix/actix-net

ByteString v0.1.2

22 Dec 12:25
Compare
Choose a tag to compare

Changes

  • Fix new() method

  • Make ByteString::from_static() and ByteString::from_bytes_unchecked() methods const.

Actix utils v1.0.4

20 Dec 03:16
Compare
Choose a tag to compare

Changes

  • Add methods to check LocalWaker registration state.

Actix connect v1.0.1

15 Dec 07:06
Compare
Choose a tag to compare

Changes

  • Fix trust-dns-resolver compilation

Actix utils v1.0.2

11 Dec 14:53
Compare
Choose a tag to compare

Changes

  • Allow to create framed::Dispatcher with custom mpsc::Receiver

  • Add oneshot::Sender::is_canceled() method

Actix utils v1.0.0

11 Dec 08:37
Compare
Choose a tag to compare

Changes

  • Simplify oneshot and mpsc implementations

Actix testing - v1.0.0

11 Dec 08:50
Compare
Choose a tag to compare

Changes

[1.0.0] - 2019-12-11

  • Update actix-server to 1.0.0

[1.0.0-alpha.3] - 2019-12-07

  • Migrate to tokio 0.2

[1.0.0-alpha.2] - 2019-12-02

  • Re-export test attribute macros

Actix service v1.0.0

11 Dec 04:30
Compare
Choose a tag to compare

Changes

[1.0.0] - 2019-12-11

Added

  • Add Clone impl for Apply service

[1.0.0-alpha.4] - 2019-12-08

Changed

  • Renamed service_fn to fn_service

  • Renamed factory_fn to fn_factory

  • Renamed factory_fn_cfg to fn_factory_with_config

[1.0.0-alpha.3] - 2019-12-06

Changed

  • Add missing Clone impls

  • Restore Transform::map_init_err() combinator

  • Restore Service/Factory::apply_fn() in form of Pipeline/Factory::and_then_apply_fn()

  • Optimize service combinators and futures memory layout

[1.0.0-alpha.2] - 2019-12-02

Changed

  • Use owned config value for service factory

  • Renamed BoxedNewService/BoxedService to BoxServiceFactory/BoxService

[1.0.0-alpha.1] - 2019-11-25

Changed

  • Migraded to std::future

  • NewService renamed to ServiceFactory

  • Added pipeline and pipeline_factory function

Actix server v1.0.0

11 Dec 08:48
Compare
Choose a tag to compare

Changes

[1.0.0] - 2019-12-11

Changed

  • Use actix-net releases

[1.0.0-alpha.4] - 2019-12-08

Changed

  • Use actix-service 1.0.0-alpha.4

[1.0.0-alpha.3] - 2019-12-07

Changed

  • Migrate to tokio 0.2

Fixed

  • Fix compilation on non-unix platforms

  • Better handling server configuration

[1.0.0-alpha.2] - 2019-12-02

Changed

  • Simplify server service (remove actix-server-config)

  • Allow to wait on Server until server stops

Actix runtime v1.0.0

11 Dec 04:36
Compare
Choose a tag to compare

Changes

[1.0.0] - 2019-12-11

  • Update dependencies

[1.0.0-alpha.3] - 2019-12-07

Fixed

  • Fix compilation on non-unix platforms

Changed

  • Migrate to tokio 0.2

[1.0.0-alpha.2] - 2019-12-02

Added

  • Export main and test attribute macros

  • Export time module (re-export of tokio-timer)

  • Export net module (re-export of tokio-net)

[1.0.0-alpha.1] - 2019-11-22

Changed

  • Migrate to std::future and tokio 0.2

Actix codec v0.2.0

11 Dec 04:19
Compare
Choose a tag to compare

Changes

[0.2.0] - 2019-12-10

  • Use specific futures dependencies

[0.2.0-alpha.4]

  • Fix buffer remaining capacity calcualtion

[0.2.0-alpha.3]

  • Use tokio 0.2

  • Fix low/high watermark for write/read buffers

[0.2.0-alpha.2]

  • Migrated to std::future