Releases: nwtgck/go-webrtc-piping
v0.5.0
Changelog
9dd38e9 Merge branch 'release/0.5.0'
440bdc7 bump: 0.5.0
13e23ca JsonFlag → JSONFlag
0ab0df3 feat: add -i option for --ice-servers
a1f1ee4 refactor: include DNS server setting to createHttpClient()
5ff0794 support --insecure and --dns-server options for "duplex" subcommand
4028969 not use array when the number of "urls" elements is 1
a3d6577 docs: options
53e96e9 Merge tag 'v0.4.0' into develop
v0.4.0
Changelog
17e09f7 Merge branch 'release/0.4.0'
45ea097 bump: 0.4.0
d714b4c go mod tidy
8bf2dac Merge branch 'feature/ice-server' into develop
7ea6fd8 ci: --ice-servers='[{"urls": "stun:stun.l.google.com:19302"}]'
2ff71c8 create --ice-servers option
931c2d8 inject webrtc.Config
f3c645e log SDP and candidate JSONs
fabe743 SilenceUsage: true,
f138e07 ci: P2P test
72302d1 ci: access forwarded ports
711abb0 use WaitGroup
f16496d build(deps): bump goreleaser/goreleaser-action from 2 to 4 (#2)
a087678 ci: go-version: 1.19
cf933e2 docs: add status badge and install sections
2eae25d Merge tag 'v0.3.0' into develop
v0.3.0
Changelog
7f1a551 Merge branch 'release/0.3.0'
99af0da bump: 0.3.0
4972910 build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.1 (#5)
732388a docs: add usages
35970ce build(deps): bump github.com/pion/webrtc/v3 from 3.1.42 to 3.1.58 (#6)
cba4e40 build(deps): bump actions/setup-go from 2 to 4 (#3)
1b1ad10 ci: go-version: 1.19
4721124 build(deps): bump actions/checkout from 2 to 3 (#1)
b2e65b7 ci: on: [push]
ae2658d dependabot: create .github/dependabot.yml
9efe868 Merge branch 'feature/webrtc-piping' into develop
2d95924 ci: use curl -f option
97bdf73 ci: "Duplex communication"
83c4c2e use RootCmd.PersistentFlags() and fix CI
387f291 create duplex subcommand
1619e1c create tunnel subcommand
38206ff webrtc-piping-tunnel → webrtc-piping
4cc6b5e update piping-werbrtc-signaling
6591166 join URL
92b341c sha256 initial json path
4af5832 send multiple candidates and notify finished
120b54d check HTTP status
a75e525 Merge tag 'v0.2.0' into develop