Skip to content

Releases: arbor-dev/arbor

Proxy package refactor, Go 1.11, CORS fixes

07 Jan 05:06
e4e6daa
Compare
Choose a tag to compare

Refactors the proxy package, supports modern go features like go modules, general clean up

Handling issues with go routines and verifying LevelDB functionaity

01 Apr 03:52
1c23dc0
Compare
Choose a tag to compare

Handling issues with go routines and verifying LevelDB functionaity

Adding Unit tests and the ability to remove clients from the store

22 Nov 01:20
f727ba3
Compare
Choose a tag to compare
  • You can now run tests to verify arbor against a sample gateway and service
  • You now can remove clients by their registered name from the authorized client store

v0.2.3-rc

26 Apr 01:08
Compare
Choose a tag to compare
v0.2.3-rc Pre-release
Pre-release

This should be the full set of changes for v0.2.0, will be running this for a bit before the version gets officially bumped

v0.2.3-alpha.2

26 Apr 00:03
Compare
Choose a tag to compare
v0.2.3-alpha.2 Pre-release
Pre-release

Should stabilize the API for routes

v0.2.3-alpha

25 Apr 23:39
Compare
Choose a tag to compare
v0.2.3-alpha Pre-release
Pre-release

Testing usage of alpha releases with dep, bump required go version to 1.8

v0.2.2b

25 Apr 23:25
Compare
Choose a tag to compare
v0.2.2b Pre-release
Pre-release

Beta release that adds documentation and some necessary API Changes

v0.2.1b

25 Apr 21:29
Compare
Choose a tag to compare
v0.2.1b Pre-release
Pre-release

Trying to get dep to work

v0.2.0b

25 Apr 21:26
Compare
Choose a tag to compare
v0.2.0b Pre-release
Pre-release

This contains most of the source code changes for 0.2.0, however this is a pre-release as documentation is not complete

Preserve backwards compatiblity

24 Apr 19:37
Compare
Choose a tag to compare

This release will keep around the old structure of the arbor library as we are moving to just using a single top level API instead of forcing users to sort through our package structure