Skip to content

Releases: gomicro/avenues

v0.1.4

17 Oct 23:06
95c12fd
Compare
Choose a tag to compare
  • CHANGED - switched to github container registry

v0.1.3

06 Jul 22:02
4bd756e
Compare
Choose a tag to compare
  • ADDED - default cert pool with config file CAs appended

v0.1.2

18 Aug 20:44
52acba1
Compare
Choose a tag to compare
  • ADDED - ability to load CA from file

v0.1.1

17 Mar 22:12
4829cef
Compare
Choose a tag to compare
  • UPDATED - build to publish artifacts and run faster
  • ADDED - Avenues version details on start

v0.1.0

09 Apr 21:13
64c13ca
Compare
Choose a tag to compare
  • Removes services directive from config file
  • Changes routes directive to be a map of objects
  • Changes Access-Control-Allow-Headers to include Authorization value
  • Adds type to routes object
  • Adds static route type
  • Adds ordinal route type

v0.0.2

09 Nov 03:48
df3cc76
Compare
Choose a tag to compare
  • Corrects status code of 204 returned for OPTIONS
  • Upgrades Go version
  • Fixes build to push versioned docker images

v0.0.1

22 Oct 17:26
75d876d
Compare
Choose a tag to compare
  • Adds initial config file
  • Adds Services definition to config file
  • Adds Routes definition to config file
  • Adds returning CORS headers
  • Adds use of reverse proxy to backing services