Releases: OneOffTech/geoserver-client-php
Releases · OneOffTech/geoserver-client-php
v0.4.1
PHP 8.0, 8.1 and GeoServer 2.17
What's Changed
Added
- Support for PHP 8.0 and 8.1 (#26)
- Support for GeoServer 2.17.x
Removed
- Support for PHP 7.1, 7.2 and 7.3 (#25)
Changed
- Switch to GitHub Actions (#24)
Full Changelog: v0.3.0...v0.4.0
PHP 7.4 and GeoServer 2.15
This release ensure compatibility with PHP 7.4 and fix some compatibility issues when operating on style files in GeoServer 2.15
Changed
- breaking Style upload original filename is not preserved anymore. The file name will be the same as the given name via
StyleFile->name()(if not specified the default value is equal to the filename without the extension) - Style files are directly uploaded in the workspace without a first request to create an empty style
- Allowed
jms/serializerversion 3.4 or above on compatible PHP versions - Allowed
php-http/client-implementationversion 1.0 or version 2.0
PHP 7.2 and 7.3
This release ensures that PHP 7.2 and 7.3 are supported, plus some minor fix
Fixed
- Style format identification on PHP 7.2 and 7.3
A bit of UTF-8
Changed
- File uploads to GeoServer are now performed with UTF-8 charset
Hello!
We are pleased to announce the first official release of the library.
This release includes the main features of the library.
Added
- Connection to a Geoserver instance, with authentication support
- Ability to identify Shapefile, GeoTiff and GeoPackage formats
- Create workspace or retrieve existing workspace details
- Create coverage stores and listing them
- Create data stores and listing them
- Upload files in various formats
- Manage styles in SLD format