File tree Expand file tree Collapse file tree 5 files changed +38
-10
lines changed
github.com/heroiclabs/nakama-common/runtime Expand file tree Collapse file tree 5 files changed +38
-10
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,12 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 3.30.0] - 2025-08-10
8
9
### Added
9
10
- Send In-App Notification for friend removal or friend request rejection.
10
11
11
12
### Changed
12
- - Rebuilt devconsole UI on Vue.js and the new Heroic UI components.
13
+ - Rebuilt console UI on Vue.js and the new Heroic UI components.
13
14
14
15
## [ 3.29.0] - 2025-07-29
15
16
### Added
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
15
15
github.com/gorilla/mux v1.8.1
16
16
github.com/gorilla/websocket v1.5.3
17
17
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1
18
- github.com/heroiclabs/nakama-common v1.39 .0
18
+ github.com/heroiclabs/nakama-common v1.40 .0
19
19
github.com/heroiclabs/sql-migrate v0.0.0-20241125131053-95a7949783b0
20
20
github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438
21
21
github.com/jackc/pgx/v5 v5.7.4
Original file line number Diff line number Diff line change @@ -98,8 +98,8 @@ github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/ad
98
98
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 h1:X5VWvz21y3gzm9Nw/kaUeku/1+uBhcekkmy4IkffJww =
99
99
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 /go.mod h1:Zanoh4+gvIgluNqcfMVTJueD4wSS5hT7zTt4Mrutd90 =
100
100
github.com/hashicorp/hcl v1.0.0 /go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ =
101
- github.com/heroiclabs/nakama-common v1.39 .0 h1:FeUcVBTzp8E5eGEJdoOUHCCiVKBVC4aOyDSMBpU7jUA =
102
- github.com/heroiclabs/nakama-common v1.39 .0 /go.mod h1:i5RyJ1I2Yge/K6DSwhXYq6CWGHFKluJXuCZ+8XDhDkc =
101
+ github.com/heroiclabs/nakama-common v1.40 .0 h1:RRkXWCYEiebCng8jA5GJAAcFLmXE76kuBr8V30T5ORI =
102
+ github.com/heroiclabs/nakama-common v1.40 .0 /go.mod h1:i5RyJ1I2Yge/K6DSwhXYq6CWGHFKluJXuCZ+8XDhDkc =
103
103
github.com/heroiclabs/sql-migrate v0.0.0-20241125131053-95a7949783b0 h1:hHJcYOP6L2/wZIEnYjjkJM+rOk/bK0uaYkDAejYpLhI =
104
104
github.com/heroiclabs/sql-migrate v0.0.0-20241125131053-95a7949783b0 /go.mod h1:uwcmopkVQIfb/JQqul5zmGI9ounclRC08j9S9lLcpRQ =
105
105
github.com/inconshreveable/mousetrap v1.0.0 /go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8 =
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/internal/genopena
139
139
github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options
140
140
github.com/grpc-ecosystem/grpc-gateway/v2/runtime
141
141
github.com/grpc-ecosystem/grpc-gateway/v2/utilities
142
- # github.com/heroiclabs/nakama-common v1.39 .0
142
+ # github.com/heroiclabs/nakama-common v1.40 .0
143
143
## explicit; go 1.24.5
144
144
github.com/heroiclabs/nakama-common/api
145
145
github.com/heroiclabs/nakama-common/rtapi
You can’t perform that action at this time.
0 commit comments