Skip to content

Commit 4ae015a

Browse files
authored
Merge pull request #37 from Concordium/bump-version
Bump version
2 parents b2d5eff + e7a3154 commit 4ae015a

3 files changed

Lines changed: 17 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,74 +2,76 @@
22

33
## Unreleased changes
44

5+
## [0.11.0] - 2025-06-25
6+
57
Database schema version: 1
68

79
### Added
810

911
- Affected accounts now include accounts that have their plt balance changed as part of block item summary outcomes.
1012
- Added database migration logic.
1113

12-
## 0.10.0
14+
## [0.10.0]
1315

1416
Database schema version: 1
1517

1618
- Added support for suspension related transaction events and special outcomes.
1719

18-
## 0.9.0
20+
## [0.9.0]
1921

2022
- Moved the postgres feature from the Rust SDK into this crate as its own code.
2123
- Updated the CI Rust version to 1.73
2224

23-
## 0.8.0
25+
## [0.8.0]
2426

2527
- Add support for node version 6. This is a breaking change and this version
2628
of the logger only supports node version 6.
2729

28-
## 0.7.4
30+
## [0.7.4]
2931

3032
- Add support for TLS connection to the node. If the node URL starts with
3133
`https` then a TLS connection will be attempted. The service takes certificate
3234
roots from the host on which it is running.
3335

34-
## 0.7.3
36+
## [0.7.3]
3537

3638
- Add options `TRANSACTION_LOGGER_CONNECT_TIMEOUT` (default 10s) and
3739
`TRANSACTION_LOGGER_REQUEST_TIMEOUT` (default 60s) for timing out the initial
3840
connection to the node, and each request to the node.
3941

40-
## 0.7.2
42+
## [0.7.2]
4143

4244
- Fix bug in CIS2 event parsing. Events emitted by contract init were not
4345
logged.
4446

45-
## 0.7.1
47+
## [0.7.1]
4648

4749
- Fix bug in parameter size limit parsing for protocol 5.
4850

49-
## 0.7.0
51+
## [0.7.0]
5052

5153
- Add support for protocol 5.
5254

53-
## 0.6.0
55+
## [0.6.0]
5456

5557
- Add an extra table to record the list of CIS2 tokens on each smart contract.
5658

57-
## 0.5.0
59+
## [0.5.0]
5860

5961
- Use Rust SDK V2.
6062
- The logger now requires the V2 GRPC API.
6163
- Minimum Rust version is bumped to 1.61
6264
- `TRANSACTION_LOGGER_RPC_TOKEN` is no longer supported
6365

64-
## 0.4.0
66+
## [0.4.0]
6567

6668
- Bump Node SDK.
6769
- Revise log levels.
6870

69-
## 0.3.1
71+
## [0.3.1]
7072

7173
- Fix parsing of level1 and root key updates in block summaries.
7274

73-
## 0.3.0
75+
## [0.3.0]
7476
- Support for node version 4 API.
7577
- Support delegation and new contract events.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "transaction-logger"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)