Skip to content

Commit

Permalink
3.115.0 (#2689)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 authored Aug 21, 2024
1 parent 3b8be2e commit f4c8991
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 69 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,26 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.115.0](https://github.com/metalbear-co/mirrord/tree/3.115.0) - 2024-08-21


### Added

- Adds a batching readdir requests, which should improve the performance when
traversing large directories. Introduces a new `ReadDirBatched` message to the protocol.
[#2611](https://github.com/metalbear-co/mirrord/issues/2611)


### Fixed

- Fix hooking on arm64 Go on Linux
[#2680](https://github.com/metalbear-co/mirrord/issues/2680)


### Internal

- Adds intproxy logs for the integration tests in CI.

## [3.114.1](https://github.com/metalbear-co/mirrord/tree/3.114.1) - 2024-08-18


Expand Down
100 changes: 35 additions & 65 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resolver = "2"

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.114.1"
version = "3.115.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+intproxy-logs-for-tests.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2611.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2680.fixed.md

This file was deleted.

0 comments on commit f4c8991

Please sign in to comment.