Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: websockets-rs/rust-websocket

v0.20.2

19 Jun 22:58
Compare
Choose a tag to compare
Loading
Assets2
Loading

v0.20.1

29 May 02:40
Compare
Choose a tag to compare
Loading
  1. Fix#119
  2. Housekeeping, small efficiency improvement.
Loading

v0.20.0

29 May 01:57
Compare
Choose a tag to compare
Loading

Asynchronous WebSockets!

  1. First classtokio support!
  2. Fully async websocket clients! (and SSL!)
  3. Fully async websocket servers! (and SSL!)
  4. Messages now get parsed into their semantic meaning! (Text types are given asString)
  5. Native SSL on Windows & MacOS!
  6. Simplified APIs
  7. Docs and examples on how to use everything async!
  8. Split entire crate intoasync andsync components and with feature flags.
Loading

v0.19.2

19 May 17:02
Compare
Choose a tag to compare
Loading
  1. Removerustc-serialize dependency
  2. For connections which can be either SSL or not, useBox<Stream + Send> so it can be used with threads.
Loading

v0.19.1

10 Apr 01:47
Compare
Choose a tag to compare
Loading
  1. Fix.recv_message() bug.
Loading

v0.19.0

03 Apr 00:46
Compare
Choose a tag to compare
Loading
  1. Upgrade from a hyper request to a websocket connection
  2. Upgrade all crate dependencies (openssl, hyper, etc.)
  3. Make openssl an optional dependency
  4. Use any Read/Write stream to make a websocket connection
  5. Make clients with builder style API
  6. Add / check protocols, extensions, headers, when upgrading connectin
  7. Add / check protocols, extensions, headers, when building client
  8. Docs for everything new
  9. Much cleaner API overall
Loading

[8]ページ先頭

©2009-2025 Movatter.jp