Skip to content

Releases: PelionIoT/edge-proxy

v1.4.0

07 Feb 23:31
d02633b

Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

07 Feb 23:30
d31d2ee

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

07 Feb 23:30
e00bac3

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

14 Mar 15:19

Choose a tag to compare

  • 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

v1.0.0

10 Jun 18:48

Choose a tag to compare

Adding Proxy Only Mode

Edge core can now do a proxy only mode allowing it can serve
CONNECT proxy requests despite not being able to obtain Pelion
credentials from edge-core.

v0.9.0

10 Jun 19:44

Choose a tag to compare

Correctly handle empty string for proxy URI

Signed-off-by: Kyle Stein <kyle.stein@arm.com>