Releases: PelionIoT/edge-proxy
Releases · PelionIoT/edge-proxy
v1.4.0
What's Changed
- GitHub action - improve cleanup by @JanneKiiskila in #38
- Update actions, golang to 1.20, sources-internal repo cloning, update websocket by @JanneKiiskila in #39
- Weekly build & results posting and restructure by @JanneKiiskila in #40
- Add missing
shellcheck, move weekly build to Sunday by @JanneKiiskila in #41
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- golang job matrix, go1.17 compatibility, net update by @JanneKiiskila in #35
- tests.sh - executable, GitHub action improvements by @JanneKiiskila in #36
- Fix misspell findings by @JanneKiiskila in #37
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Go 1.18, remotedialer 1.0.4 by @JanneKiiskila in #29
- go vet & golint fixes by @JanneKiiskila in #31
- Bring back vendor-folder, remote net redirect by @JanneKiiskila in #32
- Update ginkgo and gomega to latest by @JanneKiiskila in #33
- rpc/client.go - false positive "log leak" by @JanneKiiskila in #34
Full Changelog: v1.1.0...v1.2.0
v1.1.0
- Upgrade golang/x/net to fix CVE-2021-33194
- Remove the vendor folder since this project uses Go Modules
- Upgrade go.mod to 1.14
- Support HTTP CONNECT over TLS
- with basic auth
- Use goproxy library for HTTP CONNECT