Skip to content

Releases: Pugmatt/BedrockConnect

1.21.20 Support

13 Aug 19:02
Compare
Choose a tag to compare
  • Adds support for 1.21.20 release version

Support for more database types (Postgres, MariaDB) + auto-reconnect

06 Aug 07:26
Compare
Choose a tag to compare
  • Adds official support for new database types (postgres, mariadb) (@Xavierhorwood #520)
  • Database configuration is now set through db_type, db_host, db_db, db_user, and db_pass (@Xavierhorwood #520) Previous mysql_* settings still work this version, but are set for deprecation (See more info below)
  • Adds auto_reconnect settings, to enable auto-reconnect on database connections (@Xavierhorwood #520)

⚠️ DEPRECATION WARNING ⚠️
If you are currently using a MySQL database on your existing BedrockConnect setup, your current configuration may not work in future versions. Read more here: https://github.com/Pugmatt/BedrockConnect/wiki/Deprecated-Database-Settings

1.21.2 Support

09 Jul 17:44
Compare
Choose a tag to compare
  • Adds support for 1.21.2 release version

Allow settings to be configured through configuration file + environment variables

09 Jul 04:48
Compare
Choose a tag to compare
  • Settings can now alternatively be configured through a configuration file or environment variables (See Configuration section in README for more details)
  • A public docker image is now available under pugmatt/bedrock-connect (Docker image auto-deployment set up by Zomzog #506)

1.21.0 Support

13 Jun 17:37
Compare
Choose a tag to compare
  • Adds support for 1.21.0 release version
  • Removes offline_packet_limit startup argument (no longer used)

Add "Enchanted Dragons" Featured Server

04 Jun 18:52
Compare
Choose a tag to compare
  • Add Enchanted Dragons to featured servers

1.20.80 update

23 Apr 18:59
Compare
Choose a tag to compare
  • Adds support for 1.20.80 release version

Networking Fixes

01 Apr 18:46
Compare
Choose a tag to compare
  • Upgrades RakNet version so proper packet rate limiting is in place (Can be configured in startup command with packet_limit, offline_packet_limit, and global_packet_limit)

1.20.70 update

12 Mar 17:33
Compare
Choose a tag to compare
  • Adds support for 1.20.70 release version

1.20.60 update

06 Feb 18:33
Compare
Choose a tag to compare
  • Adds support for 1.20.60 release version