-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
miun173
committed
Feb 16, 2020
1 parent
ddcb085
commit cbf3eb0
Showing
1 changed file
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,20 @@ | ||
<a name="unreleased"></a> | ||
|
||
|
||
<a name="v0.2.0"></a> | ||
## [v0.2.0] - 2020-02-16 | ||
### Feature | ||
- simplify find next service algorithm | ||
|
||
|
||
<a name="v0.1.0"></a> | ||
## v0.1.0 - 2019-12-27 | ||
## v0.1.0 - 2020-01-01 | ||
### Feature | ||
- add round robin load balancer | ||
- add service port on join | ||
- add sidecar & join load balancer | ||
- add round robin reverse proxy | ||
|
||
|
||
[Unreleased]: https://github.com/miun173/rebalance/compare/v0.1.0...HEAD | ||
[Unreleased]: https://github.com/miun173/rebalance/compare/v0.2.0...HEAD | ||
[v0.2.0]: https://github.com/miun173/rebalance/compare/v0.1.0...v0.2.0 |