Skip to content

Releases: OneOffTech/geoserver-client-php

v0.4.1

07 Aug 10:04

Choose a tag to compare

What's Changed

Added

  • Automated testing against GeoServer 2.20.x and 2.21.x (#29)

Changed

  • Ignore workspace already existing error while creating a workspace (#29). This preserve the same behavior across GeoServer versions from 2.15 to 2.21

Full Changelog: v0.4.0...v0.4.1

PHP 8.0, 8.1 and GeoServer 2.17

06 Aug 12:12

Choose a tag to compare

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

06 Jan 10:06

Choose a tag to compare

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/serializer version 3.4 or above on compatible PHP versions
  • Allowed php-http/client-implementation version 1.0 or version 2.0

PHP 7.2 and 7.3

02 Jan 16:24

Choose a tag to compare

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

23 Oct 11:36

Choose a tag to compare

Changed

  • File uploads to GeoServer are now performed with UTF-8 charset

Hello!

16 Oct 11:29
7d61773

Choose a tag to compare

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