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.28
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.29
Choose a head ref
  • 7 commits
  • 32 files changed
  • 3 contributors

Commits on Feb 27, 2025

  1. update gitignore (#1566)

    carlosmiei authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    80e1ff5 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. fix: async client receive empty text (#1569)

    * add timeout to jobs
    
    * fix: fix response for async client when receiving empty text response
    pcriadoperez authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    06c721e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. feat: Expose option for user to edit max_queue_size in websockets, ha…

    …ve async callbacks called in a task and update docs (#1570)
    
    * add timeout to jobs
    
    * feat: expose variable max_queue_size and have async callbacks called in a task
    
    * fix tests
    
    * fix proxy in test
    
    * pass params to socket manager
    
    * skip test in 3.7
    
    * add pytest timeout
    
    * improve logging and error throw on failed connection and add test
    
    * update tests
    
    * skip for 3.7
    
    * pyright tests
    
    * fix test
    
    * comment coveralls
    
    * add debug logging to test
    
    * add more logigng test only file
    
    * fix test
    
    * run all tests
    
    * reduce logging
    
    * update symbol for test
    
    * uncomment coveralls to test
    
    * Revert "uncomment coveralls to test"
    
    This reverts commit e759466.
    pcriadoperez authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    9dac1d4 View commit details
    Browse the repository at this point in the history
  2. fixed a deprecation warning in helpers.py (#1572)

    datetime.datetime.utcfromtimestamp() will be deprecated in future versions
    ChuckTG authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    287f95d View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. Improve error handling for depth manager (#1579)

    * add timeout to jobs
    
    * feat: error handling depth cache
    
    * imrpove example
    
    * lint
    pcriadoperez authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    94f28c9 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. chore: update testnet urls (#1583)

    * add timeout to jobs
    
    * chore: update testnet urls
    
    * url fix
    
    * cleanup client
    
    * edit event loop in test
    
    * increase timeout
    
    * fix tests
    
    * fix test
    pcriadoperez authored May 19, 2025
    Configuration menu
    Copy the full SHA
    dccb3d9 View commit details
    Browse the repository at this point in the history
  2. chore: Bump 29 (#1585)

    * update gitignore
    
    * bump version
    carlosmiei authored May 19, 2025
    Configuration menu
    Copy the full SHA
    52877c0 View commit details
    Browse the repository at this point in the history
Loading