Releases: alpacahq/alpaca-py
Releases · alpacahq/alpaca-py
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
v0.8.1
v0.8.0
What's Changed
- documentation: fix README to have correct datetime type for CryptoBarsRequest by @JonathanRayner in #257
- Fix pydantic validation errors for firm accounts by @alessiocastrica in #255
- v1beta3 crypto by @haxdds in #264
- Add currency parameter by @alessiocastrica in #253
- Adds Currency Param by @haxdds in #265
New Contributors
- @JonathanRayner made their first contribution in #257
- @alessiocastrica made their first contribution in #255
Full Changelog: v0.7.2...v0.8.0
v0.7.2
What's Changed
- Added support for new OrderStatus
pending_review
. - Some typos were fixed by @omahs
- Add support for basic authorization for
StockHistoricalDataClient
andRESTClient
by @victorouse
New Contributors
- @sshcli made their first contribution in #241
- @omahs made their first contribution in #245
- @victorouse made their first contribution in #250
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- [Bug]: TradingClient.get_clock() results in a positional argument Typ… by @Ale-Cas in #171
- Fix: Adding extra optional params to Asset model to accommodate cryptocurrencies by @andrewwoood in #175
- Added new order status
held
by @OlegRa in #182 - Fix: using isinstance to check list type by @andrewwoood in #174
- fixes issue #195 by @gageorsburn in #196
- Change string to datetime by @BradGaddis in #208
- Fixed issue with the
get_order_for_account_by_client_id
functions by @OlegRa in #209 - fix: #172 by @Ale-Cas in #185
- feat: trading client account configurations by @Ale-Cas in #184
- Adds User Agent Header For WebSocket Client by @haxdds in #215
- Make Transfers Params Optional by @haxdds in #223
- feat: support type checking by @cemlyn007 in #188
- bug fix -- fix for accessing APIError.code throws TypeError by @mikenester in #221
- Update GetEventsRequest to match Broker API docs by @joepatmckenna in #229
- Fix for circular import error on websockets.py by @jamesburnettdev in #220
- Employment Status Fix by @haxdds in #235
- Adds Trade Confirmation Json Type by @haxdds in #237
- Fixes Trade Updates Validation Error by @haxdds in #234
- Fix Order Status in Get Orders Example by @haxdds in #238
- Handle Onboarding Account In
get_account
by @haxdds in #231 - Update Doc Strings for Orders by @haxdds in #240
New Contributors
- @Ale-Cas made their first contribution in #171
- @andrewwoood made their first contribution in #175
- @OlegRa made their first contribution in #182
- @gageorsburn made their first contribution in #196
- @BradGaddis made their first contribution in #208
- @cemlyn007 made their first contribution in #188
- @mikenester made their first contribution in #221
- @joepatmckenna made their first contribution in #229
- @jamesburnettdev made their first contribution in #220
Full Changelog: v0.6.0...v0.7.1