File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,11 @@ Each entry must include the Github issue reference in the following format:
22
22
23
23
## [ Unreleased]
24
24
25
- ## [ v1.5.0] ( https://github.com/cosmos/cosmos-sdk/releases/tag/log/v1.4.1 ) - 2024-11-07
25
+ ## [ v1.5.1] ( https://github.com/cosmos/cosmos-sdk/releases/tag/log/v1.5.1 ) - 2025-03-07
26
+
27
+ * [ #23927 ] ( https://github.com/cosmos/cosmos-sdk/pull/23927 ) Bump sonic json library to [ v1.3.0] ( https://github.com/bytedance/sonic/releases/tag/v1.13.0 ) for Go 1.24 compatibility.
28
+
29
+ ## [ v1.5.0] ( https://github.com/cosmos/cosmos-sdk/releases/tag/log/v1.5.0 ) - 2024-11-07
26
30
27
31
* [ #22466 ] ( https://github.com/cosmos/cosmos-sdk/pull/22466 ) Disable coloring in testing logger.
28
32
* [ #22233 ] ( https://github.com/cosmos/cosmos-sdk/pull/22233 ) Use sonic json library for faster json handling.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module cosmossdk.io/log
3
3
go 1.22
4
4
5
5
require (
6
- github.com/bytedance/sonic v1.12.8
6
+ github.com/bytedance/sonic v1.13.0
7
7
github.com/pkg/errors v0.9.1
8
8
github.com/rs/zerolog v1.33.0
9
9
)
Original file line number Diff line number Diff line change 1
- github.com/bytedance/sonic v1.12.8 h1:4xYRVRlXIgvSZ4e8iVTlMF5szgpXd4AfvuWgA8I8lgs =
2
- github.com/bytedance/sonic v1.12.8 /go.mod h1:uVvFidNmlt9+wa31S1urfwwthTWteBgG0hWuoKAXTx8 =
1
+ github.com/bytedance/sonic v1.13.0 h1:R+aSALdYjFT39PoytNFIxV8W7rb/ZxRpdQd+1TFZ2F0 =
2
+ github.com/bytedance/sonic v1.13.0 /go.mod h1:uVvFidNmlt9+wa31S1urfwwthTWteBgG0hWuoKAXTx8 =
3
3
github.com/bytedance/sonic/loader v0.1.1 /go.mod h1:ncP89zfokxS5LZrJxl5z0UJcsk4M4yY2JpfqGeCtNLU =
4
4
github.com/bytedance/sonic/loader v0.2.3 h1:yctD0Q3v2NOGfSWPLPvG2ggA2kV6TS6s4wioyEqssH0 =
5
5
github.com/bytedance/sonic/loader v0.2.3 /go.mod h1:N8A3vUdtUebEY2/VQC0MyhYeKUFosQU6FxH2JmUe6VI =
You can’t perform that action at this time.
0 commit comments