Skip to content

Instantly share code, notes, and snippets.

@wbamberg
Last active November 27, 2020 04:38
Show Gist options
  • Save wbamberg/ad5dd7180de0abfc5f2c9683bbd182ca to your computer and use it in GitHub Desktop.
Save wbamberg/ad5dd7180de0abfc5f2c9683bbd182ca to your computer and use it in GitHub Desktop.

Changelog

This is version 1.2.2 of the Matrix specification.

Versions for the Matrix specification follow a three-part format like major.minor.patch.

  • major version increments are reserved for very significant changes.
  • minor version increments may signal additions, deprecations, or breaking changes.
  • patch versions are for clarifications to the specification and don't affect implementations.

This changelog lists changes made in the initial 1.2 release, and any subsequent patch releases to that version.

Release 1.2.2

Git commithttps://github.com/matrix-org/matrix-doc/tree/1.1.2
Release date2021-4-1
  • Clarifications
    • 2634: Minor clarifications to the “Push Notifications” module.
    • 2639: Fixed some errors in the key backup spec.
    • 2647: Improve consistency and clarity of event schema titles.

Release 1.2.1

Git commithttps://github.com/matrix-org/matrix-doc/tree/1.1.1
Release date2021-1-12
  • Clarifications
    • 2634: Minor clarifications to the “Push Notifications” module.
    • 2639: Fixed some errors in the key backup spec.
    • 2647: Improve consistency and clarity of event schema titles.

Release 1.2.0

Git commithttps://github.com/matrix-org/matrix-doc/tree/1.1.0
Release date2020-5-12
  • Breaking changes

    • 2687: Document curve25519-hkdf-sha256 key agreement method for SAS verification, and deprecate old method (MSC2630).
  • Clarifications

    • 2667: Reword “UI Authorization” to “User-Interactive Authentication” to be more clear.
    • 2669: Fix types of push rules' actions; they can be objects as well as strings.
    • 2670: Minor clarifications to the “Push Notifications” module.

Previous versions

This section lists released versions of the specification that preceded 1.1.

Historical versions

Before version X.Y, versioning was applied at the level of individual API specifications. This section includes links to these versions of the APIs.

...etc

...etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment