Skip to content

Releases: sornerol/chess-com-pubapi-java-wrapper

1.4.5

05 Dec 17:28

Choose a tag to compare

What's Changed

  • Updated the following dependencies and plugins:
    • Jackson
    • commons-io
    • maven-javadoc-plugin

Full Changelog: 1.4.4...1.4.5

1.4.4

06 Oct 19:15

Choose a tag to compare

What's Changed

  • Updated the following dependencies and plugins:
    • commons-io
    • lombok
    • maven-javadoc-plugin

Full Changelog: 1.4.3...1.4.4

1.4.3

07 Aug 16:57

Choose a tag to compare

What's Changed

  • Updated dependency version for commons-io.

Full Changelog: 1.4.2...1.4.3

1.4.2

02 Aug 03:37

Choose a tag to compare

What's Changed

  • Updated dependency version for jackson, lombok, maven-gpg-plugin, maven-source-plugin, and maven-javadoc-plugin.

Full Changelog: 1.4.1...1.4.2

1.4.1

01 Aug 19:57
0d632fc

Choose a tag to compare

What's Changed

  • Added enum value STANDARD("standard") as a valid TimeClass.

Full Changelog: 1.4.0...1.4.1

1.4.0

21 Jul 15:03
c7c6f21

Choose a tag to compare

What's Changed

  • Added win_count, loss_count, and draw_count fields to LeaderboardEntry
  • Added Puzzle Rush and Puzzle Battle leaderboards.

Full Changelog: 1.3.0...1.4.0

1.3.0

19 May 20:31
1778179

Choose a tag to compare

What's Changed

  • Added tcn, uuid, and initial_setup fields to ArchiveGame
  • Added uuid field to PlayerDetail

Full Changelog: 1.2.0...1.3.0

1.2.0

22 Apr 21:38
4795372

Choose a tag to compare

What's Changed

  • Add new fields verified and league to player (thank you Jochengehtab).
  • Unrecognized fields will no longer cause an UnrecognizedPropertyException in Jackson.
  • Project dependencies updated.

Full Changelog: 1.1.0...1.2.0

1.1.0

26 Mar 19:04

Choose a tag to compare

What's Changed

  • Allow setting a User-Agent header per Chess.com's rate limiting policy.
  • Added a configurable retry strategy when receiving a 429 response code.

Full Changelog: 1.0.0...1.1.0

Initial release

26 Mar 16:11
347b285

Choose a tag to compare

Initial release of the API wrapper. All of the known API endpoints have been implemented.

Two features have yet to be implemented:

  • Request retries when receiving a 429 response code from Chess.com
  • Allow for specifying a User-Agent per Chess.com's rate limiting policy.