Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.27.0 #1808

Merged
merged 9 commits into from
Aug 15, 2023
Merged

Release 0.27.0 #1808

merged 9 commits into from
Aug 15, 2023

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    3f07af5 View commit details
    Browse the repository at this point in the history
  2. Prepare for new sprint

    pixlwave committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    5f35db6 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    1accb66 View commit details
    Browse the repository at this point in the history
  2. Add changelog.d file

    alfogrillo committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    191ae5a View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Merge pull request #1801 from matrix-org/alfogrillo/fix_location_parser

    Fix fallback parsing logic for legacy location events
    alfogrillo authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    f214fea View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Matrix sdk crypto update (#1805)

    * Fix various changes following MatrixSDKCrypto update (not linked here)
    
    * Fix crash caused by unexpected ffi result when processing to device events
    
    * Fix broken secret recovery following uniffi change
    - previously the UserIdentity used to be defined through the UDL file and the order of the userSigning and selfSigning keys were different from the place where they were implemented
    - switching from the UDL to the uniffi macro switched them back to the correct order, but that didn't cause any breaking changes api side
    - as a result secret recovery would fail as the secrets wouldn't match for user and self signing
    
    * Adopt safer to device event sync result handling
    
    * Bump MatrixSDKCrypto to v0.3.11
    
    * Fix unit tests
    stefanceriu authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    b9e6b22 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Device dehydration v2 (#1807)

    * Device dehydration v2
    - add support for device dehydration v2 i.e. `org.matrix.msc3814`
    - implement rest client methods and models
    - implement flows for creating and storing the dehydrated device pickle in in 4s as well as recovering it to use for device rehydration
    - implement methods for creating, retrieving, deleting dehydrated devices as well as consuming the messages stored on the backend in between sessions
    - delete previous implementation
    
    * Bump MatrixSDKCrypto to 0.3.12 - adopt latest API changes and URL encode the deviceId when requesting dehydrated device events
    
    * Address PR review comments
    
    * Attempt to fix the CI
    
    * Drop down to Xcode 14.2 in an attempt to fix the linting
    stefanceriu authored Aug 12, 2023
    Configuration menu
    Copy the full SHA
    24f080d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. version++

    pixlwave committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    7ba9e35 View commit details
    Browse the repository at this point in the history
  2. Missing changelog entries.

    pixlwave committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    4e6e57d View commit details
    Browse the repository at this point in the history