Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: osodevops/ms-teams-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.4
Choose a base ref
...
head repository: osodevops/ms-teams-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.5
Choose a head ref
  • 8 commits
  • 29 files changed
  • 2 contributors

Commits on Jun 4, 2026

  1. Configuration menu
    Copy the full SHA
    bdc6699 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec459ea View commit details
    Browse the repository at this point in the history
  3. Merge pull request #14 from osodevops/docs/release-automation-notes

    Harden GitHub Actions release automation
    sionsmith authored Jun 4, 2026
    Configuration menu
    Copy the full SHA
    3f13cbb View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2026

  1. Refresh expired access tokens using the stored refresh token

    resolve_token now redeems the persisted refresh_token via the OAuth2 refresh_token grant when the stored access token is expired or within a short skew window, then writes the new token back to the keyring. It falls back to the previous AUTH_TOKEN_EXPIRED behaviour only when no refresh token is available or the refresh is rejected. resolve_token is now async, so all call sites await it.
    amanjoshicodes committed Jun 19, 2026
    Configuration menu
    Copy the full SHA
    7a47739 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2026

  1. Configuration menu
    Copy the full SHA
    98e8cb5 View commit details
    Browse the repository at this point in the history
  2. Refresh expired access tokens using the stored refresh token

    Refresh expired access tokens using the stored refresh token
    sionsmith authored Jun 21, 2026
    Configuration menu
    Copy the full SHA
    3f318fc View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.2.5

    sionsmith committed Jun 21, 2026
    Configuration menu
    Copy the full SHA
    2cf6bb8 View commit details
    Browse the repository at this point in the history
  4. Release v0.2.5

    Release v0.2.5
    sionsmith authored Jun 21, 2026
    Configuration menu
    Copy the full SHA
    46677e7 View commit details
    Browse the repository at this point in the history
Loading