Releases: iotaledger/inx-chronicle
Releases · iotaledger/inx-chronicle
v1.0.0-beta.32
v1.0.0-beta.31
⚠ BREAKING CHANGES
- indexer: add indexed id to fix implicit aliases and nfts (#1075)
Bug Fixes
- analytics: only calculate analytics after chronicle is synced (#1065) (3568cfe)
- ci: fix
format
arguments (#1042) (77c03cd) - ci: generalize license template regex (#1058) (bf57230)
- db: slow newest/oldest milestone query (#1071) (5e3b9f9)
- grafana: remove deprecated panel (#1040) (87f5b42)
- indexer: add indexed id to fix implicit aliases and nfts (#1075) (c37a5cb)
v1.0.0-beta.30
v1.0.0-beta.29
⚠ BREAKING CHANGES
- config: Remove ambiguity from CLI config (#1010)
- remove
loki
(#1009) - config: re-design and clean-up configuration (#979)
Features
- config: Remove ambiguity from CLI config (#1010) (399457d)
- refactor: add additional clippy lints (#989) (6ec481c)
- remove
loki
(#1009) (d9ec6ec)
Bug Fixes
- analytics: add
total_byte_cost
to ledger size analytics (#1028) (dcda7d6) - analytics: computation of daily active addresses (#1005) (77e3537)
- api: revert axum upgrade (#1021) (761a4f2)
- ci: fix coverage workflow (#1027) (ab38091)
- db: output activity analytics query (#1029) (5c14d88)
Code Refactoring
v1.0.0-beta.28
⚠ BREAKING CHANGES
- analytics: correctly count aliases and NFT activity (#943)
- influxdb: divide analytics and metrics databases (#942)
Features
- analytics: compute daily active addresses (#968) (04015f3)
- analytics: enable analytics selection in
fill-analytics
(#949) (0a8c841) - analytics: separate base token activity analytic into
booked
andtransferred
counts (#960) (5a533bd) - api: add proof-of-inclusion (PoI) endpoints (#854) (62545a2)
- api: update axum to 0.6 (#948) (f77ccfa)
- grafana: add time interval to panel titles (#964) (865c042)
- influxdb: divide analytics and metrics databases (#942) (7e0c0da)
Bug Fixes
v1.0.0-beta.27
v1.0.0-beta.26
v1.0.0-beta.25
⚠ BREAKING CHANGES
- influx: remove unnecessary
tag
fields (#909) - analytics: correctly calculate alias and NFT analytics (#887)
Features
- cli: add analytics timings to
fill-analytics
CLI command (#898) (de6f640) - cli: split
influxdb
feature properly (#870) (0cd627c) - docker: add
service_healthy
condition todocker-compose.yml
(#903) (77df296) - error: clean up errors with
eyre
lib (#811) (b4f803b) - grafana: improve display of
sync_time
(#895) (3ad260c)
Bug Fixes
- analytics: correctly calculate alias and NFT analytics (#887) (dce3d1c)
- db: total byte cost calculation (#897) (a28623d)
- docker: scale InfluxDB to bigger data (#889) (86d87b3)
- docs: cleanup explorer docs (#917) (c2f8d30)
- grafana: Further improves the performance of the analytics dashboard (#905) (925b1a3)
- grafana: show both
metrics
andanalytics
time (#914) (d390de6) - influx: remove unnecessary
tag
fields (#909) (6a5975d) - inx: dedicated
analytics_time
insync_time
metrics (#888) (e94c171) - inx: reorder sync process to always insert milestone last (#907) (4b97af7)
v1.0.0-beta.24
v1.0.0-beta.23
⚠ BREAKING CHANGES
- analytics: use InfluxDB for milestone sync time (#838)
- cli: refactor CLI and environment vars
- analytics: add missing stats (#821)
- analytics: add time-series analytics (#805)
- cli: rework CLI args usage (#725)
Features
- analytics: add missing stats (#821) (c655fde)
- analytics: add time-series analytics (#805) (e965092)
- analytics: use InfluxDB for milestone sync time (#838) (30353e7)
- cli: add
fill-analytics
command (#841) (0d0e2de) - cli: group CLI arguments and change INX config (#830) (c758809)
- cli: rework CLI args usage (#725) (ffa43d6)
- deps: remove dependency on
bee-inx
(#804) (65284b7) - deps: switch from
bee
toiota-types
(#813) (469dd4f) - grafana: add InfluxDB data source (#833) (6115593)
- inx: remove
LedgerUpdateStream
and manual chunks iter (#782) (8270bae) - test: add even more db query tests (#806) (55a6882)
- test: add more db query tests (#699) (9ffccbb)
- tracing: set max tracing level for release build to debug (#837) (f3b8e04)
- types: improve and test encoding of
KIND
(#816) (9c1b2b3)
Bug Fixes
- api: missing base token data in info response (#807) (a853b3e)
- build: add missing feature dependencies (#840) (18d3b7e)
- db: fix unwind stage in receipt queries (#786) (4ab1951)
- inx: fix missing milestone field (#817) (6ed564d)
- security: disable
rustc-serialize
feature (#823) (2e0d4f4) - shutdown: fix shutdown logic (#800) (3af58ea)