Skip to content

Tags: massive-com/client-python

Tags

v2.3.2

Toggle v2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Initialize pool manager with timeout (#977)

* Initialize pool manager with timeout

* chore: expose self.timeout on BaseClient + minor cleanup

---------

Co-authored-by: Hynek Davídek <hynek.davidek@quantlane.com>
Co-authored-by: justinpolygon <123573436+justinpolygon@users.noreply.github.com>

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Sync client-python with OpenAPI spec (#1001)

* Sync client-python with OpenAPI spec (fixes)

* Fix lint formatting

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Sync client-python with OpenAPI spec (#1000)

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add report_sequence and sequence_number to FuturesQuote and FuturesTr…

…ade (#996)

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Sync client-python with OpenAPI spec (#993)

* Sync client-python with OpenAPI spec

* Fix lint

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added floats, splits, dividends, and risk factors endpoints and models (

#980)

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adds support for inflation expectations and futures exchanges endpoin…

…ts (#963)

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update release.yml hotfix (#957)

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rebrand massive (#953)

* Rebrand client to massive.com

v1.16.3

Toggle v1.16.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Log request URL with the Response headers (#952)

* Use logging instead of print

* Add Request URL to the Response headers

* Add Request URL to the Response headers

---------

Co-authored-by: Roman Zydyk <roman.zydyk@quantlane.com>