Releases: polygon-io/client-python
Releases · polygon-io/client-python
v1.3.0 - Technical Indicators and improved Websocket performance
What's Changed
- improve limit description by @Darcy-Linde in #286
- Bump types-setuptools from 64.0.1 to 65.1.0 by @dependabot in #287
- Bump types-urllib3 from 1.26.22 to 1.26.23 by @dependabot in #289
- Bump urllib3 from 1.26.11 to 1.26.12 by @dependabot in #288
- Bump types-setuptools from 65.1.0 to 65.3.0 by @dependabot in #291
- Bump black from 22.6.0 to 22.8.0 by @dependabot in #295
- Add Technical Indicator Endpoints by @aitzkovitz in #284
- update make rest spec by @morningvera in #298
- Fixes by at-cf by @clickingbuttons in #297
Full Changelog: v1.2.1...v1.3.0
v1.2.1
What's Changed
- Bump types-setuptools from 63.2.2 to 63.4.0 by @dependabot in #276
- Bump sphinx-autodoc-typehints from 1.19.1 to 1.19.2 by @dependabot in #277
- Bump types-urllib3 from 1.26.20 to 1.26.22 by @dependabot in #278
- Bump types-setuptools from 63.4.0 to 64.0.1 by @dependabot in #281
- Parse crypto aggs by @clickingbuttons in #283
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- update contributing by @morningvera in #269
- fix otc field in ws equity agg by @morningvera in #274
- add indicators to ws equity model by @morningvera in #272
- Fix docstring by @Darcy-Linde in #273
- use full rest api spec by @morningvera in #271
Full Changelog: v1.1.2...v1.2.0
v1.1.2
What's Changed
- Bump sphinx from 5.0.2 to 5.1.0 by @dependabot in #257
- Bump mypy from 0.961 to 0.971 by @dependabot in #258
- Bump types-setuptools from 63.2.0 to 63.2.1 by @dependabot in #259
- Bump sphinx from 5.1.0 to 5.1.1 by @dependabot in #266
- Bump urllib3 from 1.26.10 to 1.26.11 by @dependabot in #265
- Bump types-setuptools from 63.2.1 to 63.2.2 by @dependabot in #262
- Bump types-urllib3 from 1.26.16 to 1.26.20 by @dependabot in #263
- Fix locale for crypto snapshot by @clickingbuttons in #268
- add starterfeed by @aitzkovitz in #254
- Bump sphinx-autodoc-typehints from 1.18.3 to 1.19.1 by @dependabot in #264
New Contributors
- @aitzkovitz made their first contribution in #254
Full Changelog: v1.1.1...v1.1.2
Log exception message
What's Changed
- update ws spec by @morningvera in #239
- Bump types-setuptools from 57.4.17 to 57.4.18 by @dependabot in #240
- Add currency_symbol, base_currency_name, and base_currency_symbol attributes to TickerDetails class. by @danielatpolygonio in #241
- Bump black from 22.3.0 to 22.6.0 by @dependabot in #243
- Bump types-urllib3 from 1.26.15 to 1.26.16 by @dependabot in #245
- Bump types-setuptools from 57.4.18 to 62.6.1 by @dependabot in #246
- Bump urllib3 from 1.26.9 to 1.26.10 by @dependabot in #247
- Update specs by @Darcy-Linde in #248
- update rest specs by @Darcy-Linde in #251
- Bump types-setuptools from 62.6.1 to 63.2.0 by @dependabot in #252
- Log expection message by @clickingbuttons in #253
New Contributors
- @danielatpolygonio made their first contribution in #241
Full Changelog: v1.1.0...v1.1.1
WebSocket OTC and option contracts fix
What's Changed
- Add OTC websocket models by @clickingbuttons in #234
- add contract type to models by @morningvera in #236
- fix codeowners by @morningvera in #237
Full Changelog: v1.0.3...v1.1.0
Add OTC And Bug Fix
What's Changed
- Bump sphinx from 4.5.0 to 5.0.0 by @dependabot in #210
- Bump types-urllib3 from 1.26.14 to 1.26.15 by @dependabot in #212
- Bump types-setuptools from 57.4.15 to 57.4.17 by @dependabot in #213
- Bump mypy from 0.950 to 0.960 by @dependabot in #211
- update api specs by @morningvera in #216
- Bump sphinx from 5.0.0 to 5.0.1 by @dependabot in #219
- Bump mypy from 0.960 to 0.961 by @dependabot in #218
- Bump sphinx-autodoc-typehints from 1.18.1 to 1.18.2 by @dependabot in #217
- update rest spec by @morningvera in #221
- Bump types-certifi from 2021.10.8.2 to 2021.10.8.3 by @dependabot in #226
- Bump sphinx from 5.0.1 to 5.0.2 by @dependabot in #227
- Bump sphinx-autodoc-typehints from 1.18.2 to 1.18.3 by @dependabot in #228
- Bump certifi from 2022.5.18.1 to 2022.6.15 by @dependabot in #229
- Fix OptionsContract model by @clickingbuttons in #232
- Add OTC models and query params by @clickingbuttons in #233
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- add market type for grouped endpoint by @clickingbuttons in #208
- resub on reconnect by @clickingbuttons in #207
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Bump types-setuptools from 57.4.14 to 57.4.15 by @dependabot in #201
- Bump certifi from 2021.10.8 to 2022.5.18.1 by @dependabot in #202
- Specific exceptions by @clickingbuttons in #204
- update version string to match Go by @clickingbuttons in #205
- Fix broken from_dict methods by @Darcy-Linde in #206
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Merge v1 into master by @clickingbuttons in #145
- move mocks to json files by @clickingbuttons in #147
- fix non-list return types by @clickingbuttons in #148
- setup releasing on pushing a v* tag by @clickingbuttons in #149
- Add Models to Docs by @Darcy-Linde in #146
- Stocks financials by @Darcy-Linde in #150
- Websockets by @clickingbuttons in #153
- Add Enums to docs by @Darcy-Linde in #154
- add certifi by @clickingbuttons in #155
- add certifi for wss by @clickingbuttons in #156
- add auth failed msg by @clickingbuttons in #157
- Rename forex to crypto by @Darcy-Linde in #158
- Iterator note by @Darcy-Linde in #159
- vX Usage Note by @Darcy-Linde in #160
- User agent version by @clickingbuttons in #161
- Raise AuthenticationError by @Darcy-Linde in #162
- make websockets have 2 apis by @clickingbuttons in #163
- fix get_ticker_details by @clickingbuttons in #166
- move examples to example dir by @clickingbuttons in #167
- cryptotrade: rename sym to pair by @clickingbuttons in #168
- address most of caleb feedback by @clickingbuttons in #169
- Add docs backlinks and missing endpoints by @Darcy-Linde in #170
- use kw arg names in examples by @clickingbuttons in #171
- fix financials and add example by @clickingbuttons in #173
- make examples simpler by @clickingbuttons in #172
- bump minimum python version to 3.8 by @morningvera in #175
- Audited models for missing fields, removed unneeded arrays and enum imports, add Exceptions docs by @Darcy-Linde in #176
- test on windows/osx by @clickingbuttons in #174
- Custom class decorator to handle excess parameters by @Darcy-Linde in #177
- add contributing docs by @clickingbuttons in #182
- add limit param to financials by @clickingbuttons in #181
- Options contracts by @Darcy-Linde in #183
- Add Logger by @clickingbuttons in #184
- add dependabot by @morningvera in #185
- fix dependabot by @morningvera in #186
- Bump mypy from 0.942 to 0.950 by @dependabot in #187
- add codeowners by @morningvera in #188
- add rest and ws specs by @morningvera in #189
- lowercase vx by @clickingbuttons in #191
- add module version by @clickingbuttons in #190
- Versioning guide by @clickingbuttons in #192
- Fix typos by @clickingbuttons in #193
- add codeql workflow by @morningvera in #194
- remove newline by @morningvera in #195
- String Replacement Issue Fix by @Darcy-Linde in #197
- add newlines back by @morningvera in #198
- make params optional by @clickingbuttons in #199
- Add darcy as codeowner by @clickingbuttons in #200
- Update Pip Command by @Darcy-Linde in #203
New Contributors
- @morningvera made their first contribution in #175
- @dependabot made their first contribution in #187
Full Changelog: v0.2.11...v1.0.0