This repository has been archived by the owner on Oct 28, 2022. It is now read-only.
Releases: teleprint-me/coinbase-pro
Releases · teleprint-me/coinbase-pro
Stable-Release-v2.4.6
Stable-Release-v2.4.6
- Deprecate and remove requirements.txt
- Update revision version
- Fix pip references
- Remove pipx from install directive
- Fix travis user install error
- Replace setuptools with poetry
- Use toml instead of setuptools
Stable-Release-v2.4.3
Stable Release v2.4.3
- Deprecate setuptools
- Add poetry for build and distribution
- Update configuration files
- Update documentation
This release should fix the missing websocket-client dependecy in issue #1. Further testing will be needed to verify it works as intended.
Stable-Patch-v2.3.2
Stable Patch v2.3.2
Add packaging patch
- Add code scanning alerts
- Fix download url
Stable-Patch-v2.3.1
Stable Patch v2.3.1
CoinbasePro.plug Patch
- Rename from docs/00-README.md to docs/README.md
- Add features with checklist
- Refactor README.md for readability
- Update docs/
- CoinbasePro.plug Patch for 2.3.0
- Update repository minor revision
Stable-Release-v2.3.0
Stable Release v2.3.0
Update minor package revisions
- Fix type hints in coinbase_pro module
- Update setup.cfg to use package version numbers
- Update README.md and docs/
- Add Contributors.md file
Note: Includes 2.2.1 patches
Stable-Patch-v2.2.1
Stable Patch v2.2.1
- Refactor coinbase-pro
- Format source with black
- Update versioning
- Refactor abstract
- Cleanup AbstractAPI
- Add abstractmethods to AbstractClient
- Add AbstractWss, AbstractToken, and AbstractStream
- Refactor messenger
- Refactor API
- Refactor client
- Add repr and str dunder methods as convenience
- Add key and name properties
- Add plug method for managing class plugins
- Rename from Client to CoinbasePro
- Rename property from label to name
- Refactor socket
- Refactor WSS
- Refactor tests
- Refactor and fix imports for conftest, api, auth, and messenger
Stable-Release-v2.1.1
Stable Release v2.1.1
- Update tests for handling library refactor
- Refactor abstract
- Refactor abstract api to handle auth and url
- Refactor asbtract to handle abstract api
- Refactor messenger, client, and socket to reflect abstract
- Fix settings reference for travis-ci
Stable-Patch-v2.0.1
Stable Patch v2.0.1
- Fix python 3.6 compatibility
Stable-Release-v2.0.0
Stable Release v2.0.0
- Remove coverage remnant
- Remove typing module from library
- Refactor abstract
- Fix type hints
- Fix reverse compatibility with 3.6, 3.7, 3.8 and remove 3.10
- Set version from beta to stable
- Add Makefile
Beta-Patch-v1.1.4
Beta Patch v1.1.4
- Remove ignoring test.py
- Update revision for versioning
- Update settings example
- Tell travis-ci to use settings example
- Fix tests for travis-ci compatibility
- Fix rest api uri reference
- Fix websocket feed uri reference