Skip to content

Releases: cardano-community/koios-go-client

v1.5.0

02 Oct 17:56
v1.5.0
61a00a0
Compare
Choose a tag to compare

Changelog

  • 61a00a0 feat: add Deprecated notice for v1.module

v1.3.0

22 Aug 12:08
v1.3.0
5d016d7
Compare
Choose a tag to compare

Changelog

  • bc4b8fe revert: lovelace aliases and Tip type changes
  • 01b14b2 fix: manage unix timestamp as Time (#33)
  • 445fcd0 feat: add lovelace aliases
  • 34d3a1a ci: update github action configs
  • 5d016d7 fix: update other Time related fields + api change

v1.2.0

25 Apr 09:59
v1.2.0
4bc6513
Compare
Choose a tag to compare

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

10 Apr 15:12
v1.1.0
b34a385
Compare
Choose a tag to compare

Changelog

  • b62de27 fix: tx list and update docs
  • 19ddd16 fix: address assets
  • 7f3794c feat: add pool live_pledge to info res
  • 75b3bfa feat: add block h and time to cred response

v1.0.1

10 Apr 13:11
v1.0.1
f536ac3
Compare
Choose a tag to compare

Changelog

v1.0.0

10 Apr 12:15
v1.0.0
c5a60e9
Compare
Choose a tag to compare

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

17 Mar 08:05
v0.5.0
2c4a006
Compare
Choose a tag to compare

Changelog

  • 2c4a006 fix: add req method at the start of the req
  • 4bd114f feat: update network tip endpoint epoch no

v0.4.0

17 Mar 01:27
v0.4.0
8fa067a
Compare
Choose a tag to compare

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

15 Mar 20:17
v0.3.0
3eb9f87
Compare
Choose a tag to compare

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

18 Feb 22:47
v0.2.3
0103f7c
Compare
Choose a tag to compare

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