Skip to content

Releases: iotaledger/inx-chronicle

v1.0.0-beta.22

07 Oct 07:53
54cd662
Compare
Choose a tag to compare
v1.0.0-beta.22 Pre-release
Pre-release

⚠ BREAKING CHANGES

  • db: direct dto conversion (#752)

Features

  • api: additional raw endpoints (#757) (e27e38f)
  • db: add created index statistics to log (#760) (ae2205d)
  • db: add document count to MongoDbCollectionExt trait (#719) (7d284fd)
  • docker: bump Hornet to v2.0-rc (#754) (b7c9fd1)
  • improve MongoDb connection string handling (#769) (c1c9eaf)

Bug Fixes

  • api: deserialization error in api/analytics/v2/ledger/storage-deposit (#762) (7be594e)
  • inx: fix ledger output rent structure logic (#759) (9bafb00), closes #761 #85
  • revert deny_unknown_fields for top-level of config (#773) (e62f837)
  • types: conditionally import context (#774) (5086c7b)

Miscellaneous Chores

v1.0.0-beta.21

27 Sep 16:01
6cc6bb7
Compare
Choose a tag to compare
v1.0.0-beta.21 Pre-release
Pre-release

Features

  • inx: update to latest version of packable and bee-inx (#729) (d6d1120), closes #735

Bug Fixes

v1.0.0-beta.20

23 Sep 15:20
dfc2e82
Compare
Choose a tag to compare
v1.0.0-beta.20 Pre-release
Pre-release

Bug Fixes

  • db: enforce transaction blocks output lookup sort order (#730) (aeddb04)

v1.0.0-beta.19

22 Sep 15:37
9e183fe
Compare
Choose a tag to compare
v1.0.0-beta.19 Pre-release
Pre-release

Features

  • api: allow configuring argon for JWT (#601) (d696a6a)
  • metrics: add MongoDB panel to Grafana (#712) (1c43dba)

Bug Fixes

v1.0.0-beta.18

20 Sep 16:15
42dda60
Compare
Choose a tag to compare
v1.0.0-beta.18 Pre-release
Pre-release

Features

  • add claiming endpoint to anlytics/v2 (#692) (4ecad7b)
  • db: use a materialized view for ledger updates (#698) (493ab8e)

Bug Fixes

  • ci: fix canary build and re-enable docs (#690) (973349f)

v1.0.0-beta.17

15 Sep 15:37
da624f1
Compare
Choose a tag to compare
v1.0.0-beta.17 Pre-release
Pre-release

Features

  • db: separate ledger/protocol_param logic from collections (#677) (81178c8)

v1.0.0-beta.16

15 Sep 10:35
6507ee7
Compare
Choose a tag to compare
v1.0.0-beta.16 Pre-release
Pre-release

⚠ BREAKING CHANGES

  • db: separate database collections into individual types (#626) (#650)

Features

Bug Fixes

v1.0.0-beta.15

09 Sep 18:29
178d861
Compare
Choose a tag to compare
v1.0.0-beta.15 Pre-release
Pre-release

Bug Fixes

  • ci: start mongo in coverage CI (cbca6a3)
  • config: fix wrong config reset (#642) (9c468dd)

v1.0.0-beta.14

30 Aug 16:36
ad91bf3
Compare
Choose a tag to compare
v1.0.0-beta.14 Pre-release
Pre-release

Features

  • db: add some basic db tests (#567) (68d03af)
  • db: make connection pool size configurable (#613) (fca6560)
  • inx: check for stale database before syncing (#616) (a6d8b41)

Bug Fixes

  • ci: install protoc in udeps workflow (#617) (f245971)

v1.0.0-beta.13

29 Aug 15:08
262027a
Compare
Choose a tag to compare
v1.0.0-beta.13 Pre-release
Pre-release

Features

  • db: use db.run_command for faster bulk updates (#604) (efa5499)