Releases: Petersoj/alpaca-java
Releases · Petersoj/alpaca-java
7.2
Release 7.2:
- Adds latest trade, latest quote, and snapshot(s) endpoints.
- Adds
WebsocketStateListener
to manually listen to Websocket state changes (onConnected
, onDisconnected
, and onError
).
7.1.1
Fixes locality and sub-penny currency formatting.
7.1
- Adds notional and fractional share methods (if you're using the Paper endpoint, you must reset your account to enable this feature).
- Fixes getAccountActivities
- General clean up and bug fixes
7.0
- Implemented Market Data v2 API
- Remove Polygon API completely due to Alpaca no longer supporting it
- Initial unit tests added (both live and mocked)
- Bug fixes and code cleanup
6.1
Use SLF4j and patches a few bugs. See Logger section in README.
6.0
Adds the new Alpaca market data API via #71 and includes other bug fixes.
5.4
Add MD5 checksum verification checks for Maven Central and this repo
5.2
Bug fixes and Trailing Stop Orders