Skip to content

Releases: thijsvanloef/palworld-server-docker

2.3.1

21 Feb 15:47
d5d6a1b

Choose a tag to compare

What's Changed

Full Changelog: 2.3.0...2.3.1

2.3.0

08 Jan 13:15
5c0f729

Choose a tag to compare

What's Changed

Full Changelog: 2.2.2...2.3.0

2.2.2

06 Jan 10:00
eb378d5

Choose a tag to compare

Notable Changes

  • Fixed pal_logger.py hangs the server during second startup #779

What's Changed

New Contributors

Full Changelog: 2.2.1...2.2.2

2.2.1

03 Jan 12:15
3b7dbe3

Choose a tag to compare

Important Changes

  • LOG_FILTER_ENABLED has been disabled by default, if you have it enabled, please disable it until further notice.

What's Changed

Full Changelog: 2.2.0...2.2.1

2.2.0

29 Dec 19:32
5e963c3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.2.0

2.1.0

02 Dec 12:02
5f753c2

Choose a tag to compare

Notable Changes

  • Some RCON calls were missed in the process of deprecating, that is now fixed.
  • Run a "steam warmup" to prevent "missing configuration" error when trying to install Palworld
  • Reduced logging verbosity, you can use LOG_FILTER_ENABLED to disable or enable it. (default is enabled)
  • You can now change the log format type using LOG_FORMAT_TYPE to json/logfmt/colored/plain/default.

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0

28 Nov 09:50

Choose a tag to compare

2.0.0

🎉 Woohoo! Another major update!
This release includes breaking changes, so we’re bumping the version to 2.0.0.

With the upcoming Palworld: “Home Sweet Home” update arriving on December 17th, we’re making major improvements to keep the project aligned with the game. The biggest change in this release is our shift away from relying on RCON.

RCON has been deprecated for some time, but many of our internal scripts still depended on it. I’m excited to announce that the REST API is now the default communication method for all core functionality! This brings improved long-term maintainability!

⚠️Breaking Changes

Before updating, please make sure to backup your important files & update your compose files to the new latest version!

  • RCON is no longer the default backend. The project now uses the REST API by default for all server interactions.

What's Changed

Full Changelog: 1.4.6...2.0.0

1.4.6

25 Oct 14:19
8d8c2e5

Choose a tag to compare

What's Changed

  • remove jq version pin by @thijsvanloef in #736
  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #731
  • Bump actions/upload-pages-artifact from 3 to 4 by @dependabot[bot] in #732
  • Revert "Bump actions/upload-pages-artifact from 3 to 4" by @thijsvanloef in #737
  • Bump hadolint/hadolint-action from 3.1.0 to 3.2.0 by @dependabot[bot] in #733
  • Bump actions/setup-node from 4 to 5 by @dependabot[bot] in #734
  • Bump golang from 1.25.0-alpine to 1.25.1-alpine by @dependabot[bot] in #735
  • init: ensure backup directory is created before chown by @saltydk in #743
  • Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #741
  • Bump actions/upload-pages-artifact from 3 to 4 by @dependabot[bot] in #738
  • Bump hadolint/hadolint-action from 3.2.0 to 3.3.0 by @dependabot[bot] in #739
  • Bump golang from 1.25.1-alpine to 1.25.3-alpine by @dependabot[bot] in #742
  • Bump actions/setup-node from 5 to 6 by @dependabot[bot] in #744
  • add missing ItemCorruptionMultiplier by @thijsvanloef in #746
  • Bump webpack-dev-server, @docusaurus/core, @docusaurus/plugin-google-gtag, @docusaurus/plugin-sitemap and @docusaurus/preset-classic in /docusaurus by @dependabot[bot] in #745

New Contributors

Full Changelog: 1.4.5...1.4.6

1.4.5

14 Aug 18:42
728144e

Choose a tag to compare

Notable changes

  • Fixed REST_API_ENABLED & REST_API_PORT in settings
  • Moved docs from Cloudflare Pages to Github Pages

What's Changed

New Contributors

Full Changelog: 1.4.4...1.4.5

1.4.4

31 Jul 09:09
36c2aaf

Choose a tag to compare

What's Changed

Full Changelog: 1.4.3...1.4.4