Skip to content

Releases: Petersoj/alpaca-java

10.0.1

24 Mar 02:05
Compare
Choose a tag to compare

Release Notes

10.0.1 contains several minor updates and bug fixes. Most notably, the alpacaAPI.trader().accountActivities() endpoint now works properly.

Full Changelog: 10.0.0...10.0.1

10.0.0

08 Mar 19:54
Compare
Choose a tag to compare

Release Notes

10.0.0 is a big update with lots of new features and improvements. This version update contains many breaking changes from the previous 9.2.0 version so refer to the updated README for the new documentation and the changelog below.

What's New

  • Full Broker API support, including SSE streaming.
  • Options API support.
  • New market data APIs support.
  • News streaming support.
  • New websocket streaming interfaces.
  • Java version updated to 17.
  • Bug fixes and other improvements.
  • BigDecimal usage.

What's Changed

  • The REST API Java client is now generated using the OpenAPI Java generator with the okhttp-gson library. Alpaca's v1.1 OpenAPI specifications are available here. Model classes and API interface classes are located in the the net.jacobpeterson.alpaca.openapi package now. Note that these specifications may contain some issues, so if a REST API call isn't working properly, open a new issue or contact Alpaca with a request to fix the spec.
  • Websocket listener interfaces now have discrete method calls for each type of message instead of one call with the message type as a parameter.
  • The use of the alpaca.properties classpath file has been removed.
  • ZonedDateTime has been replaced with OffsetDateTime.
  • The group ID is now net.jacobpeterson.alpaca instead of net.jacobpeterson. The artifact ID is still alpaca-java.

New Contributors

Full Changelog: 9.2.0...10.0.0

9.2.0

20 Aug 22:44
Compare
Choose a tag to compare

9.2.0 includes the following changes:

Full Changelog: 9.1.4...9.2.0

9.1.4

26 May 15:05
Compare
Choose a tag to compare

9.1.4 includes the following changes:

Full Changelog: 9.1.3...9.1.4

9.1.3

20 Mar 15:21
Compare
Choose a tag to compare

9.1.2 includes the following changes:

  • Add qty_available to Positions.
  • Add @Nullable annotations.

Full Changelog: 9.1.2...9.1.3

9.1.2

17 Aug 04:51
Compare
Choose a tag to compare

9.1.2 includes the following changes:

  • Fix FTX crypto exchange enum name

Full Changelog: 9.1.1...9.1.2

9.1.1

10 Aug 00:16
Compare
Choose a tag to compare

9.1.1 includes the following changes:

  • Updated dependency versions.
  • Use double in some method signatures where appropriate (thanks @DarioArena87 and @jessethouin!).
  • Added POJO builders.

Full Changelog: 9.1.0...9.1.1

9.1.0

27 Dec 07:24
Compare
Choose a tag to compare

9.1.0 includes the following changes:

  • Adds a multi-symbol getBars method
  • Minor optimizations and clean up

9.0.0

22 Dec 20:28
Compare
Choose a tag to compare

9.0.0 includes the following changes:

  • Implement Crypto Data API (both historical and realtime)
  • Refactoring of several objects and field names relating to market data
  • Organize and clean up a few things

8.3.3

06 Dec 00:05
Compare
Choose a tag to compare

8.3.3 adds the ACTION_REQUIRED to AccountStatus as shown in #111. Thanks @Kurru!