This release makes a couple minor API tweaks that arose in preparation for v1.0.0, and adds significant feature documentation in the docs/
directory.
This is a release candidate, and all release blocking issues have now been addressed. We will tag v1.0.0 following a final audit (see also #328).
For more details, see the v0.6.0 milestone.
API Changes
- Remove the distinguished
StreamID
type, which was inconsistent with (for example) session IDs, which are strings (#484). - Moved
GetSessionID
ontoServerOptions
, as that is more generally useful, and sinceServerSession
exposes anID
method (#478). - Added options for the SSE HTTP handler (#503). The SSE transport is legacy, but it was still inconsistent that this constructor did not accept options.
Bug fixes
- Unstructured content is now byte-wise equivalent to structured content (#475).
- A few performance optimizations were made for streamable HTTP serving (capping off #190).
New Contributors
- @frenchi made their first contribution in #456
- @fgrosse made their first contribution in #488
- @IAmSurajBobade made their first contribution in #508
Full Changelog: v0.5.0...v0.6.0