Skip to content

Tags: minekube/gate

Tags

v0.47.0

Toggle v0.47.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(Lite): Allow configuring players in fallback status response #281 (

#477)

* feat(Lite): Allow configuring players in fallback status response #281

* chore: Reuse ping.Players struct

v0.46.0

Toggle v0.46.0's commit message
feat(connect): add CONNECT_TOKEN env var

v0.45.0

Toggle v0.45.0's commit message
feat: Support Minecraft_1_21_4

v0.44.0

Toggle v0.44.0's commit message
feat: Support Minecraft_1_21_4

v0.43.0

Toggle v0.43.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Gate HTTP API (#423)

* feat: Initial Gate API

* add gitignore

* wip: initial docs

* internal: use local buf code gen

* feat: add rpc ListServers

* docs: typescript runtimes

* docs: remove wrong sample

* api false by default

* fix cmd

* docs: different install clis

* docs improve

* docs(api): add Go

* docs(api): add java

* docs(api): add kotllin

* docs(api): add python

* docs(api): add rust

* docs enhancements

* refine docs overall and add install scripts

* fix docs

* doc add install commands to readme

* feat: Gate API - Addition/Removal/Updating of Servers (#427)

* feat: Addition/Removal of servers

* feat: updateservers instead of add/remove

you can now update servers in bulk

* feat: remove servers using only name or address

can remove servers now using name or address or by having both

* feat: updateplayer func to kick/send player

can send/kick player(s) now using the same type of operation method like servers, you can provide reason for kicking.

* refactor: favour idiomatic api

---------

Co-authored-by: robinbraemer <robin.braemer@web.de>

* enhance proto

* buf generate

* docs: simplify What the Installation Scripts Do

* docs: add proto definition

* docs: add generated definition

* web: add landing page content

* background alternating

* fix(ui): mobile responsiveness

* fix icons on mobile

* rename

* refactor: fix mess up inner sections

---------

Co-authored-by: Dylan <dylan@dylanh.dev>

v0.42.2

Toggle v0.42.2's commit message
feat: add note about cached results

v0.42.1

Toggle v0.42.1's commit message
fix: Double slash commands (closes #414)

v0.42.0

Toggle v0.42.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support Minecraft 1.21.2-3 (#411)

* Initial upgrade for Minecraft 1.21.2-3

* fix: show disconnect message in login state

* fix: test

v0.41.2

Toggle v0.41.2's commit message
fix goreleaser

v0.41.1

Toggle v0.41.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update dependencies (#403)

* Update websocket dependency

Update websocket dependency due to new maintainer and repo.

**This doesn't work until go.minekube.com/connect/ws is updated, pull-request is open**

* update connect dependency

---------

Co-authored-by: NixNux123 <nixnux123@fynncraft.de>