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: sammchardy/python-binance
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.35
Choose a base ref
...
head repository: sammchardy/python-binance
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.36
Choose a head ref
  • 10 commits
  • 20 files changed
  • 3 contributors

Commits on Feb 17, 2026

  1. Change delist schedule API request to unsigned (#1659)

    It's not necessary to sign the spot delist schedule request.
    m-HD authored Feb 17, 2026
    Configuration menu
    Copy the full SHA
    02ce388 View commit details
    Browse the repository at this point in the history
  2. chore: bump to 35 (#1673)

    * chore: bump to 35
    
    * update changelog
    carlosmiei authored Feb 17, 2026
    Configuration menu
    Copy the full SHA
    8215039 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8009cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6dd5d72 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. Configuration menu
    Copy the full SHA
    5f1312a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc8d7b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2026

  1. feat: update options streams to new api changes and fix CI (#1657)

    * update streams and tests
    
    * lint
    
    * lint
    
    * fix tests
    
    * chore: suppress pre-existing ruff lint errors and skip unavailable API tests
    
    - Add ruff rule ignores in pyproject.toml to pass CI lint
    - Skip options websocket stream tests (service unavailable)
    - Skip test_stream_get_listen_key_and_close (testnet returns 410)
    - Skip test_options_historical_trades (endpoint removed from Binance)
    
    * fix: rename unused variable to satisfy RUF059 lint rule
    
    * fix: round trigger_price to 1 decimal to fix precision error on LTCUSDT
    pcriadoperez authored Mar 22, 2026
    Configuration menu
    Copy the full SHA
    997d499 View commit details
    Browse the repository at this point in the history
  2. feat: USD-M futures WebSocket URL category support (#1684)

    * feat: Add USD-M futures WebSocket URL category support (public/market/private)
    
    Binance is retiring legacy USD-M futures WebSocket URLs on 2026-04-23.
    This migrates all fstream methods to use the new categorized URL structure.
    
    * fix: Limit listenKey query-param format to USD-M futures only, not COIN-M
    
    * fix: correct testnet URL in integration tests (fstream not stream)
    pcriadoperez authored Mar 22, 2026
    Configuration menu
    Copy the full SHA
    9ce7e68 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2026

  1. Configuration menu
    Copy the full SHA
    0b63172 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2026

  1. Configuration menu
    Copy the full SHA
    70a7a2a View commit details
    Browse the repository at this point in the history
Loading