Releases: Petersoj/alpaca-java
Releases · Petersoj/alpaca-java
8.3.2
8.3.1
8.3
Version 8.3
includes the following changes:
- Adds
BarAdjustment
enum togetBars()
method inMarketDataEndpoint
forraw, split, dividend, or all
adjusted bar data. - Adds
BarTimePeriod
enum togetBars()
method inMarketDataEndpoint
to allow for custom bar time frames/periods.
8.2
Version 8.2
includes the following:
- Adds
n
andvw
fields toBar
- Fix
FormatUtil
(thanks @cloudygeek) - Removes websocket auto-connect feature (see README for an updated guide on websocket usage)
- Updated Javadocs, small bug fixes
8.1
8.0.3
8.0.2
8.0.1
8.0.0
8.0.0
includes the following changes:
- Migrates from
Unirest
toOkHttp
- Moves individual methods from
AlpacaAPI
into separatedAlpacaEndpoints
- Websocket API completely rewritten
- Strict usage of API
enums
and model POJOs generated byjsonschema2pojo
- Fixes potential race condition when adding/removing Websocket listeners