Releases: polygon-io/client-python
Releases · polygon-io/client-python
v1.7.2
What's Changed
- Fix malformed query filter params in #389
- Added stocks demo scripts in #377
- Updated README with link to demo videos blog
Full Changelog: v1.7.1...v1.7.2
v1.7.1
What's Changed
- added ticker_suffix to TickerDetails model class by @antdjohns in #371
Full Changelog: v1.7.0...v1.7.1
Add ListAggs iterator support
v1.6.3
What's Changed
- financial update limit doc 1 to 10 by @antdjohns in #357
Full Changelog: v1.6.2...v1.6.3
v1.6.2
What's Changed
- Update readme by @antdjohns in #365
- Update readme launchpad by @antdjohns in #366
- adding support for locale change in get_grouped_daily_aggs by @antdjohns in #367
Full Changelog: v1.6.1...v1.6.2
v1.6.1
What's Changed
- options param added to get_summaries by @antdjohns in #363
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- Param handling by @antdjohns in #348
- Updated get_aggs docstring to change from to from by @edelgm6 in #350
- add options chain endpoint by @antdjohns in #352
New Contributors
Full Changelog: v1.5.0...v1.6.0
Added Launchpad products, Summary endpoint, and Ticker Events endpoint
What's Changed
- Update CODEOWNERS by @danielatpolygonio in #331
- Added get_ticker_history and tests to client library. by @antdjohns in #319
- Bump types-setuptools from 65.5.0.2 to 65.5.0.3 by @dependabot in #329
- Bump mypy from 0.982 to 0.990 by @dependabot in #327
- Add new trf fields to EquityTrade and EquityQuote websocket models by @danielatpolygonio in #334
- Bump mypy from 0.990 to 0.991 by @dependabot in #336
- Update CODEOWNERS by @jbonzo in #338
- Bump orjson from 3.8.2 to 3.8.3 by @dependabot in #335
- Add instructions for development by @jbonzo in #342
- add iterator type to get_grouped_daily_aggs return by @tobealive in #337
- Bump certifi from 2022.9.24 to 2022.12.7 by @dependabot in #344
- Bump black from 22.10.0 to 22.12.0 by @dependabot in #346
- Bump types-setuptools from 65.6.0.1 to 65.6.0.2 by @dependabot in #347
- Edge headers by @antdjohns in #343
- add summaries endpoint by @chaig15 in #340
New Contributors
- @antdjohns made their first contribution in #319
- @tobealive made their first contribution in #337
- @chaig15 made their first contribution in #340
Full Changelog: v1.4.0...v1.5.0
Custom JSON module support and get_ticker_details bugfix
What's Changed
- Bump black from 22.8.0 to 22.10.0 by @dependabot in #314
- Bump sphinx from 5.2.3 to 5.3.0 by @dependabot in #315
- Bump types-urllib3 from 1.26.25 to 1.26.25.1 by @dependabot in #316
- Bump types-setuptools from 65.4.0.0 to 65.5.0.1 by @dependabot in #317
- Set issue deadline of 3w by @clickingbuttons in #318
- feat: provide custom json module by @at-cf in #306
- include date param in get_ticker_details by @jakekdodd in #321
New Contributors
- @at-cf made their first contribution in #306
- @jakekdodd made their first contribution in #321
Full Changelog: v1.3.1...v1.4.0
Serialize boolean query parameters as lowercase in URL
serialize boolean parameters as lowercase strings in url (#313) * serialize boolean parameters as lowercase strings in url * fix unit tests * fix last unit test * fix last unit test, for real * lint