Skip to content

v0.17.0

Compare
Choose a tag to compare
@zslayton zslayton released this 19 Apr 20:41
· 223 commits to main since this release
049da35

What's Changed

  • Make Element implement Send by @zslayton in #497
  • Implements IntoIterator for container Elements by @zslayton in #499
  • Custom string type by @zslayton in #501
  • Makes List and SExp thin wrappers around Sequence by @zslayton in #502
  • Makes Value::List and Value::SExp wrap Sequence by @zslayton in #505
  • Introduces Bytes, Blob, and Clob wrapper types by @zslayton in #506
  • Handle incomplete errors when parsing escaped string sequences by @nirosys in #495
  • Add BlockingRawReader as a blocking wrapper around non-blocking text and binary readers by @nirosys in #493
  • Introduces an Annotations type by @zslayton in #508
  • Remove map_ APIs and replace them with read_ by @nirosys in #509
  • Adds conversion from byte literals to Bytes by @popematt in #510
  • Adds Copy/Clone derivation to StreamItem by @almann in #513
  • Version bump to v0.17.0 by @zslayton in #514

Full Changelog: v0.16.0...v0.17.0