Releases: alpacahq/alpaca-py
Releases · alpacahq/alpaca-py
v0.13.4
What's Changed
- adding cip result document type by @gageorsburn in #384
- fix: remove f-string for enum by @hiohiohio in #385
- chore: Bump version to v0.13.4 by @hiohiohio in #386
Full Changelog: v0.13.3...v0.13.4
v0.13.3
What's Changed
- fixing an issue where using f-strings uses the enum name instead of t… by @gageorsburn in #378
- chore: Bump version to v0.13.3 by @hiohiohio in #381
Full Changelog: v0.13.2...v0.13.3
v0.13.2
What's Changed
- feat: Add sort parameter into docstring by @hiohiohio in #375
- Requests: fixed "see also" parent classes in docstrings by @Dev-iL in #376
- fix: Support timezone aware datetime for get_orders() by @hiohiohio in #377
- fix: Update links to docs by @hiohiohio in #379
- chore: Bump version to v0.13.2 by @hiohiohio in #380
New Contributors
Full Changelog: v0.13.1...v0.13.2
v0.13.1
What's Changed
- chore: Bump version to v0.13.1 by @hiohiohio in #373
Full Changelog: v0.13.0...v0.13.1
v0.13.0
What's Changed
- Allow pandas v1 compatibility by @alessiocastrica in #358
- fix: optional fields in FailedClosePositionDetails by @alessiocastrica in #360
- Bump urllib3 from 2.0.6 to 2.0.7 by @dependabot in #367
- adding the account application enum type by @gageorsburn in #361
- Base model with ID to remove some code duplication in models by @alessiocastrica in #364
- fix: Fix TradeUpdate model for validation error by @hiohiohio in #372
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- Update alpaca-py CODEOWNERS by @sai-g in #348
- fix: Fix ci build doc by @hiohiohio in #353
- Add sort parameter to historical data requests by @gnvk in #350
- Fix Workflow: Publish PyPI only on tag push by @AlexandrosKyriakakis in #354
- Bump urllib3 from 2.0.4 to 2.0.6 by @dependabot in #352
- fixing a couple bugs where the type isn't defaulted to none if the se… by @gageorsburn in #351
- Fix BaseStream cast method to handle msgpack.ext.Timestamp by @alessiocastrica in #346
- chore: Bump version to v0.12.0 by @hiohiohio in #357
New Contributors
- @sai-g made their first contribution in #348
- @hiohiohio made their first contribution in #353
- @gnvk made their first contribution in #350
- @AlexandrosKyriakakis made their first contribution in #354
- @dependabot made their first contribution in #352
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- adding optional enabled assets e.g. you don't want to enable crypto by @gageorsburn in #336
- Pydantic V2 Migration by @haxdds in #316
- Publish Package Workflow by @haxdds in #278
- Fix publish to PyPI by @alessiocastrica in #343
- Fix PyPI token name by @alessiocastrica in #344
Full Changelog: v0.10.0...v0.11.0
v0.10.0
v0.9.0
What's Changed
Notable Changes
- Pandas V2
- Screener endpoints by @alessiocastrica in #298
Minor Changes
- Fixing mandatory Acccount Document pydantic fields by @jjmaxwell4 in #297
- adding ss number verification enum by @gageorsburn in #304
- Marking content as optional as the api may return docuements without it by @gageorsburn in #306
- support empty documenttype by @haxdds in #308
- Screening Endpoints by @haxdds in #305
- Adds ptp Attributes by @haxdds in #290
- Commission should be optional on the order model by @alessiocastrica in #288
- Fix #291 by making target_symbol, target_original_cusip optional in CorporateActionAnnouncement by @brunerm99 in #295
New Contributors
- @jjmaxwell4 made their first contribution in #297
- @brunerm99 made their first contribution in #295
Full Changelog: v0.8.2...v0.9.0
v0.8.2
What's Changed
This is a patch release fixing errors occurring due to the new CRYPTO
enum value for the AssetExchange
enum.
- Update enums to include Crypto Exchange by @toddpi314 in #277
New Contributors
- @toddpi314 made their first contribution in #277