v0.6.8
Changelog
fed5aa4 Add build status
520389b Remove core from go.mod
176241d Fix compile error
58cded3 Add travis CI
2f7a987 Merge pull request #13 from booster-proj/issue/8
b00d71f Differentiate protected/active sources. Fix store.Put implementation
5bec2ae Protect data with mutex. Fix GetPoliciesSnapshot
bb193d4 Request to set HTTP method to use (so we can block/free policies with the same script)
88846db Add endpoints to add/remove policies
34ffb17 Add helper client to block sources
a67a622 Add possibility to list policies
60c6402 Fix Put and Del implementations
3b25903 Add possiblity to add/remove policies from the storage
680ab72 Differentiate balancer&store storage implementations. Clarify store API
9590e1a Add copyright header
d6aa506 Refactor source fields, move provider implementations in source package, add Value func
45397cc Change field ID to Name
a2add90 Format
8785aa8 Add hooker tests
9b8c2f7 Change default API listening port to 7764
149d56c Change default API listening port to 1764
51558ac Remove listener's own source struct, Add hook handler
4881d53 Add store package
0bc83f7 Rename DialHook function
d3a1025 Fix merge conflicts
191f88d Format
73adca3 Add route to get the list of sources
9084bb2 Rename unix to darwin build target
887d5c2 Format
e1376b1 Restore core package, fix merge conflicts
c02886d Remove core package temporary
5a81c6f Format
6fab06c Update mod
744eff8 Rename listener package to source
0d32c74 Add core package
43cb89c Merge provider/internal with provider package
1fc16dd Add health handler, logging middleware
dd0bc6a Add copyright notice
e76e7b2 Add remote package
7ad2b20 Tidy module
6107469 Update README.md
bfb8586 Update README.md
1a2d46b Format
257fc38 Add Close() function to Source definition
ef1bd55 Remove metrics from source requirements
adf3505 💄
d4ba2f0 Close #1
7664197 Check against nil sources & nil ring
6bac207 Add Dialer interface to Source. Format
e07d99e Add Dialer interface
b45314e Avoid allocating map when not required
ed09ac3 Add context to balancer's Get function
41a509a Add blacklist to Get function
516437b Cleanup Makefile
45d96e2 Add Del function to remove sources from the balancer
b30129c Rename srcMock to mock
3a4990b Add package description
f39574c Add godoc badge
521a40c Ignore .swp files
6aee1e4 💄
b998951 Fix ring implementation, improve ring/balancer tests
1eca2f6 Add ring that operates over sources, add balancer that handles sources using some strategies
e68244d Add Makefile
2b771b7 Change licence from GPL to AGPL
6893597 Change licence from MIT to GPL
466cfe3 Initial commit