diff --git a/CHANGELOG.md b/CHANGELOG.md index fa143d55f48..a2bacd1b4ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,38 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [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 diff --git a/Cargo.lock b/Cargo.lock index fffb8da65c3..90d20bd5315 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2104,7 +2104,7 @@ dependencies = [ [[package]] name = "fileops" -version = "3.107.0" +version = "3.108.0" dependencies = [ "libc", ] @@ -3218,7 +3218,7 @@ checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800" [[package]] name = "issue1317" -version = "3.107.0" +version = "3.108.0" dependencies = [ "actix-web", "env_logger 0.11.3", @@ -3229,7 +3229,7 @@ dependencies = [ [[package]] name = "issue1776" -version = "3.107.0" +version = "3.108.0" dependencies = [ "errno 0.3.9", "libc", @@ -3238,7 +3238,7 @@ dependencies = [ [[package]] name = "issue1776portnot53" -version = "3.107.0" +version = "3.108.0" dependencies = [ "libc", "socket2", @@ -3246,14 +3246,14 @@ dependencies = [ [[package]] name = "issue1899" -version = "3.107.0" +version = "3.108.0" dependencies = [ "libc", ] [[package]] name = "issue2001" -version = "3.107.0" +version = "3.108.0" dependencies = [ "libc", ] @@ -3592,7 +3592,7 @@ checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" [[package]] name = "listen_ports" -version = "3.107.0" +version = "3.108.0" [[package]] name = "litemap" @@ -3814,7 +3814,7 @@ checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1" [[package]] name = "mirrord" -version = "3.107.0" +version = "3.108.0" dependencies = [ "actix-codec", "anyhow", @@ -3860,7 +3860,7 @@ dependencies = [ [[package]] name = "mirrord-agent" -version = "3.107.0" +version = "3.108.0" dependencies = [ "actix-codec", "async-trait", @@ -3916,7 +3916,7 @@ dependencies = [ [[package]] name = "mirrord-analytics" -version = "3.107.0" +version = "3.108.0" dependencies = [ "assert-json-diff", "base64 0.22.1", @@ -3930,7 +3930,7 @@ dependencies = [ [[package]] name = "mirrord-auth" -version = "3.107.0" +version = "3.108.0" dependencies = [ "chrono", "fs4", @@ -3951,7 +3951,7 @@ dependencies = [ [[package]] name = "mirrord-config" -version = "3.107.0" +version = "3.108.0" dependencies = [ "bimap", "bitflags 2.5.0", @@ -3973,7 +3973,7 @@ dependencies = [ [[package]] name = "mirrord-config-derive" -version = "3.107.0" +version = "3.108.0" dependencies = [ "proc-macro2", "proc-macro2-diagnostics", @@ -3983,7 +3983,7 @@ dependencies = [ [[package]] name = "mirrord-console" -version = "3.107.0" +version = "3.108.0" dependencies = [ "bincode", "drain", @@ -3999,7 +3999,7 @@ dependencies = [ [[package]] name = "mirrord-intproxy" -version = "3.107.0" +version = "3.108.0" dependencies = [ "bytes", "futures", @@ -4023,7 +4023,7 @@ dependencies = [ [[package]] name = "mirrord-intproxy-protocol" -version = "3.107.0" +version = "3.108.0" dependencies = [ "bincode", "mirrord-protocol", @@ -4033,7 +4033,7 @@ dependencies = [ [[package]] name = "mirrord-kube" -version = "3.107.0" +version = "3.108.0" dependencies = [ "actix-codec", "base64 0.22.1", @@ -4060,7 +4060,7 @@ dependencies = [ [[package]] name = "mirrord-layer" -version = "3.107.0" +version = "3.108.0" dependencies = [ "actix-codec", "anyhow", @@ -4116,7 +4116,7 @@ dependencies = [ [[package]] name = "mirrord-layer-macro" -version = "3.107.0" +version = "3.108.0" dependencies = [ "proc-macro2", "quote", @@ -4125,7 +4125,7 @@ dependencies = [ [[package]] name = "mirrord-macros" -version = "3.107.0" +version = "3.108.0" dependencies = [ "proc-macro2", "proc-macro2-diagnostics", @@ -4135,7 +4135,7 @@ dependencies = [ [[package]] name = "mirrord-operator" -version = "3.107.0" +version = "3.108.0" dependencies = [ "actix-codec", "async-trait", @@ -4172,7 +4172,7 @@ dependencies = [ [[package]] name = "mirrord-progress" -version = "3.107.0" +version = "3.108.0" dependencies = [ "enum_dispatch", "indicatif", @@ -4206,7 +4206,7 @@ dependencies = [ [[package]] name = "mirrord-sip" -version = "3.107.0" +version = "3.108.0" dependencies = [ "apple-codesign", "memchr", @@ -4543,7 +4543,7 @@ dependencies = [ [[package]] name = "outgoing" -version = "3.107.0" +version = "3.108.0" [[package]] name = "overload" @@ -5613,21 +5613,21 @@ dependencies = [ [[package]] name = "rust-bypassed-unix-socket" -version = "3.107.0" +version = "3.108.0" dependencies = [ "tokio", ] [[package]] name = "rust-e2e-fileops" -version = "3.107.0" +version = "3.108.0" dependencies = [ "libc", ] [[package]] name = "rust-unix-socket-client" -version = "3.107.0" +version = "3.108.0" dependencies = [ "tokio", ] diff --git a/Cargo.toml b/Cargo.toml index ad889ca8029..8287caf7fcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/changelog.d/+fallible-operator-detection.changed.md b/changelog.d/+fallible-operator-detection.changed.md deleted file mode 100644 index 7c49409bfc5..00000000000 --- a/changelog.d/+fallible-operator-detection.changed.md +++ /dev/null @@ -1 +0,0 @@ -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. \ No newline at end of file diff --git a/changelog.d/+medschool-order.changed.md b/changelog.d/+medschool-order.changed.md deleted file mode 100644 index c9c24b55104..00000000000 --- a/changelog.d/+medschool-order.changed.md +++ /dev/null @@ -1 +0,0 @@ -Configuration documentation contents order. diff --git a/changelog.d/+run-intproxy-tests-in-ci.internal.md b/changelog.d/+run-intproxy-tests-in-ci.internal.md deleted file mode 100644 index 760ea58f769..00000000000 --- a/changelog.d/+run-intproxy-tests-in-ci.internal.md +++ /dev/null @@ -1 +0,0 @@ -`mirrord-intproxy` crate unit tests are now part of the CI. \ No newline at end of file diff --git a/changelog.d/2452.fixed.md b/changelog.d/2452.fixed.md deleted file mode 100644 index de8dd48623d..00000000000 --- a/changelog.d/2452.fixed.md +++ /dev/null @@ -1 +0,0 @@ -When using mesh use `lo` interface for mirroring traffic. diff --git a/changelog.d/2551.changed.md b/changelog.d/2551.changed.md deleted file mode 100644 index 08e21ec7550..00000000000 --- a/changelog.d/2551.changed.md +++ /dev/null @@ -1 +0,0 @@ -Changed http path filter to include query params in match \ No newline at end of file diff --git a/changelog.d/2557.added.md b/changelog.d/2557.added.md deleted file mode 100644 index e98ea1eca97..00000000000 --- a/changelog.d/2557.added.md +++ /dev/null @@ -1 +0,0 @@ -Added support for streaming HTTP responses. \ No newline at end of file diff --git a/changelog.d/2562.internal.md b/changelog.d/2562.internal.md deleted file mode 100644 index da7a4946107..00000000000 --- a/changelog.d/2562.internal.md +++ /dev/null @@ -1 +0,0 @@ -Correct version of HTTP response is sent based on agent protocol version. \ No newline at end of file