Skip to content

Conversation

@gdeluna-branch
Copy link
Contributor

  • Master Release - Aug 5, 2025
    • Fix race condition with setIdentity and logout, now happen in order of events enqueued.
    • Expose getInitState() for callers to determine session status.

Reference

SDK-XXX -- <TITLE>.

Description

Testing Instructions

Risk Assessment [HIGH || MEDIUM || LOW]

  • I, the PR creator, have tested — integration, unit, or otherwise — this code.

Reviewer Checklist (To be checked off by the reviewer only)

  • JIRA Ticket is referenced in PR title.
  • Correctness & Style
    • Conforms to AOSP Style Guides
    • Mission critical pieces are documented in code and out of code as needed.
  • Unit Tests reviewed and test issue sufficiently.
  • Functionality was reviewed in QA independently by another engineer on the team.

cc @BranchMetrics/saas-sdk-devs for visibility.

* _*Master Release*_ - Aug 5, 2025
  - Fix race condition with setIdentity and logout, now happen in order of events enqueued.
  - Expose `getInitState()` for callers to determine session status.
@matter-code-review
Copy link
Contributor

Code Quality

Reference

SDK-XXX -- Release 5.20.0.

Description

Summary By MatterAI MatterAI logo

🔄 What Changed

This pull request updates the VERSION_NAME from 5.19.0 to 5.20.0 and VERSION_CODE from 052300 to 052400 in the gradle.properties file.

🔍 Impact of the Change

This change signifies a new release version for the Android SDK, affecting the build system and the version reported by the application. It prepares the project for the 5.20.0 release, ensuring that future builds will reflect the correct versioning.

📁 Total Files Changed

  • gradle.properties: Updated version name and code for the new release.

🧪 Test Added

N/A - This PR is a version bump and does not include new functional code requiring dedicated tests. The change is purely a configuration update for release management.

🔒Security Vulnerabilities

N/A - No security vulnerabilities were identified in this version update. The changes are limited to version string modifications in a configuration file.

Testing Instructions

Verify that the gradle.properties file correctly reflects the new VERSION_NAME (5.20.0) and VERSION_CODE (052400). Perform a clean build of the Android SDK to ensure the new version numbers are picked up by the build system and are correctly reflected in the compiled artifacts.

Risk Assessment [LOW]

This change is a minor version update in a configuration file and carries a low risk. It primarily affects the build metadata and does not introduce functional code changes.

  • I, the PR creator, have tested — integration, unit, or otherwise — this code.

Reviewer Checklist (To be checked off by the reviewer only)

  • JIRA Ticket is referenced in PR title.
  • Correctness & Style
    • Conforms to AOSP Style Guides
    • Mission critical pieces are documented in code and out of code as needed.
  • Unit Tests reviewed and test issue sufficiently.
  • Functionality was reviewed in QA independently by another engineer on the team.

cc @BranchMetrics/saas-sdk-devs for visibility.

Tanka Poem ♫

New numbers ascend,
Codebase now takes fresh breath,
Release sails forth, swift.
Builds hum with purpose, clear,
Future's path, versioned, bright. ✨

Sequence Diagram

sequenceDiagram
  participant User as Developer
  participant BuildSystem
  participant GradleProperties as gradle.properties

  Developer->>BuildSystem: Initiate Release Process (e.g., PR Merge)
  BuildSystem->>GradleProperties: Update VERSION_NAME to 5.20.0
  BuildSystem->>GradleProperties: Update VERSION_CODE to 052400
  GradleProperties-->>BuildSystem: New version details applied
  BuildSystem-->>Developer: Versioning updated for release 5.20.0
Loading

@matter-code-review
Copy link
Contributor

Important

PR Review Skipped

PR review skipped as per the configuration setting. Run a manually review by commenting /matter review

💡Tips to use Matter AI

Command List

  • /matter summary: Generate AI Summary for the PR
  • /matter review: Generate AI Reviews for the latest commit in the PR
  • /matter review-full: Generate AI Reviews for the complete PR
  • /matter release-notes: Generate AI release-notes for the PR
  • /matter : Chat with your PR with Matter AI Agent
  • /matter remember : Generate AI memories for the PR
  • /matter explain: Get an explanation of the PR
  • /matter help: Show the list of available commands and documentation
  • Need help? Join our Discord server: https://discord.gg/fJU5DvanU3

@gdeluna-branch gdeluna-branch merged commit 6b5dce5 into master Aug 6, 2025
5 checks passed
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.

2 participants