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.0.32
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.0.33
Choose a head ref
  • 3 commits
  • 8 files changed
  • 4 contributors

Commits on Mar 20, 2026

  1. add context7.json

    ahmadnassri authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    b3a8d0c View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2026

  1. fix: harden GitHub Actions workflows (zizmor) (#72)

    - Fix template injection vulnerabilities in release.yml by using
      environment variables instead of direct interpolation of github.ref_name
    - Upgrade actions/checkout to v6.0.2 (pinned to SHA) across all workflows
    - Add persist-credentials: false to all checkout steps
    - Add top-level permissions block to version-check.yml
    
    Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    reberhardt7 and claude authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    c8efa8f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2026

  1. fix: tolerate unknown SocketCategory values in SocketAlert.from_dict (#…

    …79)
    
    * fix: tolerate unknown SocketCategory values in SocketAlert.from_dict
    
    The Socket API can emit category values the SDK does not yet know about
    (e.g. "other"). Strict enum construction in SocketAlert.from_dict turned
    that into a hard failure that propagated up through stream_diff and
    crashed any consumer that happened to receive such an alert.
    
    Fall back to SocketCategory.MISCELLANEOUS and log a warning when the
    value is unrecognized, so the SDK stays forward-compatible with new
    server-side categories without needing a coordinated release.
    
    Fixes #78.
    
    * chore: bump version to 3.0.33
    dc-larsen authored Apr 24, 2026
    Configuration menu
    Copy the full SHA
    065407a View commit details
    Browse the repository at this point in the history
Loading