Releases: Pugmatt/BedrockConnect
Releases · Pugmatt/BedrockConnect
1.21.40/1.21.41 Support
- Adds support for 1.21.20 release version
1.21.30 Support
- Adds support for 1.21.30 release version
1.21.20 Support
- Adds support for 1.21.20 release version
Support for more database types (Postgres, MariaDB) + auto-reconnect
- 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)
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
- Adds support for 1.21.2 release version
Allow settings to be configured through configuration file + environment variables
- 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
- Adds support for 1.21.0 release version
- Removes offline_packet_limit startup argument (no longer used)
Add "Enchanted Dragons" Featured Server
- Add Enchanted Dragons to featured servers
1.20.80 update
- Adds support for 1.20.80 release version
Networking Fixes
- Upgrades RakNet version so proper packet rate limiting is in place (Can be configured in startup command with
packet_limit
,offline_packet_limit
, andglobal_packet_limit
)