From 8a838e6ea8cf4f5d9f6dbce04f6656b5340ca5ed Mon Sep 17 00:00:00 2001 From: Andrew Low Date: Mon, 27 May 2024 17:37:15 -0400 Subject: [PATCH] release v0.3.1 --- .changelog/692.bugfix.md | 1 - .changelog/693.bugfix.md | 1 - .changelog/694.bugfix.md | 1 - .changelog/695.bugfix.md | 1 - .changelog/696.feature.md | 1 - .changelog/697.bugfix.md | 1 - .changelog/698.feature.md | 1 - .punch_version.py | 2 +- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 9 files changed, 28 insertions(+), 8 deletions(-) delete mode 100644 .changelog/692.bugfix.md delete mode 100644 .changelog/693.bugfix.md delete mode 100644 .changelog/694.bugfix.md delete mode 100644 .changelog/695.bugfix.md delete mode 100644 .changelog/696.feature.md delete mode 100644 .changelog/697.bugfix.md delete mode 100644 .changelog/698.feature.md diff --git a/.changelog/692.bugfix.md b/.changelog/692.bugfix.md deleted file mode 100644 index 7f5fd3be5..000000000 --- a/.changelog/692.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -metrics: dont create new 'api_request_latencies_buckets' for 404s diff --git a/.changelog/693.bugfix.md b/.changelog/693.bugfix.md deleted file mode 100644 index cde4561fd..000000000 --- a/.changelog/693.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -analyzer: make node stats analyzer more robust to unsupported runtimes diff --git a/.changelog/694.bugfix.md b/.changelog/694.bugfix.md deleted file mode 100644 index 3aac25269..000000000 --- a/.changelog/694.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -evm_tokens: use right error struct diff --git a/.changelog/695.bugfix.md b/.changelog/695.bugfix.md deleted file mode 100644 index 1280f806f..000000000 --- a/.changelog/695.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -tests/e2e_regression/edenfast: copy sourcify rpc-cache from eden diff --git a/.changelog/696.feature.md b/.changelog/696.feature.md deleted file mode 100644 index ee4681288..000000000 --- a/.changelog/696.feature.md +++ /dev/null @@ -1 +0,0 @@ -add support for pontusx_test, rename existing pontusx runtime to pontusx_dev diff --git a/.changelog/697.bugfix.md b/.changelog/697.bugfix.md deleted file mode 100644 index 9b17ee0c9..000000000 --- a/.changelog/697.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -db: augment accounts_related_transactions_address index diff --git a/.changelog/698.feature.md b/.changelog/698.feature.md deleted file mode 100644 index 987d9faa3..000000000 --- a/.changelog/698.feature.md +++ /dev/null @@ -1 +0,0 @@ -api: add num_txns stat for consensus accounts diff --git a/.punch_version.py b/.punch_version.py index 31aa2c800..7ae04e531 100644 --- a/.punch_version.py +++ b/.punch_version.py @@ -1,3 +1,3 @@ major = 0 minor = 3 -patch = 0 +patch = 1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f2cc6fce..ebfaacad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,33 @@ The format is inspired by [Keep a Changelog]. +## 0.3.1 (2024-05-27) + +### Features + +- add support for pontusx_test, rename existing pontusx runtime to pontusx_dev + ([#696](https://github.com/oasisprotocol/nexus/issues/696)) + +- api: add num_txns stat for consensus accounts + ([#698](https://github.com/oasisprotocol/nexus/issues/698)) + +### Bug Fixes and Improvements + +- metrics: dont create new 'api_request_latencies_buckets' for 404s + ([#692](https://github.com/oasisprotocol/nexus/issues/692)) + +- analyzer: make node stats analyzer more robust to unsupported runtimes + ([#693](https://github.com/oasisprotocol/nexus/issues/693)) + +- evm_tokens: use right error struct + ([#694](https://github.com/oasisprotocol/nexus/issues/694)) + +- tests/e2e_regression/edenfast: copy sourcify rpc-cache from eden + ([#695](https://github.com/oasisprotocol/nexus/issues/695)) + +- db: augment accounts_related_transactions_address index + ([#697](https://github.com/oasisprotocol/nexus/issues/697)) + ## 0.3.0 (2024-05-10) ### Process Changes