Skip to content

v0.32.0

Compare
Choose a tag to compare
@MaidSafe-QA MaidSafe-QA released this 12 Dec 16:02
· 46 commits to main since this release

0.32.0 (2022-12-12)

⚠ BREAKING CHANGES

  • This commit itself does not break anything, but is
    added to force a release flow for previous commits
  • update quinn to 0.9
  • api: Currently when an error occurs upon trying to read from a stream,
    we swallow some of the errors assuming them benign, as if the connection
    was just nicely closed. It'll be better to report the error upwards so
    the caller/user of this lib can be aware of it since it knows much better
    the context where it's happening to make any decision.

Features

  • drop IGD support (5da6a33)
  • drop retry support (7909ca5)
  • update quinn to 0.9 (891b45e)
  • update quinn to use Endpoint::accept (bb6e610)
  • config: allow to set the max number of concurrent bi-streams (a75c728)
  • stream: include connection id information as part of the StreamId (8acd490)

Bug Fixes

  • remove unused channel (9507478)

  • return correct error type (38fb7dd)

  • api: don't treat any type of errors as benign (ff9c805)

  • StreamID: wrap quinn::StreamID to avoid misleading log (4c06934)

  • small README correction (692afb0)