SmartFoxServer 2X v2.20.0 cumulative patch
PLEASE NOTE: this cumulative patch works exclusively with SFS2X 2.19.x. If you're not currently running version 2.19 install it first, then apply this patch. SFS2X Download page
How to use
- Unzip the patch and copy the decompressed folder inside your SmartFoxServer_2X/ installation folder.
- Open the patch folder.
- Run one of the three launch scripts based on the operating system in use:
- Windows: double click the install-win.bat file
- Linux: from a terminal run the install-linux.sh script
- macOS: from a terminal run the install-osx.sh script
NOTE #1:
The patch updates the embedded Tomcat http server, overwriting its current settings. If you have customized its configuration and/or deployed an SSL certificate you will need to re-apply those changes.
The patch updates the embedded Tomcat http server, overwriting its current settings. If you have customized its configuration and/or deployed an SSL certificate you will need to re-apply those changes.
NOTE #2:
Under Windows 10/11 the default Zip utility will create an additional folder with the same name of the .zip file, if you extract the file from the contextual menu. We recommend double clicking the patch file instead and dragging the main folder to the SmartFoxServer_2X/ directory in your drive.
Under Windows 10/11 the default Zip utility will create an additional folder with the same name of the .zip file, if you extract the file from the contextual menu. We recommend double clicking the patch file instead and dragging the main folder to the SmartFoxServer_2X/ directory in your drive.
Version 2.20.0
- General
- NEW: updated Tomcat http server with release 9.0.87, with several bug and security fixes, and performance improvements.
- NEW: improved License Server communication with faster response times. Also the License Server is now reachable from China since the infrastructure was moved from Google App Engine to Amazon Web Services.
- NEW: added <disconnectOnFullQueue> setting in core.xml to auto-disconnect slow clients whose packet queue has reached max capacity. By default the setting is not active. For more details see the documentation here.
- NEW: GeoLite database updated to the latest release
Version 2.19.3
- General
- FIX: fixed an issue with the configuration of the ExtensionFloodFilter
Version 2.19.2
- General
- FIX: updates Tomcat from version 9.0.55 to 9.0.70
Version 2.19.1
- General
- FIX: issue with targeting a single Room data file via the Room Persistence API, specifically with the loadRoom(file) and removeRoom(file) methods.
