Skip to content

Latest commit

 

History

History
134 lines (103 loc) · 16.1 KB

File metadata and controls

134 lines (103 loc) · 16.1 KB

Changelog

3.0.1 - 2026-08-02

🐛 Bug Fixes

  • 212fa7f Add new PDF report format (#77)
  • 3220e09 (deps) Update all stable non-major dependencies (#75)
  • 4b23cd1 (deps) Update all stable non-major dependencies (#73)
  • a90f2c9 (deps) Update all stable non-major dependencies (#69)
  • 0301f4d (deps) Update dependency org.projectlombok:lombok to v1.18.46 (#68)
  • 09dc9f5 (deps) Update all stable non-major dependencies (#62)
  • 5b9502f Add new subclass field to LedgerEntry (#57)

📚 Documentation

  • 69797eb Add docs/ directory with code review and move RELEASE.md (#63)

⚙️ Miscellaneous

  • 1259d94 Ignore JDTLS files (#76)
  • 21b79cb (deps) Pin actions/checkout action to v7.0.0 (#74)
  • 9fe6031 (deps) Update actions/checkout action to v7 (#72)
  • e046a86 (deps) Pin dependencies (#70)
  • 86709bd (deps) Update actions/checkout digest to df4cb1c (#71)
  • 960691d (deps) Update orhun/git-cliff-action digest to f50e115 (#67)
  • 8559a06 (deps) Pin dependencies (#61)
  • bb90ef1 (deps) Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1 (#60)
  • 508315f (deps) Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.15.0 (#59)
  • 3d09af0 (deps) Update all stable non-major dependencies (#58)
  • 366d9e3 (deps) Update all stable non-major dependencies (#56)
  • 0475e2f (deps) Update all stable non-major dependencies (#55)
  • 926c096 (doc) Update release process summary (#54)
  • 6280f8c (readme) Update dependency version (#53)

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