Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Aug 13:49
3d8546c

Overview

The version number on this release reflects the fact that we're not expecting any big changes to the library's architecture for the foreseeable future, and that it's more or less ready for wider use.

It also comes with a couple of new features for widget authors: Sending and receiving to-device messages with MSC3819, and getting TURN servers from the client with MSC3846.

What's Changed

  • Clarify the release instructions for lockfiles by @turt2live in #51
  • Deprecate RequiresClient as it will be moved by @rkouwenhoven in #54
  • Improve types for reading events by @robintown in #58
  • Allow an unlimited number of events to be read by @robintown in #59
  • Implement MSC3819: Allowing widgets to send/receive to-device messages by @robintown in #57
  • Add MSC3819 to supported versions by @robintown in #61
  • Indicate whether to-device events are / should be encrypted by @robintown in #63
  • Upgrade dependencies by @robintown in #64
  • Implement MSC3846: Allowing widgets to access TURN servers by @robintown in #62
  • Remove the stability warning from the README by @robintown in #66
  • Add release automation by @robintown in #65
  • Specify that to-device messages must be objects by @robintown in #67
  • Give write permissions to the release automation workflow by @robintown in #68

New Contributors

Full Changelog: v0.1.0-beta.18...v1.0.0