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

Commits on Sep 3, 2026

  1. Bump pinned @coana-tech/cli to 15.10.36 (#335)

    Co-authored-by: socket-pr-bot[bot] <294242679+socket-pr-bot[bot]@users.noreply.github.com>
    socket-pr-bot[bot] authored Sep 3, 2026
    Configuration menu
    Copy the full SHA
    1eaf528 View commit details
    Browse the repository at this point in the history
  2. Stop passing --lazy-mode to the coana CLI (#336)

    The coana CLI no longer accepts --lazy-mode, so a reachability run started with
    --reach-lazy-mode failed on an unrecognized argument.
    
    --reach-lazy-mode is kept as a hidden no-op, matching how
    --reach-disable-analysis-splitting was deprecated, so pipelines that still pass
    it keep working rather than failing argument parsing. Nothing is forwarded to
    coana, and the flag is dropped from the reachability documentation.
    
    No version bump: this is not being released on its own.
    BarrensZeppelin authored Sep 3, 2026
    Configuration menu
    Copy the full SHA
    6076acf View commit details
    Browse the repository at this point in the history
Loading