Skip to content

Commit c0e40ed

Browse files
committed
chore: release v0.8.0
1 parent 2a18092 commit c0e40ed

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,39 @@
11

2+
<a name="v0.8.0"></a>
3+
## [v0.8.0](https://github.com/DoNewsCode/core/compare/v0.7.3...v0.8.0) (2021-08-06)
4+
5+
### ♻️ Code Refactoring
6+
7+
* rename package remote to package etcd ([#175](https://github.com/DoNewsCode/core/issues/175)) (@[谷溪]([email protected]))
8+
* move and rename ([#170](https://github.com/DoNewsCode/core/issues/170)) (@[谷溪]([email protected]))
9+
* change event system ([#165](https://github.com/DoNewsCode/core/issues/165)) (@[谷溪]([email protected]))
10+
* move otkafka/processor out of core, rename to core-processor as another package ([#156](https://github.com/DoNewsCode/core/issues/156)) (@[Trock]([email protected]))
11+
12+
### ✨ Features
13+
14+
* config.Duration implement TextMarshaller (close [#164](https://github.com/DoNewsCode/core/issues/164)) ([#166](https://github.com/DoNewsCode/core/issues/166)) (@[Trock]([email protected]))
15+
* add codec package ([#161](https://github.com/DoNewsCode/core/issues/161)) (@[谷溪]([email protected]))
16+
* **config:** add Validators to ExportedConfigs and "config verify" command. ([#154](https://github.com/DoNewsCode/core/issues/154)) (@[谷溪]([email protected]))
17+
18+
### 🐛 Bug Fixes
19+
20+
* clarify env usage ([#174](https://github.com/DoNewsCode/core/issues/174)) (@[谷溪]([email protected]))
21+
* optimize di output ([#171](https://github.com/DoNewsCode/core/issues/171)) (@[谷溪]([email protected]))
22+
* when elasticsearch server is not up, the elasticsearch client should be constructed normally. ([#167](https://github.com/DoNewsCode/core/issues/167)) (@[谷溪]([email protected]))
23+
* golangci-lint run (@[Reasno]([email protected]))
24+
* fix remote test (close [#160](https://github.com/DoNewsCode/core/issues/160)) ([#162](https://github.com/DoNewsCode/core/issues/162)) (@[Trock]([email protected]))
25+
* **core:** remove WithRemote (@[reasno]([email protected]))
26+
27+
### BREAKING CHANGE
28+
29+
30+
package remote no longer exists.
31+
32+
WithRemote option removed.
33+
34+
the event interface is changed. queue package is removed.
35+
36+
237
<a name="v0.7.3"></a>
338
## [v0.7.3](https://github.com/DoNewsCode/core/compare/v0.7.2...v0.7.3) (2021-07-19)
439

0 commit comments

Comments
 (0)