Azure / azure-relay-bridge

Azure Relay Bridge - A cross-platform command line tool to create VPN-less TCP tunnels from and to anywhere
MIT License
121 stars 48 forks source link

0.6.2 missing changelog #52

Closed bewatersmsft closed 2 years ago

bewatersmsft commented 2 years ago

Were there any major changes in the 0.6.2 release?

clemensv commented 2 years ago

"Sorry about our apperance" is what they put on the construction site signs, right? I've been doing a pretty thorough cleanup in the past two weeks. I will put a proper change log into 0.7.0.

There should be no significant functional changes if you've been using the tool before.

The -R option has been replaced by -T with a more logical syntax, but -R has been preserved. There's now -H to set up HTTP listeners with reverse proxy functionality. You can use an ambient AAD credential if you use -e for the endpoint without giving a connection string or a SAS rule name. The tool now runs on .NET 6.0 on all platforms.