Skip to content

Releases: cardano-community/koios-java-client

v1.10-alpha

05 May 02:31
3ceefcd
Compare
Choose a tag to compare
v1.10-alpha Pre-release
Pre-release

What's Changed

  • Wrong Data Type for Metadata Key Field (Long -> String) + Enhancement: Support ordering by block height for Address Information UTxO + Bump Version to 1.9 by @edridudi in #33
  • /pool_metadata - Add optional _pool_bech32_id argument by @edridudi in #34
  • Remove Pool Delegators Limit Test by @edridudi in #35
  • Bump swagger-annotations from 2.1.13 to 2.2.0 by @dependabot in #36
  • Version 1.10 Content by @edridudi in #42
  • Bump lombok from 1.18.22 to 1.18.24 by @dependabot in #39
  • Bump bucket4j-core from 7.3.0 to 7.5.0 by @dependabot in #41
  • Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 by @dependabot in #37

Full Changelog: v1.8-alpha...v1.10-alpha

v1.8-alpha

29 Mar 11:12
9fde5af
Compare
Choose a tag to compare
v1.8-alpha Pre-release
Pre-release

What's Changed

  • Metadata Serialization Error Fix by @edridudi in #29
  • Bump jackson-databind from 2.13.2.1 to 2.13.2.2 by @dependabot in #30
  • BugFix: IllegalStateException: Already executed Upon Retrofi2 Retry + Version Bump to 1.7 by @edridudi in #31
  • Bug Fix: Wrong Data Type for Metadata Key Field + Error Details Missing in Result Response + Version Bump to 1.8 by @edridudi in #32

Full Changelog: v.1.6-alpha...v1.8-alpha

v1.6-alpha

27 Mar 11:18
af934f7
Compare
Choose a tag to compare
v1.6-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v1.5-alpha...v.1.6-alpha

v1.5-alpha

11 Mar 11:23
Compare
Choose a tag to compare
v1.5-alpha Pre-release
Pre-release

What's Changed

  • java Version Downgrade to 11 + Fixes + Javadoc by @edridudi in #23
  • Bump maven-compiler-plugin from 3.10.0 to 3.10.1 by @dependabot in #24
  • Version Bump -> 1.5 + Retry Mechanism by @edridudi in #25

Full Changelog: v1.4-alpha...v1.5-alpha

v1.4-alpha

07 Mar 12:12
Compare
Choose a tag to compare
v1.4-alpha Pre-release
Pre-release

What's Changed

  • Bump bucket4j-core from 7.2.0 to 7.3.0 by @dependabot in #21
  • Bump jackson-databind from 2.13.1 to 2.13.2 by @dependabot in #20
  • AND, OR, NOT Logical Operators Fix + Version Bump by @edridudi in #22
  • Advanced Query Example Added to Readme

Full Changelog: v1.3-alpha...v1.4-alpha

v1.3-alpha

06 Mar 09:10
Compare
Choose a tag to compare
v1.3-alpha Pre-release
Pre-release

There were a few breaking changes for changes to the API layer based on feedback received from the community.

πŸš€ Enhancements

New endpoints

  • New Endpoint: Native Script List
  • Endpoint Renamed: Script List -> Plutus Script List

Query (input) changes on existing endpoints

  • Block Info Endpoint can now respond with Block Information per block hashes requested (GET -> POST)

Query (output) changes on existing endpoints

What's Changed

Full Changelog: v1.2-alpha...v1.3-alpha

v1.2-alpha

22 Feb 01:00
Compare
Choose a tag to compare
v1.2-alpha Pre-release
Pre-release

πŸš€ Enhancements

  • Single Object Response Per Specific Endpoints
  • Some More Test Coverage

πŸ”§ Bug Fixes

  • NullPointerException on Options Object
  • Missing Pagination Support for Some Endpoints
  • Sorting & Filtering Support (closes #7 and #8).

Full Changelog: v1.1-alpha...v1.2-alpha

v1.1-alpha

13 Feb 21:43
Compare
Choose a tag to compare
v1.1-alpha Pre-release
Pre-release

Koios Java Client V1.1-alpha

Features:

  • Synchronous REST messaging using java objects
  • Structured Java Objects logging
  • Pagination (Limit and Offset) Supported
  • Rate Control
  • Supported REST Services:
    • Network
      • Chain Tip
      • Genesis Info
      • Historical Tokenomic Statistics
    • Epoch
      • Epoch Information
      • Epoch's Protocol Parameters
    • Block
      • Block List
      • Block Information
      • Block Transactions
    • Transactions
      • Transaction Information
      • Transaction UTxOs
      • Transaction Metadata
      • Transaction Metadata Labels
      • Transaction Submission
      • Transaction Status (Block Confirmations)
    • Address
      • Address Information
      • Address Transactions
      • Transactions from Payment Credentials
      • Address Assets
    • Account
      • Account List
      • Account Information
      • Account Rewards
      • Account Updates (History)
      • Account Addresses
      • Account Assets
      • Account History
    • Asset
      • Asset List
      • Asset Address List
      • Asset Information
      • Asset History
      • Asset Policy Information
      • Asset Summary
      • Asset Transaction History
    • Pool
      • Pool List
      • Pool Information
      • Pool Delegators List
      • Pool Blocks
      • Pool Updates (History)
      • Pool Relays
      • Pool Metadata
    • Script
      • Script List
      • Script Redeemers