|
2 | 2 |
|
3 | 3 | ## Unreleased changes |
4 | 4 |
|
| 5 | +## [0.11.0] - 2025-06-25 |
| 6 | + |
5 | 7 | Database schema version: 1 |
6 | 8 |
|
7 | 9 | ### Added |
8 | 10 |
|
9 | 11 | - Affected accounts now include accounts that have their plt balance changed as part of block item summary outcomes. |
10 | 12 | - Added database migration logic. |
11 | 13 |
|
12 | | -## 0.10.0 |
| 14 | +## [0.10.0] |
13 | 15 |
|
14 | 16 | Database schema version: 1 |
15 | 17 |
|
16 | 18 | - Added support for suspension related transaction events and special outcomes. |
17 | 19 |
|
18 | | -## 0.9.0 |
| 20 | +## [0.9.0] |
19 | 21 |
|
20 | 22 | - Moved the postgres feature from the Rust SDK into this crate as its own code. |
21 | 23 | - Updated the CI Rust version to 1.73 |
22 | 24 |
|
23 | | -## 0.8.0 |
| 25 | +## [0.8.0] |
24 | 26 |
|
25 | 27 | - Add support for node version 6. This is a breaking change and this version |
26 | 28 | of the logger only supports node version 6. |
27 | 29 |
|
28 | | -## 0.7.4 |
| 30 | +## [0.7.4] |
29 | 31 |
|
30 | 32 | - Add support for TLS connection to the node. If the node URL starts with |
31 | 33 | `https` then a TLS connection will be attempted. The service takes certificate |
32 | 34 | roots from the host on which it is running. |
33 | 35 |
|
34 | | -## 0.7.3 |
| 36 | +## [0.7.3] |
35 | 37 |
|
36 | 38 | - Add options `TRANSACTION_LOGGER_CONNECT_TIMEOUT` (default 10s) and |
37 | 39 | `TRANSACTION_LOGGER_REQUEST_TIMEOUT` (default 60s) for timing out the initial |
38 | 40 | connection to the node, and each request to the node. |
39 | 41 |
|
40 | | -## 0.7.2 |
| 42 | +## [0.7.2] |
41 | 43 |
|
42 | 44 | - Fix bug in CIS2 event parsing. Events emitted by contract init were not |
43 | 45 | logged. |
44 | 46 |
|
45 | | -## 0.7.1 |
| 47 | +## [0.7.1] |
46 | 48 |
|
47 | 49 | - Fix bug in parameter size limit parsing for protocol 5. |
48 | 50 |
|
49 | | -## 0.7.0 |
| 51 | +## [0.7.0] |
50 | 52 |
|
51 | 53 | - Add support for protocol 5. |
52 | 54 |
|
53 | | -## 0.6.0 |
| 55 | +## [0.6.0] |
54 | 56 |
|
55 | 57 | - Add an extra table to record the list of CIS2 tokens on each smart contract. |
56 | 58 |
|
57 | | -## 0.5.0 |
| 59 | +## [0.5.0] |
58 | 60 |
|
59 | 61 | - Use Rust SDK V2. |
60 | 62 | - The logger now requires the V2 GRPC API. |
61 | 63 | - Minimum Rust version is bumped to 1.61 |
62 | 64 | - `TRANSACTION_LOGGER_RPC_TOKEN` is no longer supported |
63 | 65 |
|
64 | | -## 0.4.0 |
| 66 | +## [0.4.0] |
65 | 67 |
|
66 | 68 | - Bump Node SDK. |
67 | 69 | - Revise log levels. |
68 | 70 |
|
69 | | -## 0.3.1 |
| 71 | +## [0.3.1] |
70 | 72 |
|
71 | 73 | - Fix parsing of level1 and root key updates in block summaries. |
72 | 74 |
|
73 | | -## 0.3.0 |
| 75 | +## [0.3.0] |
74 | 76 | - Support for node version 4 API. |
75 | 77 | - Support delegation and new contract events. |
0 commit comments