-
Notifications
You must be signed in to change notification settings - Fork 153
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
1 changed file
with
5 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,4 +1,7 @@ | ||
## Change log | ||
|
||
1. Fix logging bug [#59](https://github.com/zhufuyi/sponge/issues/59). | ||
2. Add custom jwt authentication in grpc service. | ||
- Modified the code directory structure for large repository services, making the `api` and `third_party` directories shared among all services, while keeping other directories unchanged. | ||
- Added an automatic initialization command for the large repository (mono-repo repository) service mode. | ||
- Optimized the code merging rules, supporting the merging of **gRPC template code**, **Handler code**, **Router configuration**, and **Error code**. | ||
- Added a distributed lock library [dlock](https://github.com/zhufuyi/sponge/tree/main/pkg/dlock) with support for `Redis` and `Etcd`. | ||
- Optimized some `pkg` libraries (**[Scheduled Task Logging](https://github.com/zhufuyi/sponge/issues/62)**, **[ID Generation Functionality](https://github.com/zhufuyi/sponge/blob/main/pkg/krand/README.md#generate-id)**). |