Skip to content

Latest commit

 

History

History
101 lines (77 loc) · 11.5 KB

File metadata and controls

101 lines (77 loc) · 11.5 KB

Changelog

3.0.0 - 2025-11-29

⛰️ Features

  • 13accb9 [breaking] Search Assets endpoint result by pair name and altname (#47)

🐛 Bug Fixes

  • 9578cb4 Improve staking reward filter and underlying asset detection (#49)
  • 6019526 Avoid NPE if zip stream is empty in RetrieveExport endpoint (#48)
  • 04886c6 Avoid sending null params for AssetPairs endpoint (#46)

⚙️ Miscellaneous

  • b687d5f (pom) Sonatype requires name in library POM (#52)
  • fa63aac (java) [breaking] Update to Java 25 (#51)
  • 9feb33e (examples) Add yearly totals in staking rewards summary (#50)
  • 2caef2f Update log4j2 status level from info to warn (#45)
  • c9c64e3 (deps) Update actions/checkout action to v6 (#44)
  • fb2afbf (deps) Update dependency org.codehaus.mojo:exec-maven-plugin to v3.6.2 (#43)
  • 2a2455b (deps) Update all stable non-major dependencies (#42)
  • b9b46e5 (deps) Update actions/setup-java action to v5 (#41)
  • 9ab82f4 (deps) Update actions/checkout action to v5 (#40)
  • 459df18 (deps) Update all stable non-major dependencies (#39)
  • bf93d4c (deps) Update all stable non-major dependencies (#38)
  • c70d85a (deps) Update all stable non-major dependencies (#37)
  • 44cfa69 (deps) Update all stable non-major dependencies (#36)
  • c3daf7f (deps) Update dependency com.fasterxml.jackson:jackson-bom to v2.18.3 (#35)
  • 8340cca (deps) Update all stable non-major dependencies (#34)
  • 95a3e75 (deps) Update all stable non-major dependencies (#32)
  • 335d136 (ci) Add GitHub Actions workflow for building PRs (#33)
  • f942b94 (readme) Improve README (#29)
  • 6fc5676 (examples) Faster reward summary generation (#30)
  • 3b5bb1b (deps) Auto-merge Renovate PRs every month (#28)

2.1.0 - 2024-12-26

⛰️ Features

  • 934b794 Implement report endpoints, add EOY Balance example (#24)

⚙️ Miscellaneous

  • 66aabb5 (readme) Update README for v2.1.0
  • bb94609 (deps) Update all non-major dependencies (#20)
  • 0cee177 (java) Explicitly specify annotation processors (#26)
  • 8aaa739 (deps) Update orhun/git-cliff-action action to v4 (#22)
  • 274ddb2 (doc) Document the release process (#19)
  • b9e7684 (readme) Update README for v2

2.0.0 - 2024-03-29

⛰️ Features

  • 7bc46b8 [breaking] Ability to specify custom nonce generator (#16)
  • 34915c4 [breaking] Implement Ticker, Ledgers and QueryLedgers endpoints (#12)
  • 2d7e766 Add SLF4J library (#11)
  • 47b5d94 [breaking] Return JsonNode instead of String for API calls (#3)

🚜 Refactor

  • b047f47 [breaking] Adopt a more object-oriented approach (#8)

⚙️ Miscellaneous

  • 8028610 (publish) Update central-publishing plugin config
  • 6a81fd4 (deps) Update all non-major dependencies (#6)
  • ab3c048 (examples) Usage of nested POST parameters (#15)
  • ed6487a (java) [breaking] Update to Java 21 (#7)
  • 0d9b0da (deps) Update dependency org.codehaus.mojo:exec-maven-plugin to v3.2.0 (#2)
  • abd3026 (deps) Update orhun/git-cliff-action action to v3 (#5)
  • 698c584 (deps) Add Renovate configuration file
  • 5cc538c (readme) Add link to Sonatype on maven-central badge

1.0.0 - 2024-01-30

Others