Skip to content

Commit bab2d8f

Browse files
authored
Prepare v3.30.0 release. (#2362)
1 parent 61291d7 commit bab2d8f

File tree

5 files changed

+38
-10
lines changed

5 files changed

+38
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr
55

66
## [Unreleased]
77

8+
## [3.30.0] - 2025-08-10
89
### Added
910
- Send In-App Notification for friend removal or friend request rejection.
1011

1112
### 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.
1314

1415
## [3.29.0] - 2025-07-29
1516
### Added

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/gorilla/mux v1.8.1
1616
github.com/gorilla/websocket v1.5.3
1717
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
1919
github.com/heroiclabs/sql-migrate v0.0.0-20241125131053-95a7949783b0
2020
github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438
2121
github.com/jackc/pgx/v5 v5.7.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/ad
9898
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 h1:X5VWvz21y3gzm9Nw/kaUeku/1+uBhcekkmy4IkffJww=
9999
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1/go.mod h1:Zanoh4+gvIgluNqcfMVTJueD4wSS5hT7zTt4Mrutd90=
100100
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=
103103
github.com/heroiclabs/sql-migrate v0.0.0-20241125131053-95a7949783b0 h1:hHJcYOP6L2/wZIEnYjjkJM+rOk/bK0uaYkDAejYpLhI=
104104
github.com/heroiclabs/sql-migrate v0.0.0-20241125131053-95a7949783b0/go.mod h1:uwcmopkVQIfb/JQqul5zmGI9ounclRC08j9S9lLcpRQ=
105105
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=

vendor/github.com/heroiclabs/nakama-common/runtime/runtime.go

Lines changed: 32 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/internal/genopena
139139
github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options
140140
github.com/grpc-ecosystem/grpc-gateway/v2/runtime
141141
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
143143
## explicit; go 1.24.5
144144
github.com/heroiclabs/nakama-common/api
145145
github.com/heroiclabs/nakama-common/rtapi

0 commit comments

Comments
 (0)