Skip to content

Releases: gicait/geoserver-rest

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

V2.1.0

14 Aug 08:23
Compare
Choose a tag to compare

Improvements,

  • Expose primary key option for datastore in create_featurestore function
  • Time dimension support for the coverage store
  • Bug fixing for the .tiff datastore
  • Added the request.content to error messages in order to get more information about the error

geoserver rest v2.0.0

28 May 09:17
d67eab9
Compare
Choose a tag to compare

Finally geoserver-rest v2.0.0 is here with following updates,

  1. Fully replaced the pycurl dependency with python request
  2. Dropped the psycopg2 dependencies
  3. Dropped the PostgreSQL functionalities (deleted geo/Postgres.py file). I think the functionalities of PostgreSQL is outside the scope of this library. So I initiated the separated library postgres-helper`
  4. Documentation adjustments
  5. The overwrite options removed from create_coveragestore, create_coveragestyle and other style functions

V1.6.1

27 May 10:31
Compare
Choose a tag to compare
  • Bug fixing
  • Get functions

V1.5.0

09 Mar 06:42
Compare
Choose a tag to compare

New functions

  1. get_version
  2. get_status
  3. get_system_status
  4. reload
  5. reset
  6. get_datastore
  7. get_datastores
  8. get_coveragestore
  9. get_coveragestores
  10. get_layer
  11. get_layers
  12. get_layergroup
  13. get_layergroups
  14. get_style
  15. get_styles
  16. get_default_workspace
  17. set_default_workspace
  18. get_workspaces

Update on delete request

All the delete requests have now a recursive:true param. For example, if
we delete the workspace, it will delete the datastore, coveragestore,
styles, layers, etc, inside the particular workspace.

Update on docs

  1. Conda installation added

What's Changed

Full Changelog: v1.3.0...v1.5.0

geoserver rest v1.0.3

15 Sep 01:35
Compare
Choose a tag to compare

Documentation error fixed

geoserver rest v1.0.0

11 Sep 13:58
8c83617
Compare
Choose a tag to compare

The automation process for creating, updating and deleting layers, stores, workspaces and styles.