8000 Releases · stphnt/zproto · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: stphnt/zproto

v0.4.2

18 Mar 04:40
626967b
Compare
Choose a tag to compare

See CHANGELOG.md for release notes.

v0.4.1

03 Mar 05:55
9c176b3
Compare
Choose a tag to compare

See CHANGELOG.md for release notes.

v0.4.0

13 Nov 07:51
36a9dc6
Compare
Choose a tag to compare

See CHANGELOG.md for release notes.

v0.3.5

08 Jun 04:05
ce168e5
Compare
Choose a tag to compare

What's Changed

  • Allow Ports to implement Send when they need to @stphnt in #158
    • Thanks @xRetry for submitting issue #156

Full Changelog: v0.3.4...v0.3.5

v0.3.4

12 Oct 04:49
b6793e0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.3.4

v0.3.3

30 Sep 06:57
864a83c
Compare
Choose a tag to compare

What's Changed

  • Update checked compiler output to support rustc 1.72.1 by @stphnt in #114
  • Fix Port::command_reply_infos by @stphnt in #115

Full Changelog: v0.3.2...v0.3.3

v0.3.2

04 Aug 03:29
8bb2cb1
Compare
Choose a tag to compare

What's Changed

  • Split long commands using line continuations by @stphnt in #107
  • Disallow reserved characters in command data by @stphnt in #109
  • Update dependencies by @stphnt in #110

Full Changelog: v0.3.1...v0.3.2

v0.3.1

16 Jun 05:10
e26f4bf
Compare
Choose a tag to compare

What's Changed

  • Add is_io() helper method to errors by @stphnt in #102

Full Changelog: v0.3.0...v0.3.1

v0.3.0

22 May 22:06
cfbb97e
Compare
Choose a tag to compare

Breaking Changes

  • Make TokenIter::Item to include &str instead of &[u8] by @stphnt in #72
  • Refactor Port::poll_until APIs by @stphnt in #90
    • Make Port::poll_until validate responses
    • Add Port::poll_until_with_check to allow custom response validation
  • Refactor the ascii::Target API by @stphnt in #92
    • Update names for Target builder and getter methods to follow Rust API style guidelines.
  • Refactor port methods by @stphnt in #93
    • Remove Port::replace_* methods and update Port::set_* to return the previous value.
    • Rename Port::on_* methods to Port::set_*_handler
    • Rename Port::clear_on_* methods to Port::clear_*_handler
  • Refactor ascii check by @stphnt in #94
    • Rename check::default() to check::strict() and add check::minimal()

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

24 May 06:54
12efe12
Compare
Choose a tag to compare

What's Changed

  • Expose error::binary_code::name by @stphnt in #67

Bug Fixes

  • Make binary::command::name() return proper values by @stphnt in #69

Full Changelog: v0.2.0...v0.2.1

0