-
Notifications
You must be signed in to change notification settings - Fork 401
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from bilibili/fix_no_abort
fix init project abort
- Loading branch information
Showing
3 changed files
with
18 additions
and
16 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 |
---|---|---|
|
@@ -16,4 +16,3 @@ | |
cmd/discovery/discovery | ||
dist/ | ||
configs/ | ||
go.sum |
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,19 +1,23 @@ | ||
#### Discovery | ||
|
||
##### Version 1.1.1 | ||
1. fix initproject abort | ||
|
||
##### Version 1.1.0 | ||
> 1. use kratos pkg | ||
> 2. replace gin by kratos/bm | ||
> 3. fix poll return nil when be canceled. | ||
> 4. add init protect mode | ||
> 5. supoort set. | ||
1. use kratos pkg | ||
2. replace gin by kratos/bm | ||
3. fix poll return nil when be canceled. | ||
4. add init protect mode | ||
5. supoort set. | ||
|
||
##### Version 1.0.2 | ||
> 1.fix nodesproc. get all zone nodes. | ||
1.fix nodesproc. get all zone nodes. | ||
|
||
##### Version 1.0.1 | ||
> 1.rename import path | ||
1.rename import path | ||
|
||
##### Version 1.0.0 | ||
> 1. discovery register&polls&replica | ||
> 2. self-discovering nodes | ||
> 3. metadata updates | ||
> 4. naming client & grpc resolver | ||
1. discovery register&polls&replica | ||
2. self-discovering nodes | ||
3. metadata updates | ||
4. naming client & grpc resolver |
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