-
Notifications
You must be signed in to change notification settings - Fork 3
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
Showing
2 changed files
with
62 additions
and
1 deletion.
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
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 |
---|---|---|
@@ -0,0 +1,61 @@ | ||
|
||
<a name="v0.1.0"></a> | ||
## v0.1.0 (2022-11-29) | ||
|
||
### Chore | ||
|
||
* fix ci | ||
* fix ci | ||
* set RELEASE_VERSION in release ci | ||
* fix ci | ||
* fix build ci failure | ||
* add install git-chglog step in ci | ||
* add chglog config & release ci & update Makefile | ||
* add codecov | ||
|
||
### Docs | ||
|
||
* update README.md | ||
|
||
### Feat | ||
|
||
* add Dockerfile | ||
* add timeout mechanism when download | ||
* skip if file is already downloaded | ||
* add cron job feature | ||
* change config layout | ||
* add download_dir and downloader_instance_num configs | ||
* add command line flags override mechanism | ||
* add config reload mechanism | ||
* fix downloader counter race issue | ||
* update readme | ||
* add config.yaml | ||
* fix test | ||
* change project layout | ||
* change config format to yaml | ||
* replace string key with const | ||
* add downloader counter | ||
* add zerolog | ||
|
||
### Fix | ||
|
||
* reload config not set log level & unit test | ||
* unit test failure | ||
* main func test fail | ||
* coverage ci | ||
* sync.map range return false issue | ||
* response status 429 Too Many Requests | ||
|
||
### Refactor | ||
|
||
* wrap errors | ||
* remvoe return err in NewFunc | ||
* change function names | ||
* add interface, instead of struct | ||
|
||
### Update | ||
|
||
* change project name | ||
* .gitignore | ||
* Makefile | ||
|