Skip to content

Releases: gicait/geoserver-rest

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

v2.4.1

14 Jan 04:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.4.1

V2.4.0

10 Jan 19:37
64ec103
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.4...v2.4.0

v2.3.4

23 Jun 15:23
0ca294a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.3.4

geoserver rest v2.3.0

06 May 16:03
Compare
Choose a tag to compare

What's new with this release?

  • create_layergroup function added
  • Params for delete_workspace and delete_style changed to {recursive: true}
  • Added methods to use REST API for user/group service CRUD operations.
  • Removed key_column parameter and added srid parameter (coordinate system of the layer, default is 4326) from publish_featurestore_sqlview function
  • Solved the Bug #73 and #69

What's Changed

  • Rearranging and fixing problems within create_featurestore method and adding new method "edit_featuretype" by @JLoos92 in #60
  • create database entry key fixed (spelling) by @JLoos92 in #62
  • Adds REST API for CRUD on user/group service by @theoway in #63
  • Update Geoserver.py by @eleticial in #74
  • tidying up & attempted layergroup creation by @jeafreezy in #75

New Contributors

Full Changelog: v2.1.0...v2.3.0