Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Releases: booster-pocket-router/booster

v0.6.992

26 Feb 16:32
f700137
Compare
Choose a tag to compare

Changelog

f700137 Remove unsupported freebsd
ab32cce Remove unsupported netbsd
06b762a Remove unsupported openbsd
da3e02c Merge pull request #37 from booster-proj/refactoring/cobra
2860d74 Improve doc
f436f28 Update goreleaser config
b6ed504 Merge branch 'master' into refactoring/cobra
052b1e8 Update mod
b72a446 Update goreleaser
e96a87c Remove info variable
910c4b2 Add clean-log flag. Improve commands doc
8c32448 Remove unused prometheus flag
222b61f Add dialer's package doc
15eaedc Update README.md
a8dc8c2 Update README.md
80cc713 Merge branch 'master' of https://github.com/booster-proj/booster
4873b09 Add release badge
eb8f765 Remove prometheus api forwarding. Better to connect to it directly, if possible
02ce0d0 Add dialer package. Put main into base directory. Add cobra commands
d86352d Update README.md
bc46e6a Update README.md

v0.6.991

07 Feb 11:35
ded5bfe
Compare
Choose a tag to compare

Changelog

ded5bfe Merge pull request #35 from booster-proj/issue/34
21178c3 Fix documentation. Close #34
84a5b78 Update reserve endpoint to accept a list of hosts
75a0bdf Update reserved policy to accept multiple hosts

v0.6.99

01 Feb 15:14
c134bf9
Compare
Choose a tag to compare

Changelog

c134bf9 Merge pull request #32 from booster-proj/issue/31
e44697e Handle history recording internally
cc8fef0 Fix sticky policy. Close #31
f95014d Fix avoid policy
a243df3 Fix reserved policy
bb58b40 Introduce Addrs field. Resolve addresses before making checks with them

v0.6.98

01 Feb 09:22
682f734
Compare
Choose a tag to compare

Changelog

682f734 Add validation checks
820918b Merge pull request #30 from booster-proj/issue/29
8e08e13 Update README.md
3c7121b Update README.md
2356d94 Update README.md
b93f3b7 Improve documentation
8a4643a Update API documentation
9b94d36 Improve documentation
1c9705e Close #29
a0c08fa Add bind history managment to keep track of target-source bindings
abd6669 Add StickyPolicy (#29)
10e5949 Add AvoidPolicy (#29)
6f598ea Add ReservedPolicy (#29)
65ce6c3 Abstract policy into Policy interface, add Gen & Block Policies

v0.6.97

24 Jan 17:29
7f249eb
Compare
Choose a tag to compare

Changelog

7f249eb Update mod
3b14402 Merge pull request #28 from booster-proj/issue/26
dceda24 Fix balancer ignoring blacklist, update mod
d7e9d68 Build sources blacklist based on policies
2743715 Remove underPolicy concept from store
3ca7fbc Format
61ac2a2 Rename name with id
c286bd8 Add target information to policy Accept function
cfc5359 Rename Config to Info
6c16b3e Put tests in front
cacafaf Add Balancer doc
827f817 Provide sources from the store
0d3b082 Uniquely identify sources using their MAC address
cdde760 Prepare for #27 removing Value function
2392e85 Update license header

v0.6.96

18 Jan 15:04
f2a9a80
Compare
Choose a tag to compare

Changelog

f2a9a80 Sort imports
6ae7306 Format
dcefc49 Close #24
103772a Close #25

v0.6.95

11 Jan 16:19
46c95e0
Compare
Choose a tag to compare

Changelog

46c95e0 Decode gzip data before copying to client

v0.6.94

10 Jan 18:42
6aa182f
Compare
Choose a tag to compare

Changelog

6aa182f Merge pull request #22 from booster-proj/issue/21
2cdf000 Close #21. Improve doc
686dcc2 Rename MetricsBroker to MetricsExporter
bd97f22 Merge branch 'master' of https://github.com/booster-proj/booster
2a4db0a Add HOST variable
a753072 Update README.md
1e88217 Update README.md

v0.6.93

24 Dec 10:51
0fc2c3b
Compare
Choose a tag to compare

Changelog

0fc2c3b Set content type header
6620014 Fix wrong redirect host

v0.6.92

24 Dec 10:16
44203aa
Compare
Choose a tag to compare

Changelog

44203aa Merge pull request #20 from booster-proj/issue/19
29497cd Add metrics.json endpoint. Add configurable prometheusPort config field