Skip to content

Releases: gicait/geoserver-rest

v2.9.1

24 Jan 00:20
Compare
Choose a tag to compare

‼️Breaking changes‼️

The previously dependent packages gdal, seaborn, and matplotlib have been categorized as optional. This change simplifies the installation of geoserver-rest by removing several dependencies, especially gdal.

However, to ensure all functionality remains available, you must install these optional packages separately. Without them, the following functions will not work:

  • create_coveragestyle
  • create_categorized_featurestyle
  • create_outline_featurestyle
  • create_classified_featurestyle

To install all optional dependencies, use one of the following commands:

pip install geoserver-rest[all]

What's Changed

New Contributors

Full Changelog: v2.8.3...v2.9.0

v2.8.3

06 Aug 16:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.8.2...v2.8.3

v2.8.2

25 Jul 20:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.8.0...v2.8.2

v2.8.0

24 Jul 05:57
Compare
Choose a tag to compare

What's Changed

  • Changed order of XML validating vs. opening SLD file path to stop crashes on Windows due to file path length by @iboates in #149
  • how_to_use: fix broken get_...() examples by @pesekon2 in #152
  • setup automatic tests by @iboates in #151
  • More request customization by @iboates in #153
  • ai-based doc cleanup by @iboates in #155

New Contributors

Full Changelog: v2.7.0...v2.8.0

v2.7.0

12 Apr 15:37
Compare
Choose a tag to compare

What's Changed

  • Changed upload_style so you can alternatively just pass valid XML in place of the path to the file containing the style XML by @iboates in #139
  • Create geopackage datastore by @knl88 in #143
  • Sql view params update by @iboates in #146

New Contributors

Full Changelog: v2.6.0...v2.7.0

v2.6.0

26 Jan 22:26
Compare
Choose a tag to compare

What's Changed

  • Layer group creation modes by @micder in #132
  • Managing of recalculate param and cqlfilter by @micder in #134
  • Make transparent by removing fill color option by @Kiggo in #135
  • Set stroke-width dynamically by @Kiggo in #137
  • Add opacity parameter to create_coverage by @MarkTNO in #138

New Contributors

Full Changelog: v2.5.3...v2.6.0

v2.5.3

09 Nov 16:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.2...v2.5.3

v2.5.2

08 Nov 18:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.1...v2.5.2

v2.5.1

20 Sep 17:01
Compare
Choose a tag to compare

Full Changelog: v2.5.0...v2.5.1

v2.5.0

16 Jun 00:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.1...v2.5.0