Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2025

Bumps polygon-api-client from 1.11.0 to 1.15.3.

Release notes

Sourced from polygon-api-client's releases.

v1.15.3

What's Changed

Full Changelog: massive-com/client-python@v1.15.2...v1.15.3

v1.15.2

What's Changed

Full Changelog: massive-com/client-python@v1.15.1...v1.15.2

v1.15.1

What's Changed

Full Changelog: massive-com/client-python@v1.15.0...v1.15.1

v1.15.0

What's Changed

In this release, we’ve added beta support for Futures, introduced a refactor to WebSocket event parsing to correctly handle overlapping event types across asset classes, and added an option to disable automatic pagination for greater control over result limits. We also fixed a bug related to using custom base URLs with the REST client.

Futures Support (Beta)

  • Added beta support for Futures REST and WebSocket endpoints.

WebSocket Event Parsing Refactor

  • WebSocket event types ("T", "Q", "A", "AM") are now reused across asset classes.
  • Introduced MARKET_EVENT_MAP to resolve event types based on market context (e.g. stocks vs. futures).
  • This allows accurate message deserialization and avoids cross-market parsing errors.

Note for custom WebSocket users: If you're manually processing WebSocket messages, you may need to update your logic to consider the market parameter for Futures messages.

Pagination Control

  • Added support for disabling automatic pagination via pagination=False when instantiating RESTClient.
  • When disabled, limit is treated as a total cap rather than a page size.
  • Helps users fetch a fixed number of results without iterating over all pages.

Bug Fixes

  • Fixed an issue where custom base URLs were not properly respected in REST requests.

Commits

Full Changelog: massive-com/client-python@v1.14.6...v1.15.0

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [polygon-api-client](https://github.com/polygon-io/client-python) from 1.11.0 to 1.15.3.
- [Release notes](https://github.com/polygon-io/client-python/releases)
- [Commits](massive-com/client-python@v1.11.0...v1.15.3)

---
updated-dependencies:
- dependency-name: polygon-api-client
  dependency-version: 1.15.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2025

Superseded by #271.

@dependabot dependabot bot closed this Oct 1, 2025
@dependabot dependabot bot deleted the dependabot/pip/polygon-api-client-1.15.3 branch October 1, 2025 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants