Releases: hiero-ledger/hiero-sdk-rust
Releases · hiero-ledger/hiero-sdk-rust
v0.42.1
What's Changed
- chore(deps): bump step-security/conventional-pr-title-action from 3.2.4 to 3.2.5 by @dependabot[bot] in #1152
- chore: Bump solo-action by @gsstoykov in #1165
- feat: implement changing node account ids by @venilinvasilev in #1154
- fix: Example rework and enable batch e2e by @gsstoykov in #1162
- chore: Release v0.42.0 by @gsstoykov in #1166
- chore(deps): bump step-security/harden-runner from 2.13.1 to 2.13.2 by @dependabot[bot] in #1170
- fix: Release CN version by @gsstoykov in #1173
- ci: fix dual publish issue by @venilinvasilev in #1174
- chore: Release v0.42.1 by @gsstoykov in #1175
Full Changelog: v0.41.0...v0.42.1
v0.41.0
What's Changed
- fix: Replace solo quick-start with solo-action by @gsstoykov in #1097
- chore(deps): bump log from 0.4.27 to 0.4.28 by @dependabot[bot] in #1100
- chore(deps): bump time from 0.3.42 to 0.3.43 by @dependabot[bot] in #1099
- chore(deps): bump step-security/harden-runner from 2.13.0 to 2.13.1 by @dependabot[bot] in #1109
- chore(deps): bump serde_json from 1.0.143 to 1.0.145 by @dependabot[bot] in #1108
- chore(deps): bump rust_decimal from 1.37.2 to 1.38.0 by @dependabot[bot] in #1107
- chore(deps): bump serde from 1.0.219 to 1.0.223 by @dependabot[bot] in #1106
- chore: Bump Solo Action by @gsstoykov in #1139
- chore(deps): bump triomphe from 0.1.14 to 0.1.15 by @dependabot[bot] in #1130
- chore(deps): bump pem from 3.0.5 to 3.0.6 by @dependabot[bot] in #1136
- chore(deps): bump parking_lot from 0.12.4 to 0.12.5 by @dependabot[bot] in #1131
- chore(deps): bump rust_decimal from 1.38.0 to 1.39.0 by @dependabot[bot] in #1135
- chore(deps): bump regex from 1.11.2 to 1.12.1 by @dependabot[bot] in #1137
- chore(deps): bump tokio from 1.47.1 to 1.48.0 by @dependabot[bot] in #1140
- chore: Change Dependabot PR frequency by @gsstoykov in #1145
- chore(deps): bump ncipollo/release-action from 1.18.0 to 1.20.0 by @dependabot[bot] in #1103
- chore(deps): bump actions/setup-node from 4.4.0 to 6.0.0 by @dependabot[bot] in #1144
- chore: [StepSecurity] Apply security best practices by @stepsecurity-app[bot] in #1129
- chore(deps): bump step-security/conventional-pr-title-action from 3.2.3 to 3.2.4 by @dependabot[bot] in #1127
- chore(deps): bump dtolnay/rust-toolchain from b3b07ba8b418998c39fb20f53e8b695cdcc8de1b to 6d653acede28d24f02e3cd41383119e8b1b35921 by @dependabot[bot] in #1118
- chore(release): v0.41.0 by @gsstoykov in #1148
New Contributors
- @stepsecurity-app[bot] made their first contribution in #1129
Full Changelog: v0.40.0...v0.41.0
v0.40.0
What's Changed
- feat: Introduce Schedule Transaction fee limits tests by @gsstoykov in #1093
- chore(deps): bump regex from 1.11.1 to 1.11.2 by @dependabot[bot] in #1092
- chore(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 by @dependabot[bot] in #1094
- chore: Release v0.40.0 by @gsstoykov in #1095
Full Changelog: v0.39.2...v0.40.0
v0.39.2
What's Changed
- fix: Release CN version by @gsstoykov in #1089
- chore(release): v0.39.2 by @gsstoykov in #1090
Full Changelog: v0.39.1...v0.39.2
v0.38.1
What's Changed
- fix: Disable e2e tests by @gsstoykov in #1063
- release: v0.38.1 by @gsstoykov in #1064
Full Changelog: 0.38.0...v0.38.1
v0.38.0-beta.14
What's Changed
- chore: Bump Protobufs and impl fees in ScheduleTransaction by @gsstoykov in #1036
- ci: Integrate solo-action by @gsstoykov in #1037
- chore(deps): bump hyper-util from 0.1.15 to 0.1.16 by @dependabot[bot] in #1042
- chore(deps): bump tokio from 1.46.1 to 1.47.0 by @dependabot[bot] in #1041
- chore: Set version to 0.38.0-beta.1 by @rbarker-dev in #1045
- chore: Update lockfile for 38.0 beta.2 by @rbarker-dev in #1046
- Revert "chore: Update lockfile for 38.0 beta.2" by @rbarker-dev in #1047
- ci: Bump solo-action to use latest Solo by @gsstoykov in #1049
- chore: Bump proto crate by @gsstoykov in #1054
Full Changelog: 0.37.0...v0.38.0-beta.14
v0.37.0
What's Changed
- chore: TAC requirement - Update README.md by @jwagantall in #1016
- chore(deps): bump tokio from 1.45.1 to 1.46.1 by @dependabot[bot] in #1018
- chore(deps): bump ed25519-dalek from 2.1.1 to 2.2.0 by @dependabot[bot] in #1019
- chore(deps): bump clap from 4.5.39 to 4.5.41 by @dependabot[bot] in #1020
- chore(deps): bump hyper-util from 0.1.14 to 0.1.15 by @dependabot[bot] in #1021
- feat: Streamline key and alias specs by @gsstoykov in #1023
- chore(deps): bump step-security/rust-cache from 2.7.8 to 2.8.0 by @dependabot[bot] in #1017
- fix: handle domain names in addressbook by @venilinvasilev in #1024
- ci: add dual publishing for rust SDK by @andrewb1269hg in #1014
- chore(deps): bump serde_json from 1.0.140 to 1.0.141 by @dependabot[bot] in #1031
- docs: Migration docs by @gsstoykov in #1022
- chore(deps): bump ncipollo/release-action from 1.16.0 to 1.18.0 by @dependabot[bot] in #1032
- chore(deps): bump step-security/harden-runner from 2.12.2 to 2.13.0 by @dependabot[bot] in #1029
- release: v0.37.0 by @gsstoykov in #1035
New Contributors
- @venilinvasilev made their first contribution in #1024
Full Changelog: 0.36.0...0.37.0
v0.36.0
What's Changed
- chore(deps): bump step-security/harden-runner from 2.12.1 to 2.12.2 by @dependabot in #1005
- feat(tck): Add TokenClaim, TokenCancel methods by @gsstoykov in #1013
- feat: Support shard realm for static files by @ivaylonikolov7 in #1009
- chore(deps): bump md5 from 0.7.0 to 0.8.0 by @dependabot in #1010
- chore(deps): bump futures-util from 0.3.30 to 0.3.31 by @dependabot in #1012
- chore(deps): bump h2 from 0.4.10 to 0.4.11 by @dependabot in #1011
- chore(deps): bump hyper-util from 0.1.12 to 0.1.14 by @dependabot in #1007
- chore(deps): bump parking_lot from 0.12.3 to 0.12.4 by @dependabot in #1006
- release: v0.36.0 by @gsstoykov in #1015
New Contributors
Full Changelog: 0.35.0...0.36.0
v0.35.0
What's Changed
- chore(deps): bump step-security/harden-runner from 2.12.0 to 2.12.1 by @dependabot in #985
- chore: Update README.md by @jwagantall in #983
- chore(deps): bump tower-http from 0.5.2 to 0.6.6 by @dependabot in #986
- chore(deps): bump prost-types from 0.13.5 to 0.14.0 by @dependabot in #987
- chore(deps): bump sha2 from 0.10.8 to 0.10.9 by @dependabot in #989
- chore(deps): bump rust_decimal from 1.37.1 to 1.37.2 by @dependabot in #990
- chore(deps): bump triomphe from 0.1.13 to 0.1.14 by @dependabot in #988
- feat: Update to v0.62.0 proto and introduce HIPs(1064/1046) by @gsstoykov in #959
- chore(deps): bump tokio from 1.44.2 to 1.45.1 by @dependabot in #995
- chore(deps): bump prost-types from 0.14.0 to 0.14.1 by @dependabot in #993
- chore: update dependabot to weekly update by @ivaylonikolov7 in #998
- chore: Update MAINTAINERS.md by @jwagantall in #992
- Update release docs by @RickyLB in #934
- release: v0.35.0 by @gsstoykov in #1004
New Contributors
Full Changelog: 0.34.0...0.35.0
v0.34.0
What's Changed
- chore: Update MAINTAINERS.md by @jwagantall in #958
- chore(deps): bump rust_decimal from 1.35.0 to 1.37.1 by @dependabot in #968
- chore(deps): bump once_cell from 1.19.0 to 1.21.3 by @dependabot in #967
- chore(deps): bump h2 from 0.4.6 to 0.4.10 by @dependabot in #969
- chore(deps): bump serde from 1.0.205 to 1.0.219 by @dependabot in #971
- chore(deps): bump log from 0.4.22 to 0.4.27 by @dependabot in #972
- chore(deps): bump serde_json from 1.0.122 to 1.0.140 by @dependabot in #970
- feat: Add metrics metadata to GRPC request by @gsstoykov in #973
- feat: hip-745 by @ivaylonikolov7 in #966
- chore(deps): bump time from 0.3.36 to 0.3.41 by @dependabot in #975
- chore(deps): bump clap from 4.5.14 to 4.5.39 by @dependabot in #976
New Contributors
- @jwagantall made their first contribution in #958
- @ivaylonikolov7 made their first contribution in #966
Full Changelog: 0.33.0...0.34.0