Skip to content

Commit 9218f10

Browse files
committed
update RELEASE
1 parent 446d528 commit 9218f10

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/RELEASE.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## Change log
22

3-
1. Fix logging bug [#59](https://github.com/zhufuyi/sponge/issues/59).
4-
2. Add custom jwt authentication in grpc service.
3+
- 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.
4+
- Added an automatic initialization command for the large repository (mono-repo repository) service mode.
5+
- Optimized the code merging rules, supporting the merging of **gRPC template code**, **Handler code**, **Router configuration**, and **Error code**.
6+
- Added a distributed lock library [dlock](https://github.com/zhufuyi/sponge/tree/main/pkg/dlock) with support for `Redis` and `Etcd`.
7+
- 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 commit comments

Comments
 (0)