Releases: cardano-community/koios-java-client
Releases Β· cardano-community/koios-java-client
v1.10-alpha
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
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
What's Changed
- Bump jackson-databind from 2.13.2 to 2.13.2.1 by @dependabot in #26
- Support Logging by Environment Variable by @edridudi in #27
- Version Bump to 1.6 by @edridudi in #28
Full Changelog: v1.5-alpha...v.1.6-alpha
v1.5-alpha
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
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
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
- /address_assets - asset_policy_hex => policy_id (#1331 (cardano-community/guild-operators#1331))
- /address_info - Add script_address and update utxo_set to include block_height, block_time, datum_hash (#1355 (cardano-community/guild-operators#1355))
- /address_txs - Add block_height and block_time to output (#1355 (cardano-community/guild-operators#1355))
- /blocks - height => block_height, size => block_size (#1355 (cardano-community/guild-operators#1355))
- /credential_txs - Add block_height and block_time to output (#1355 (cardano-community/guild-operators#1355))
- /asset_info - Add mint_cnt, burn_cnt, creation_time, minting_tx_hash, token_registry_metadata (#1355 (cardano-community/guild-operators#1355))
- /epoch_info - Add start_time , end_time (theoratical) (#1355 (cardano-community/guild-operators#1355))
- /pool_blocks - epoch_slot_no => epoch_slot, slot_no => abs_slot (#1331 (cardano-community/guild-operators#1331))
- /pool_blocks - block_no => block_height (#1331 (cardano-community/guild-operators#1331), #1355 (cardano-community/guild-operators#1355))
- /tip - epoch => epoch_no (#1355 (cardano-community/guild-operators#1355))
- /tx_info => Add native_scripts and plutus_contracts (#1355 (cardano-community/guild-operators#1355))
What's Changed
Full Changelog: v1.2-alpha...v1.3-alpha
v1.2-alpha
π 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
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
- Network