Skip to content

Commit 6c1647a

Browse files
committed
Merge tag 'v0.3.4' into develop
Clean
2 parents 3751269 + 236e068 commit 6c1647a

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
## [Unreleased]
1010

1111

12+
<a name="v0.3.4"></a>
13+
## [v0.3.4] - 2020-06-14
14+
### Docs
15+
- **docker:** updated docker docs
16+
17+
### Feat
18+
- **grpclog:** adding zerolog to grpclog adoptor
19+
20+
### Refactor
21+
- **config:** support dns based load balancing
22+
- **config:** support dns based load balancing
23+
- **core:** order go-micro bootstraping
24+
25+
### Revert
26+
- **listener:** going back to go-micro managed listener
27+
28+
29+
<a name="v0.3.3"></a>
30+
## [v0.3.3] - 2020-06-11
31+
### Feat
32+
- **client:** updated cmd/account CLI client
33+
- **micro:** testing cmux with greeter project
34+
35+
### Fix
36+
- **cmd:** using flags with Account Client CLI
37+
- **transation:** updated transation logger to use built-in Micro-Trace-Id
38+
39+
### Refactor
40+
- **config:** mived certs to config/certs location
41+
- **config:** mived certs to config/certs location
42+
- **config:** mived certs to config/certs location
43+
44+
1245
<a name="v0.3.2"></a>
1346
## [v0.3.2] - 2020-06-09
1447
### Build
@@ -36,6 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3669
- **refactor:** micro.Publisher -> micro.Event
3770

3871
### Ci
72+
- **changelog:** updated changelog
3973
- **gitflow:** upgrading golang to 1.14
4074
- **gomod_lint:** adding gomod_lint task
4175

@@ -459,7 +493,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
459493
- added steps when behind VPN
460494

461495

462-
[Unreleased]: https://github.com/xmlking/micro-starter-kit/compare/v0.3.2...HEAD
496+
[Unreleased]: https://github.com/xmlking/micro-starter-kit/compare/v0.3.4...HEAD
497+
[v0.3.4]: https://github.com/xmlking/micro-starter-kit/compare/v0.3.3...v0.3.4
498+
[v0.3.3]: https://github.com/xmlking/micro-starter-kit/compare/v0.3.2...v0.3.3
463499
[v0.3.2]: https://github.com/xmlking/micro-starter-kit/compare/v0.3.1...v0.3.2
464500
[v0.3.1]: https://github.com/xmlking/micro-starter-kit/compare/v0.3.0...v0.3.1
465501
[v0.3.0]: https://github.com/xmlking/micro-starter-kit/compare/v0.2.9...v0.3.0

0 commit comments

Comments
 (0)