Skip to content

Releases: Petersoj/alpaca-java

8.3.2

19 Nov 16:23
Compare
Choose a tag to compare

8.3.2 adds the SSP and SPLIT ActivityTypes which are used for stock split activities.

8.3.1

20 Sep 14:18
Compare
Choose a tag to compare

8.3.1 fixes a typo for the path segment in the getSnapshot method.

8.3

13 Sep 21:31
Compare
Choose a tag to compare
8.3

Version 8.3 includes the following changes:

  • Adds BarAdjustment enum to getBars() method in MarketDataEndpoint for raw, split, dividend, or all adjusted bar data.
  • Adds BarTimePeriod enum to getBars() method in MarketDataEndpoint to allow for custom bar time frames/periods.

8.2

05 Aug 20:41
Compare
Choose a tag to compare
8.2

Version 8.2 includes the following:

  • Adds n and vw fields to Bar
  • 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

21 Jul 15:26
Compare
Choose a tag to compare
8.1

Version 8.1 includes the following:

  • Fixes AlpacaWebsocket reconnection logic
  • Removes expensive concurrency safety for multiple AlpacaWebsocketMessageListeners and instead uses a single listener
  • Javadoc fixes, other small bug fixes

8.0.3

15 Jul 16:29
Compare
Choose a tag to compare

8.0.3 includes the following changes:

  • Change ClassLoader in PropertyUtil
  • Add held OrderStatus

8.0.2

14 Jul 16:28
Compare
Choose a tag to compare

8.0.2 includes the following changes:

  • Fix brokerHostSubdomain for live API type

8.0.1

13 Jul 17:45
Compare
Choose a tag to compare

8.0.1 fixes a ResponseBody resource leak.

8.0.0

12 Jul 17:52
Compare
Choose a tag to compare

8.0.0 includes the following changes:

  • Migrates from Unirest to OkHttp
  • Moves individual methods from AlpacaAPI into separated AlpacaEndpoints
  • Websocket API completely rewritten
  • Strict usage of API enums and model POJOs generated by jsonschema2pojo
  • Fixes potential race condition when adding/removing Websocket listeners

7.2.1

27 May 18:10
Compare
Choose a tag to compare
  • Adds the FEE ActivityType
  • Bug fixes