Skip to content

Releases: superfly/wormhole

v0.7.0

07 Mar 21:50
f940c96
Compare
Choose a tag to compare
Rest API (#51)

* switch to go's dep

* Rest API, endpoints endpoint

* Fix fmt

* replace dockertest + redis with redigomock, gnarly but it works

* put the api server on the right listener :facepalm:

* use TLS matcher for the API

* remove port binding, only works with TLS shared port

* include region in endpoint information

* cache go dep vendor directory

* Accounce current server in redis sorted set

* Use RFC3339 time format for serialization instead of t.String() [fixes #48]

* server announces itself for discovery, will be used by clients soon

* new certs for dev

* set s3 bucket policy to public to download wormhole

* install mc locally

* try setting public only for the linux build

* don't mess with policies, I set it as a S3 bucket policy

* format time with RFC3339

v0.6.0

20 Jun 20:55
Compare
Choose a tag to compare
overwriting makes the most sense, removing not so much

v0.5.36

11 Oct 17:55
Compare
Choose a tag to compare

Mainly bugfixes in this release, most notable changes:

  • wormhole will properly start-up in supervisor mode on Windows (#24)
  • merged experimental support for tunneling over HTTP2 (#7) - experimental

Check CHANGELOG for more details.

v0.5.35

16 Jun 01:32
Compare
Choose a tag to compare

First Open-Source Wormhole Release! 🎉

No new features since 0.5.34. We have just cleaned-up the repo, added a new Makefile and hooked in Travis CI.