Releases: alpacahq/alpaca-trade-api-js
Releases · alpacahq/alpaca-trade-api-js
v3.1.0
What's Changed
- Fix error code in rest_v2 by @noramehesz in #251
- Move credential check to connect in websocket by @noramehesz in #256
- fix: return type of getCryptoBars by @vicary in #254
- Replace any with the correct type by @noramehesz in #257
- Add option and corporate action endpoints to marketdata by @noramehesz in #258
- Update Data API in read me by @noramehesz in #259
- Add sort parameter and historical crypto quotes by @noramehesz in #260
- Fix limit on API calls and parameters of getNews() function by @noramehesz in #261
- Fix crypto quotes test by @noramehesz in #262
New Contributors
Full Changelog: v3.0.1...v3.1.0
v3.0.1
v2.16.1
What's Changed
- Remove drew887 as owner by @drew887 in #219
- Add optional asof for historical marketdata endpoints by @noramehesz in #220
Full Changelog: v2.15.0...v2.16.1
v2.15.0
PRs in this release:
- Add GH action to auto publish packages on Tag (#216) @drew887
- Bug Fix 109: Added the symbol param in the get order call (#143) @FossilBlade
- added getClock() to readme (#159) @ashish-patwal
- Fixing Typos in Comments of
websocket_example_datav2.js
Example. (#203) @WikipediaBrown - Fixes some simple cases of not checking for null/undefined (#213) @drew887
- Fix up some typos in README (#214) @drew887
- Update Readme dataV2 (#209) @noramehesz
- Fix limit in multi data calls (#210) @noramehesz
v2.14.0
Features
- Crypto orderbook stream for crypto websocket
newTimeframe()
function to validatetimeframes
for getting bar data
v2.13.0
Features
- Move updated bars to their own subscription
- Multi symbol support for the latest crypto endpoints
Fixes
- Don't wrap axios's returned values
- Fix limiting issue in Market Data V2
Adds News API
In this release, we integrated the News API endpoints.
Learn more about the News API in the documentation.
2.11.0
Features
- Added crypto snapshot endpoint
- Added trade correction and trade cancel/error handling to data v2 stream
Fixes
- Removed deprecated packages
- Fix typos
- Now the SDK reconnects when no ping arrives within a specified time from the data streaming server
Add Data V2 multi symbol latest endpoints
In this release we add:
- Latest bar and latest bars endpoint
- Latest trades and latest quotes endpoint
- From now on
configuration
is an optional parameter in REST calls - Use gzip encoding when accessing data v2 REST endpoints
Migrate Data V2 to typescript
In this release we
- Migrate the whole data v2 to Typescript
From previous releases:
- Added crypto data support
- Added multi symbol support for stock and crypto trades, quotes and bars
- Added
Trade count
andVWAP
to stock and crypto bars - Added
Trading statuses
andLULDs
to stock stream
Important! Stock qoutes now have a Conditions field instead of the previous Condition field