Releases: cardano-community/koios-go-client
Releases · cardano-community/koios-go-client
v1.5.0
v1.3.0
v1.2.0
Changelog
- 86fe4cb update epoch json tags and data types
- 50f167e fix: update asset field types to simplify calculations
- 5129a26 fix: tx meta key is now string instead of int
- 417009a fix: block json tags and handle invalid dates
- 7bcb605 fix: PoolBlockInfo fields aand json unmarshal
- 97de227 fix: AddressTx fields aand json unmarshal
- ec7648f feat: change NumConfirmations to Confirmations
- 463c346 feat: add AlonzoGenesisMap to parse str to map
v1.1.0
v1.0.1
v1.0.0
Changelog
This release is freezing API function signatures and these will not change without major version bump.
Therefore this library is now production ready and default import will not introduce breaking changes in your applications.
- 6ecd14d fix: transaction metadata labels are now strings
- dd7946d fix: script_redeemers endpoint
- 53e7152 fix: pool_metadata endpoint
- a7f984f fix: pool_info tests
- fa6ab90 fix: plutus_script_list endpoint
- 1c3bbc0 feat: upgrade block_info endpoint
- d7b1b08 feat: test query and header vals
- 07b56ef feat: split GetBlockInfo and GetBlocksInfo
- 78ff0f9 feat: increase burst limit from 5 to 10 req p/s
- 35374c0 feat: implement paging and ordering
- 74002ce feat: add filtering and req options
v0.5.0
v0.4.0
Changelog
- 7e1ff16 refactor: ensure that NewRequestWithContext is checked
- 47a4d9d refactor: enhance option err checks
- 2ba46d9 fix: tx submit err handling
- d2388b5 fix: cloned client url ref to parent client
- adc4fe3 fix: ClientTraceConfig to prevent data race
- 497e60a feat: implmenet asset_policy_info enpoint
- 55ccf59 feat: implement pool_history endpoint
- 8fa067a feat: implement plutus script list
- 58f0f69 feat: implement native_script_list endpoint
- a93f43f feat: export helper methods to parse plain htp responses
- 5b7b6b0 feat: add asset_history endpoint
v0.3.0
Changelog
- f542a7e refactor: lib client api #9
- ff3c373 fix: reduce superfluous ignored err checks
- abc2a03 fix: apply origin header
- 0d6518a feat: secure way how options applied
- f09aa1f feat: remove client mutexes
- ed72715 feat: reduce Client fields in favor of url.URL
- bd0276a feat: deprecate TotalRequests
- 25c8196 feat: add Client WithOptions
- c6b8dd2 feat(client): enhance rate limiter
- fef04db docs(markdown): fix readme toc
- 3eb9f87 doc: update readme example
- 2147901 ci: upgrade ci setup go
- db8dbb1 ci(setup-go): remove deprecated prop stable
v0.2.3
Changelog
- fe0afb7 refactor: simplify scripts api
- e4d5fac refactor: add readAndUnmarshalResponse to wrap internal res parsing
- bdfa99a fix: report 404 early in response parsing
- 3bced28 fix: remove redundant err checks on c.request
- 089d9e6 fix: http error res when stats are enabled
- adbc2d2 doc: add missing godoc comments
- fd32aaf ci: use 1.18.0-rc1 in test matrix
- 1a42fd4 ci: upgrade to actions/setup-go@v2
- 83a4373 ci: tmp disable 1.18 actions/setup-go#191
- fa0acd0 ci: fix codecov/codecov-action@v2 conf
- 16c3d27 ci: enable go matrix for 1.18 rc1
- 7c59190 ci: enable codecov
- f37776e ci: add codecov badge and link