Skip to content

Releases: actix/actix-net

Actix Connect 0.1.4

12 Apr 19:31
Compare
Choose a tag to compare

Changes

Changed

  • Do not start default resolver immediately for default connector.

Actix Connect 0.1.3

11 Apr 16:59
Compare
Choose a tag to compare

Changes

Changed

  • Start trust-dns default resolver on first use

Actix Service 0.3.6

08 Apr 03:49
Compare
Choose a tag to compare

Changes

Changed

  • Poll boxed service call result immediately

Actix router 0.1.2

08 Apr 05:49
Compare
Choose a tag to compare

Changes

  • Export Quoter type

  • Allow to reset Path instance

Actix Utils 0.3.5

04 Apr 17:07
Compare
Choose a tag to compare

Changes

Added

  • Allow to send messages to FramedTransport via mpsc channel.

Changed

  • Remove 'static constraint from Clonable service

Actix router v0.1.1

04 Apr 04:41
Compare
Choose a tag to compare

Changes

  • Get dynamic segment by name instead of iterator.

Actix connect 0.1.2

04 Apr 22:42
Compare
Choose a tag to compare

Changes

Added

  • Log error if dns system config could not be loaded.

Changed

  • Rename connect Connector to TcpConnector #10

Actix Server 0.4.2

30 Mar 19:10
Compare
Choose a tag to compare

Changes

Fixed

  • Fix SIGINT force shutdown

Actix Service 0.3.5

29 Mar 18:17
Compare
Choose a tag to compare

Changes

Added

  • Add actix-http error support for MailboxError

Actix threadpool 0.1.0

28 Mar 10:59
Compare
Choose a tag to compare

Changes

  • Move threadpool to separate crate