Skip to content

Commit

Permalink
chore(release): 0.56.4 [skip ci]
Browse files Browse the repository at this point in the history
## [0.56.4](0.56.3...0.56.4) (2025-02-11)

### Bug Fixes

* default RPC client and server to use HTTP/2 ([#508](#508)) ([f611383](f611383))
* disable connection pooling on tycho-client rpc ([c6bb715](c6bb715))
* finetune connection timeouts on rpc ([b06ec9b](b06ec9b))
* set both client and server to use HTTP/2 ([1516abe](1516abe))
  • Loading branch information
semantic-release-bot committed Feb 11, 2025
1 parent f611383 commit f2801c5
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 11 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.56.4](https://github.com/propeller-heads/tycho-indexer/compare/0.56.3...0.56.4) (2025-02-11)


### Bug Fixes

* default RPC client and server to use HTTP/2 ([#508](https://github.com/propeller-heads/tycho-indexer/issues/508)) ([f611383](https://github.com/propeller-heads/tycho-indexer/commit/f6113838c889e5fd76feeaa85b3e41fc9a5bebe6))
* disable connection pooling on tycho-client rpc ([c6bb715](https://github.com/propeller-heads/tycho-indexer/commit/c6bb715d24f4122801f71d86791483ec41a07d8c))
* finetune connection timeouts on rpc ([b06ec9b](https://github.com/propeller-heads/tycho-indexer/commit/b06ec9b9a107892acb76bbe012abd510b6e495e4))
* set both client and server to use HTTP/2 ([1516abe](https://github.com/propeller-heads/tycho-indexer/commit/1516abea713ab747835941e7a95726e54d38dd29))

## [0.56.3](https://github.com/propeller-heads/tycho-indexer/compare/0.56.2...0.56.3) (2025-02-10)


Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tycho-client-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "maturin"
[project]
name = "tycho-indexer-client"
# this is versioned in lockstep with all other tycho packages
version = "0.56.3"
version = "0.56.4"
description = "A package for interacting with the Tycho API."
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion tycho-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tycho-client"
version = "0.56.3"
version = "0.56.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion tycho-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tycho-core"
version = "0.56.3"
version = "0.56.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion tycho-ethereum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tycho-ethereum"
version = "0.56.3"
version = "0.56.4"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tycho-indexer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tycho-indexer"
version = "0.56.3"
version = "0.56.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion tycho-storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tycho-storage"
version = "0.56.3"
version = "0.56.4"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit f2801c5

Please sign in to comment.