Skip to content

Releases: actix/actix-net

Actix Utils 0.3.2

05 Mar 04:37
Compare
Choose a tag to compare

Changes

Changed

  • Use IntoFuture for new services

Actix Utils 0.3.1

05 Mar 03:45
Compare
Choose a tag to compare

Changes

Changed

  • Use new type of transform trait

Actix Service 0.3.2

05 Mar 04:31
Compare
Choose a tag to compare

Changes

Changed

  • Change NewService::Future and Transform::Future to the IntoFuture trait.

  • Export AndThenTransform type

Actix Service 0.3.1

05 Mar 03:39
Compare
Choose a tag to compare

Changes

Changed

  • Simplify Transform trait

Actix Utils 0.3.0

02 Mar 22:31
Compare
Choose a tag to compare

Changes

Changed

  • Use new NewService trait

  • BoxedNewServiceandBoxedService` types moved to actix-service crate.

Test server 0.1.0

02 Mar 22:56
Compare
Choose a tag to compare

Changes

  • Initial release

Actix Service 0.3.0

02 Mar 22:25
Compare
Choose a tag to compare

Changes

Added

  • Added boxed NewService and Service.

Changed

  • Added Config parameter to NewService trait.

  • Added Config parameter to NewTransform trait.

Actix Server 0.3.0

02 Mar 22:44
Compare
Choose a tag to compare

Changes

Changed

  • Use new NewService trait

Actix Connector 0.3.0

02 Mar 22:48
Compare
Choose a tag to compare

Changes

  • Migrate to actix-service 0.3

Actix Utils 0.2.4

21 Feb 19:20
Compare
Choose a tag to compare

Changes

Changed

  • Custom BoxedNewService implementation.