Skip to content

Commit

Permalink
update RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
zhufuyi committed Sep 19, 2024
1 parent 446d528 commit 9218f10
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/RELEASE.md
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)**).

0 comments on commit 9218f10

Please sign in to comment.