Skip to content

Commit d8f47fc

Browse files
chore: release (#523)
## πŸ€– New release * `evm_rpc`: 2.7.0 -> 2.7.1 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `evm_rpc` <blockquote> ## [2.7.1] - 2025-11-17 ### Changed - Add metrics label identifying requests made with supported providers ([#521](#521)) - Separate consensus errors from other HTTP outcall errors in metrics ([#520](#520)) [2.7.1]: evm_rpc-v2.7.0...evm_rpc-v2.7.1 </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Louis Pahlavi <louis.pahlavi@dfinity.org>
1 parent e5e320a commit d8f47fc

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.7.1] - 2025-11-17
9+
10+
### Changed
11+
12+
- Add metrics label identifying requests made with supported providers ([#521](https://github.com/dfinity/evm-rpc-canister/pull/521))
13+
- Separate consensus errors from other HTTP outcall errors in metrics ([#520](https://github.com/dfinity/evm-rpc-canister/pull/520))
14+
15+
[2.7.1]: https://github.com/dfinity/evm-rpc-canister/compare/evm_rpc-v2.7.0...evm_rpc-v2.7.1
16+
817
## [2.7.0] - 2025-11-03
918

1019
### Added
@@ -15,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1524

1625
- Use constant-size request IDs in JSON-RPC requests to allow for consistent request cycles costs ([#514](https://github.com/dfinity/evm-rpc-canister/pull/514))
1726

18-
[2.7.0]: https://github.com/dfinity/evm-rpc-canister/compare/v2.6.0...v2.7.0
27+
[2.7.0]: https://github.com/dfinity/evm-rpc-canister/compare/evm_rpc-v2.6.0...evm_rpc-v2.7.0
1928

2029
## [2.6.0] - 2025-10-20
2130

@@ -38,7 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3847

3948
- Add `err_max_response_size_exceeded` to Prometheus metrics ([#487](https://github.com/dfinity/evm-rpc-canister/pull/487))
4049

41-
[2.6.0]: https://github.com/dfinity/evm-rpc-canister/compare/v2.5.0...v2.6.0
50+
[2.6.0]: https://github.com/dfinity/evm-rpc-canister/compare/v2.5.0...evm_rpc-v2.6.0
4251

4352
## [2.5.0] - 2025-09-12
4453

β€Ž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 = "evm_rpc"
3-
version = "2.7.0"
3+
version = "2.7.1"
44
description = "Interact with EVM blockchains from the Internet Computer."
55
authors = ["DFINITY Foundation"]
66
readme = "README.md"

0 commit comments

Comments
Β (0)