Skip to content

Commit

Permalink
3.108.0 (#2564)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Jul 2, 2024
1 parent 2c2dfdc commit 2121901
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 35 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,38 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.108.0](https://github.com/metalbear-co/mirrord/tree/3.108.0) - 2024-07-02


### Added

- Added support for streaming HTTP responses.
[#2557](https://github.com/metalbear-co/mirrord/issues/2557)


### Changed

- Changed http path filter to include query params in match
[#2551](https://github.com/metalbear-co/mirrord/issues/2551)
- Configuration documentation contents order.
- Errors that occur when using discovery API to detect mirrord operator are no
longer fatal. When such error is encountered, mirrord command falls back to
using the OSS version.


### Fixed

- When using mesh use `lo` interface for mirroring traffic.
[#2452](https://github.com/metalbear-co/mirrord/issues/2452)


### Internal

- Correct version of HTTP response is sent based on agent protocol version.
[#2562](https://github.com/metalbear-co/mirrord/issues/2562)
- `mirrord-intproxy` crate unit tests are now part of the CI.


## [3.107.0](https://github.com/metalbear-co/mirrord/tree/3.107.0) - 2024-06-25


Expand Down
54 changes: 27 additions & 27 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.107.0"
version = "3.108.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+fallible-operator-detection.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+medschool-order.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+run-intproxy-tests-in-ci.internal.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2557.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2562.internal.md

This file was deleted.

0 comments on commit 2121901

Please sign in to comment.