Releases: dashpay/rs-tenderdash-abci
Releases · dashpay/rs-tenderdash-abci
Release list
v1.5.1
Changed
- MSRV bumped to
1.88(was1.85) — required by thezip8.5 build-dependency intenderdash-proto-compiler. Consumers oftenderdash-protomust build with rustc ≥ 1.88. zipbuild-dependency updated from7.0to8.5intenderdash-proto-compiler(#193).- Reference Dockerfiles bumped from
rust:1.85-*torust:1.88-*.
Fixed
tenderdash-proto-compiler: actionable download-hint message and stale-archive cleanup in the Tenderdash source fetch script (#188).tenderdash-abcitests: updatedbollardimport to usebollard::models::ContainerCreateBody(bollard 0.20.2 dropped the re-export viabollard::secret::*).
CI / Build
actions/upload-artifact6 → 7 (#183).docker/setup-buildx-action3.12.0 → 4.0.0 (#185).docker/build-push-action6.18.0 → 7.0.0 (#186) and 7.0.0 → 7.1.0 (#194).actions/deploy-pages4 → 5 (#191).actions/configure-pages5 → 6 (#192).actions/upload-pages-artifact4 → 5 (#195).
Full Changelog: v1.5.0...v1.5.1
🤖 Co-authored by Claudius the Magnificent AI Agent
v1.5.0
What's Changed
- build: pre-release 1.5.0-dev.1 for td 1.5.0-dev.1 by @lklimek in #138
- build(deps): bump docker/build-push-action from 6.15.0 to 6.16.0 by @dependabot[bot] in #139
- chore: improve error displayed when protoc is missing by @lklimek in #140
- build(deps): bump docker/build-push-action from 6.16.0 to 6.17.0 by @dependabot[bot] in #142
- build(deps): update bollard requirement from 0.18 to 0.19 by @dependabot[bot] in #143
- build(deps): update zip requirement from 2.2 to 4.0 by @dependabot[bot] in #144
- build(deps): bump docker/build-push-action from 6.17.0 to 6.18.0 by @dependabot[bot] in #145
- build(deps): bump docker/setup-buildx-action from 3.10.0 to 3.11.1 by @dependabot[bot] in #149
- chore: added agent info by @QuantumExplorer in #156
- chore: tonic upgrade to 0.14 by @QuantumExplorer in #157
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #153
- build(deps): bump actions/upload-pages-artifact from 3 to 4 by @dependabot[bot] in #154
- refactor(proto): replace flex_error with thiserror by @lklimek in #159
- build(deps): update zip requirement from 4.0 to 5.0 by @dependabot[bot] in #158
- build: bump version to 1.5.0-dev.2 by @lklimek in #160
- build(deps): bump github/codeql-action from 3 to 4 by @dependabot[bot] in #161
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #164
- build(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #165
- build(deps): bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #166
- build(deps): bump docker/setup-buildx-action from 3.11.1 to 3.12.0 by @dependabot[bot] in #168
- build(deps): bump tracing-subscriber, ureq and zip dependencies, force bincode 2.0.0-rc.3 by @lklimek in #171
- build(deps): update bollard requirement from 0.19 to 0.20 by @dependabot[bot] in #170
- fix(proto): build tries to write outside Codex sandbox by @lklimek in #174
- refactor(proto-compiler): error handling minimizing panics by @lklimek in #175
- build(deps): bump bincode to 2.0.1 (only used in tests) by @lklimek in #176
- chore: release 1.5.0 for Tenderdash 1.5 by @lklimek in #177
- chore: backport 1.5.0 into develop by @lklimek in #178
Full Changelog: v1.4.0...v1.5.0
v1.5.0-dev.2
What's Changed
- build(deps): bump docker/build-push-action from 6.15.0 to 6.16.0 by @dependabot[bot] in #139
- chore: improve error displayed when protoc is missing by @lklimek in #140
- build(deps): bump docker/build-push-action from 6.16.0 to 6.17.0 by @dependabot[bot] in #142
- build(deps): update bollard requirement from 0.18 to 0.19 by @dependabot[bot] in #143
- build(deps): update zip requirement from 2.2 to 4.0 by @dependabot[bot] in #144
- build(deps): bump docker/build-push-action from 6.17.0 to 6.18.0 by @dependabot[bot] in #145
- build(deps): bump docker/setup-buildx-action from 3.10.0 to 3.11.1 by @dependabot[bot] in #149
- chore: added agent info by @QuantumExplorer in #156
- chore: tonic upgrade to 0.14 by @QuantumExplorer in #157
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #153
- build(deps): bump actions/upload-pages-artifact from 3 to 4 by @dependabot[bot] in #154
- refactor(proto): replace flex_error with thiserror by @lklimek in #159
- build(deps): update zip requirement from 4.0 to 5.0 by @dependabot[bot] in #158
- build: bump version to 1.5.0-dev.2 by @lklimek in #160
Full Changelog: v1.5.0-dev.1...v1.5.0-dev.2
v1.5.0-dev.1
v1.4.0
What's Changed
- feat(proto)!: serde feature to enable serde for all messages by @lklimek in #98
- build(deps): update bollard requirement from 0.17 to 0.18 by @dependabot in #113
- build(deps): update thiserror requirement from 1.0.58 to 2.0.3 by @dependabot in #112
- doc: clarify protoc requirements by @lklimek in #114
- build(deps): update pollster requirement from 0.3.0 to 0.4.0 by @dependabot in #110
- ci: test on stable rust, not nightly by @lklimek in #115
- fix(abci): invalid error returned when codec terminates by @lklimek in #117
- build(deps): enforce tonic >= 0.12.3 and update other dependencies by @lklimek in #116
- feat(proto)!: separate client and server feature by @lklimek in #118
- feat(abci): impl Hashable for ValidatorSet by @lklimek in #121
- build(deps): update derive_more requirement from 1.0 to 2.0 by @dependabot in #122
- build(deps): update ureq requirement from 2.10 to 3.0 by @dependabot in #120
- build!: bump alpine to 3.21, rust to 1.83 by @lklimek in #124
- build: enable dependabot for github actions by @lklimek in #125
- build(deps): bump actions/checkout from 2 to 4 by @dependabot in #130
- build(deps): bump actions/configure-pages from 3 to 5 by @dependabot in #129
- build(deps): bump actions/deploy-pages from 1 to 4 by @dependabot in #128
- build(deps): bump docker/setup-buildx-action from 2.4.1 to 3.9.0 by @dependabot in #127
- build(deps): bump docker/build-push-action from 4.0.0 to 6.14.0 by @dependabot in #126
- build(deps): bump actions/upload-pages-artifact from 1 to 3 by @dependabot in #131
- build(deps): bump github/codeql-action from 2 to 3 by @dependabot in #132
- build(deps): bump docker/setup-buildx-action from 3.9.0 to 3.10.0 by @dependabot in #133
- build(deps): bump docker/build-push-action from 6.14.0 to 6.15.0 by @dependabot in #134
- chore: upgrade to tonic 13 and bump rust version by @QuantumExplorer in #137
Full Changelog: v1.3.0+1.3.0...v1.4.0
v1.3.0+1.3.0
Important change
Definitions of features in Cargo.toml have changed. Carefully review features you use.
What's Changed
- feat(proto)!: serde feature to enable serde for all messages by @lklimek in #98
- build(deps): update bollard requirement from 0.17 to 0.18 by @dependabot in #113
- build(deps): update thiserror requirement from 1.0.58 to 2.0.3 by @dependabot in #112
- doc: clarify protoc requirements by @lklimek in #114
- build(deps): update pollster requirement from 0.3.0 to 0.4.0 by @dependabot in #110
- ci: test on stable rust, not nightly by @lklimek in #115
- fix(abci): invalid error returned when codec terminates by @lklimek in #117
- build(deps): enforce tonic >= 0.12.3 and update other dependencies by @lklimek in #116
- feat(proto)!: separate client and server feature by @lklimek in #118
- feat(abci): impl Hashable for ValidatorSet by @lklimek in #121
- build(deps): update derive_more requirement from 1.0 to 2.0 by @dependabot in #122
- build(deps): update ureq requirement from 2.10 to 3.0 by @dependabot in #120
Full Changelog: v1.2.1+1.3.0...v1.3.0+1.3.0
v1.2.1+1.3.0
What's Changed
- build(deps)!: update prost, tokio, tonic and other dependencies by @lklimek in #95
- build: update tokio to 1.40 and release 1.2.1 by @lklimek in #107
Full Changelog: v1.2.0+1.3.0...v1.2.1+1.3.0
v1.2.0+1.3.0
What's Changed
Full Changelog: v1.1.0...v1.2.0+1.3.0
v1.1.0
This release implements new fields that are part of tenderdash 1.1.0.
Supported versions fo Tenderdash components:
- ABCI: "1.1.0"
- P2PProtocol: 10
- BlockProtocol: 14
What's Changed
- build(proto): update zip and remove unused prost_type dep by @lklimek in #82
- chore: release rs-tenderdash-abci 1.1.0-dev.1 for TD 1.1.0-dev.3+ by @lklimek in #91
- build: release v1.1.0 for tenderdash v1.1.0 by @lklimek in #92
Full Changelog: v1.0.0...v1.1.0
v1.1.0-dev.1 for tenderdash v1.1.0-dev.3
Version information
It requires the following Tenderdash versions:
- ABCISemVer = "1.1.0"
- P2PProtocol = 10
- BlockProtocol = 14
What's Changed
- build(proto): update zip and remove unused prost_type dep by @lklimek in #82
- chore: release rs-tenderdash-abci 1.1.0-dev.1 for TD 1.1.0-dev.3+ by @lklimek in #91
Full Changelog: v1.0.0...v1.1.0-dev.1