Skip to content

Tags: microsoft/dev-tunnels

Tags

v0.1.13

Toggle v0.1.13's commit message
update listener type

v0.1.12

Toggle v0.1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add .NET 8 target, remove .NET Core 3.1 (#486)

v0.1.11

Toggle v0.1.11's commit message
package version

v0.1.5

Toggle v0.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix CG alert in gopkg.in/yaml.v3 (#354)

Fix for https://devdiv.visualstudio.com/OnlineServices/_componentGovernance/tunnels/alert/8884434?typeId=14289336&pipelinesTrackingFilter=0

An issue in the Unmarshal function in Go-Yaml v3 can cause a program to panic when attempting to deserialize invalid input.

The fix is to upgrade gopkg.in/yaml.v3 from v3.0.0-20200313102051-9f266ea9e77c to 3.0.0-20220521103104-8f96da9f5d5e to fix the vulnerability.

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix null reference error on port list init (#342)

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
C#, TS, Go and Java changes to use new API version (#322)

* update c# to use new api version

* add IdGeneration

* Update API version

* first pass of typescript

* update id gen

* update references

* update flatten

* update ts contract gen

* update create ports

* update writer

* update go and java

* update name in typescript

* auto gen ts and cs ids

* id gen in java and go

* remove old files

* java and go retries

* update retry

* add endpoint query param

* fix e2e test bugs

* use old chars

* update request objects

* go list response

* update ids

* update exports

* remove unused

* update relay ids

* update tags to labels

* remove tag references

* fix namespace export

* generated contracts

* update return

* update words

java-v0.3.0

Toggle java-v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
C#, TS, Go and Java changes to use new API version (#322)

* update c# to use new api version

* add IdGeneration

* Update API version

* first pass of typescript

* update id gen

* update references

* update flatten

* update ts contract gen

* update create ports

* update writer

* update go and java

* update name in typescript

* auto gen ts and cs ids

* id gen in java and go

* remove old files

* java and go retries

* update retry

* add endpoint query param

* fix e2e test bugs

* use old chars

* update request objects

* go list response

* update ids

* update exports

* remove unused

* update relay ids

* update tags to labels

* remove tag references

* fix namespace export

* generated contracts

* update return

* update words

v0.0.25

Toggle v0.0.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow direct port connection in Go SDK (#325)

* Allow direct port connection in Go SDK

* Update package version

v0.0.21

Toggle v0.0.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix access token fetching in Go SDK tunnel manager (#313)

* Fix access token fetching in Go SDK tunnel manager

* Update package version