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.12 #1873

Merged
merged 17 commits into from
Jul 23, 2024
Merged

Release 0.27.12 #1873

merged 17 commits into from
Jul 23, 2024

Conversation

Velin92
Copy link
Member

@Velin92 Velin92 commented Jul 23, 2024

This PR prepares the release of MatrixSDK v0.27.12.

Notes:

  • This PR targets release/0.27.12/master, which has been cut from master.
  • It includes changes to the Podfile, but not the corresponding changes to Podfile.lock, as pod install hasn't yet been run.
    This is because the Podfile targets future versions of dependencies yet to be released, so pod install wouldn't be able to find them yet.
  • When the CI runs its checks, it will temporarily point to the pending release branches of those dependencies beforehand
  • It is only during release:finish that pod update will be run -- updating the Podfile.lock
    to use the now officially released dependencies -- before ultimately merging release/0.27.12/master into master to tag the release.

➡️ Once this PR is merged, you will need to first ensure that the products this one depends on are fully released,
then run bundle exec rake release:finish to close this release.

💡 If you want to review only the changes made since the release branch was cut from develop,
you can check those here

@Velin92 Velin92 requested a review from pixlwave July 23, 2024 10:56
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 2.43056% with 281 lines in your changes missing coverage. Please review.

Please upload report for BASE (release/0.27.12/master@f03778f). Learn more about missing BASE report.

Files Patch % Lines
MatrixSDK/JSONModels/MXJSONModels.m 0.00% 68 Missing ⚠️
MatrixSDK/MXRestClient.m 1.44% 68 Missing ⚠️
MatrixSDK/Categories/MXRestClient+Extensions.swift 0.00% 57 Missing ⚠️
...ixSDK/Data/Store/MXMemoryStore/MXMemoryRoomStore.m 0.00% 23 Missing ⚠️
...DK/Categories/MXKeysQueryResponse+Extensions.swift 0.00% 19 Missing ⚠️
MatrixSDK/Utils/Media/MXMediaManager.m 6.25% 15 Missing ⚠️
MatrixSDK/Data/Store/MXNoStore/MXNoStore.m 0.00% 8 Missing ⚠️
MatrixSDK/Background/MXBackgroundStore.swift 0.00% 4 Missing ⚠️
MatrixSDK/Data/Store/MXMemoryStore/MXMemoryStore.m 0.00% 4 Missing ⚠️
MatrixSDK/Contrib/Swift/MXRestClient.swift 0.00% 3 Missing ⚠️
... and 5 more
Additional details and impacted files
@@                    Coverage Diff                    @@
##             release/0.27.12/master    #1873   +/-   ##
=========================================================
  Coverage                          ?   19.21%           
=========================================================
  Files                             ?      617           
  Lines                             ?    97349           
  Branches                          ?    40896           
=========================================================
  Hits                              ?    18701           
  Misses                            ?    78102           
  Partials                          ?      546           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably worthwhile mentioning in here that support for the Authenticated Media endpoint has been added?

@Velin92 Velin92 merged commit 5537167 into release/0.27.12/master Jul 23, 2024
3 checks passed
@Velin92 Velin92 deleted the release/0.27.12/release branch July 23, 2024 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants