= !MapGuide 4.0.0 Beta 2 Release Notes = MapGuide Open Source 4.0.0 Beta 2 is now available. [[TOC]] == Downloads == **NOTE: We now only provide 64-bit builds for both Windows and Linux and SHA-1 checksums are provided for all binary artifacts listed** ||Download||Size||SHA-1|| ||'''Windows Installer'''|||||| ||'''Windows InstantSetup bundle'''|||||| ||'''Windows .pdb files'''|||||| ||'''Ubuntu 22.04 installer'''|||||| ||'''CentOS 7 installer'''|||||| ||'''Sheboygan Sample Data'''||[https://download.osgeo.org/mapguide/releases/4.0.0/Beta1/Sheboygan.mgp Sheboygan.mgp]|| a3f75c4d1abadff3baad57f4efe2c5679719a682 || ||'''Fusion build tools''|||||| == Post-release patches == == Changes since 4.0 Beta 1 == * Server Tier * #2879: Repository admin tools have been momentarily pulled from this and future beta releases until the admin scripts have been updated and/or rewritten * As a workaround, use MapGuide Package files to backup/restore repository content * #2880: Removed immature MVT tile rendering support * If you want to produce Mapbox Vector Tiles, use any tool from [https://github.com/mapbox/awesome-vector-tiles this list] * Web Tier * #2870: Fix QUERYMAPFEATURES SelectionKey containing a newline char, breaking client-side reconciliation of selected features * #2873: More PHP8 compatibility fixes in PHP AJAX Viewer * #2876: Fix bad instanceof exception checks in PHP AJAX Viewer * #2868: More PHP8 compatibility fixes in Site Administrator * Samples * #2872: Fix bad extents in SheboyganXYZ tileset * Updated web tier components * PHP 8.1.17 -> 8.1.29 * httpd 2.4.56 -> 2.4.62 * Tomcat 9.0.73 -> 9.0.89 == Known Issues == * If you have a .net project consuming the MapGuide nuget packages and the .net project targets legacy .net Framework 4.x and uses `packages.config` for tracking package references, the native dll copying targets will not activate. * For this to work in this type of project, you need to migrate `packages.config` over to use `PackageReference` elements. Once migrated, the native dll copying targets will activate. == FDO Notes == MGOS 4.0.0 Beta 2 is built against FDO trunk (rev TBD) '''Due to unavailable build resources (the build maintainer does not have access to the ESRI SDK), this release does not include the ArcSDE FDO provider''' FDO trunk (rev TBD) is near identical to FDO 4.1 in terms of functionality with the following changes: * Internal GDAL updated to 2.4.4 * Internal copy of zlib updated to 1.2.12 * Windows: Better swap-ability of internal GDAL dll with externally compiled one * OGR/GDAL/WMS providers changed to use GDAL/OGR C API surface to avoid potential ABI compatibility problems swapping with an externally compiled GDAL dll not compiled with the same MSVC compiler version we're using * Internal xalan/xerces dlls renamed with "fdo" suffix to avoid collisons with an externally compiled GDAL dll (that may bring its own copies of xalan/xerces dlls) * Better support and handling of empty geometries * [SUPERCEDED]: Windows: Internal OpenSSL updated to `1.1.1k` * [SUPERCEDED]: Windows: Internal libcurl updated to `7.73` * Fixed multiple memory leaks in GDAL provider * Restore support for `Count(1)` expression in MySQL Provider * Improved WFS services support for WFS FDO provider * Improved WFS/WMS schema support for layer names with trailing underscores * [New in Beta 2]: Improved WFS provider performance on large layer lists * [New in Beta 2]: Improved WFS provider schema/class enumeration performance * [New in Beta 2]: Improved WFS provider handling of 3D coordinate data * [New in Beta 2]: Windows: Internal libcurl updated to `8.4.0` * [New in Beta 2]: Windows: Internal OpenSSL updated to `3.0.12` * [New in Beta 2]: Backported security fixes for internal SQLite used by SDF provider * SQL Server Provider: * Now supports databases hosted on SQL Azure PaaS * Improve SRID sampling performance * [New for Beta 2] Added coordsys alias for GDA2020 * MySQL Provider: * Support for the full suite of spatial operations for MySQL >= 5.6 * Experimental support for MariaDB * Experimental support for MySQL 8.0 * Improve SRID sampling query performance * PostGIS Provider: * Added support for PostgreSQL 12.0 * No longer joins to `pg_authid` when listing tables/views * Support for curve strings and curve polygons * SHP Provider: Fix memory leaks in extended select implementation The King Oracle provider is built against and now requires Oracle Instant Client 12cR2 == Installer notes == You cannot use the windows installer to in-place upgrade an existing MapGuide Open Source 3.1.x or older installation. Only one MapGuide installation (via the Windows installer) can exist on any given machine. Use the InstantSetup bundle if side-by-side installs are required. Be sure to back up any data and applications before carrying out the new installation. Before upgrading, it is recommended that you take a backup of your existing repository (whether that is through creating MGP packages with the MapGuide Site Administrator or using the provided repository backup tools/scripts) == Extra Files == Due to size constraints, the binary packages for this release of MapGuide omit the following CS-Map data files: * USA: * NSRS 2007/2011 datum shift files * 1996/1999/2003 Geoid height data files * Australia: * GDA 2020 datum shift files These extra files are available for download as a separate 7-zip archive: * [http://download.osgeo.org/mapguide/releases/4.0.0/Preview1/Dictionaries_Extra.7z Dictionaries_Extra.7z] * Size: 230,627,172 bytes * SHA-1: 798b189f88a2d50c71f1d01cfdcdeac9939ccb11 To install these files, extract the contents into your `Dictionaries` folder of your CS-Map installation. On Windows, this would normally be: * `C:\Program Files\OSGeo\MapGuide\CS-Map\Dictionaries` Restart your MapGuide Server after extracting the files. Unless you work with data in one or more coordinate systems that involves one of the above datums, **you do not need these files**. == Windows Compatibility == ||OS||Status|| ||Windows 11||Yes+|| ||Windows 10||Yes|| ||Windows Server 2016||Yes|| + Reported as compatible by users Please [wiki:SubmitTicket report any issues you find].