Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.1"
".": "1.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.0.0](https://github.com/groundsgg/plugin-agones/compare/v0.8.1...v1.0.0) (2026-08-03)


### ⚠ BREAKING CHANGES

* **discovery:** GROUNDS_AGONES_LOBBY_SOFT_CAP is gone. Deployments setting it keep working, the value is simply ignored; groundsgg/deploy should drop it.

### Features

* **discovery:** spread joins across lobbies instead of packing one ([#71](https://github.com/groundsgg/plugin-agones/issues/71)) ([79b57c8](https://github.com/groundsgg/plugin-agones/commit/79b57c8ee15295f7c542c51ac76f2d1d370edbce))

## [0.8.1](https://github.com/groundsgg/plugin-agones/compare/v0.8.0...v0.8.1) (2026-08-02)


Expand Down