Skip to content

Releases: polygon-io/client-jvm

Request options, iterators, and refreshed APIs

21 Dec 21:02
803121d
Compare
Choose a tag to compare

Lot's of new things in this release!

What's Changed

Full Changelog: v4.0.0...v4.1.0

Upgrade Ktor Dependency

31 Oct 14:41
c0cff5f
Compare
Choose a tag to compare

Update the core dependency that this library relies on: Ktor 1.6.7 -> 2.1.3.

Shout-out to @zhemaituk for taking the time to contribute this change!

Breaking Changes

You're unlikely to see any breaking changes if you're using this library, however since this is a major version update of our core dependency, consider checking the Ktor changelog for anything that might affect your code if you were using Ktor for other things.

What's Changed

New Contributors

Full Changelog: v3.0.0...v4.0.0

Update many dependencies

20 Jun 13:49
3224374
Compare
Choose a tag to compare

Update to many of the dependencies that this library uses:

  • Kotlin: 1.3.61 -> 1.6.10
  • Ktor: 1.3.1 -> 1.6.7
  • kotlin-builder: 1.1.0 -> 1.2.1

Huge thanks to @ssoper and @vadims-grusas for doing the heavy lifting here!

Breaking Changes

See the changelogs for Kotlin and Ktor for a list of breaking changes as a result of dependency updates.
In particular, the use of the experimental Ktor CIO engine no longer works if you're trying to use websocket functionality.
(This should not affect anyone using the default http client when using this library)

What's Changed

New Contributors

Full Changelog: v2.0.0...v3.0.0

Support Tickers V3 API

15 Sep 14:16
1eb3e7d
Compare
Choose a tag to compare

Breaking Changes

  • PolygonReferenceClient.getSupportedTickers Updated to use Polygon.io's new Tickers v3 API (v2 has been completely deprecated and removed). Huge thanks to @clarkpd for contributing this update!

Add options path enum

27 Aug 19:16
98029e0
Compare
Choose a tag to compare
v1.3.0

add options path enum (#21)

Add vwap to AggregateDTO

09 Jun 15:05
b7b9f2b
Compare
Choose a tag to compare
add vwap to agg DTO (#18)

* add vwap to agg DTO

* update version in README

* add drone yml signature

Add preMarket attribute to stocks daily open/close DTO

05 Apr 21:19
ea1768a
Compare
Choose a tag to compare
v1.2.1

add preMarket param to stocks daily open/close (#15)

Fixes for stocks daily open/close

05 Apr 14:41
166a12d
Compare
Choose a tag to compare
  • Support stocks daily open/close unadjusted param (see docs for details)
  • Change stocks#DailyOpenCloseDTO.volume to a Double to handle volume adjusted for splits

Support limit query param in aggregates requests

05 Jan 15:20
6e8e3b1
Compare
Choose a tag to compare

limit is now an optional parameter (defaults to 5,000) in AggregatesParameters. See the API documentation for the polygon.io aggregates API for more information on the limit parameter.

Thanks to @mkahramana for contributing this fix!

1.1.0

14 Jul 16:15
046cb1a
Compare
Choose a tag to compare
  • Updated gradle version
  • Made http client more configurable
  • Updated sample with more configuration options