Skip to content

Commit

Permalink
3.114.0 (#2672)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 authored Aug 16, 2024
1 parent d97df8d commit 37901b1
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 34 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

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


### Added

- Add port forwarding feature which can be used to proxy data from a local port
to a remote one -
if the local port is not specified, it will default to the same as the remote
```
mirrord port-forward [options] -L [local_port:]remote_ip:remote_port
```
[#567](https://github.com/metalbear-co/mirrord/issues/567)
- Client side support for the upcoming SQS queue splitting support in *mirrord
for Teams*. [#2066](https://github.com/metalbear-co/mirrord/issues/2066)

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


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.113.1"
version = "3.114.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/2066.added.md

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/567.added.md

This file was deleted.

0 comments on commit 37901b1

Please sign in to comment.