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: SocketDev/socket-sdk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.2
Choose a base ref
...
head repository: SocketDev/socket-sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on Jun 2, 2026

  1. chore(deps): bump the python-minor-patch group with 2 updates (#88)

    Bumps the python-minor-patch group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [pytest-cov](https://github.com/pytest-dev/pytest-cov).
    
    
    Updates `ruff` from 0.14.10 to 0.15.14
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.14.10...0.15.14)
    
    Updates `pytest-cov` from 7.0.0 to 7.1.0
    - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-version: 0.15.14
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-minor-patch
    - dependency-name: pytest-cov
      dependency-version: 7.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-minor-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    64d5b06 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2026

  1. feat: add OTHER category to SocketCategory enum (CE-225) (#85)

    The Socket backend returns "other" as an alert category. Since v3.0.33
    (commit 065407a, #79) the SDK tolerates unknown categories via a
    try/except fallback in SocketAlert.from_dict, but that path logs a
    warning that confused customers (Anthropic/Buildkite, FINRA/GitLab CI)
    into reporting it as a crash.
    
    Add OTHER = "other" so the value is recognized as a first-class category
    and the warning no longer fires. The defensive fallback is retained for
    any future unknown categories. Bump to 3.2.0 and sync uv.lock.
    
    Signed-off-by: lelia <2418071+lelia@users.noreply.github.com>
    lelia authored Jun 3, 2026
    Configuration menu
    Copy the full SHA
    8ffef98 View commit details
    Browse the repository at this point in the history
  2. ci(deps): bump actions/setup-python from 5.2.0 to 6.2.0 (#86)

    * ci(deps): bump actions/setup-python from 5.2.0 to 6.2.0
    
    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.2.0 to 6.2.0.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@f677139...a309ff8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-version: 6.2.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Add version number as comment
    
    * Add version number as comment
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: lelia <2418071+lelia@users.noreply.github.com>
    dependabot[bot] and lelia authored Jun 3, 2026
    Configuration menu
    Copy the full SHA
    7fdb3ac View commit details
    Browse the repository at this point in the history
  3. ci(deps): bump actions/github-script from 7.0.1 to 9.0.0 (#87)

    * ci(deps): bump actions/github-script from 7.0.1 to 9.0.0
    
    Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 9.0.0.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](actions/github-script@60a0d83...3a2844b)
    
    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      dependency-version: 9.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Add version number as comment
    
    * Add version number as comment
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: lelia <2418071+lelia@users.noreply.github.com>
    dependabot[bot] and lelia authored Jun 3, 2026
    Configuration menu
    Copy the full SHA
    6beea88 View commit details
    Browse the repository at this point in the history
Loading