Releases: gicait/geoserver-rest
Releases · gicait/geoserver-rest
V2.4.0
What's Changed
- Bump mistune from 0.8.4 to 2.0.3 in /docs by @dependabot in #85
- Add Optional Parameter to
publish_featurestore
function by @bensnead in #89 - Bug fix #90 by @alyssamf in #91
- Better way of exception handling by @Ducarouge in #93
- Clean and update git hooks by @Guts in #92
- Apply git hooks by @Guts in #94
New Contributors
- @dependabot made their first contribution in #85
- @bensnead made their first contribution in #89
- @alyssamf made their first contribution in #91
- @Ducarouge made their first contribution in #93
- @Guts made their first contribution in #92
Full Changelog: v2.3.4...v2.4.0
v2.3.4
What's Changed
- Add /rest to url in create_featurestore function by @geozevallos in #79
- documentation: how to use section by @geozevallos in #80
- Added methods to update and delete layergroups by @jeafreezy in #78
New Contributors
- @geozevallos made their first contribution in #79
Full Changelog: v2.3.0...v2.3.4
geoserver rest v2.3.0
What's new with this release?
create_layergroup
function added- Params for
delete_workspace
anddelete_style
changed to{recursive: true}
- Added methods to use REST API for user/group service CRUD operations.
- Removed
key_column
parameter and addedsrid
parameter (coordinate system of the layer, default is 4326) frompublish_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
- @theoway made their first contribution in #63
- @eleticial made their first contribution in #74
- @jeafreezy made their first contribution in #75
Full Changelog: v2.1.0...v2.3.0
V2.1.0
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
Finally geoserver-rest
v2.0.0 is here with following updates,
- Fully replaced the
pycurl
dependency withpython request
- Dropped the
psycopg2
dependencies - 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 librarypostgres-helper
` - Documentation adjustments
- The
overwrite
options removed fromcreate_coveragestore
,create_coveragestyle
and other style functions
V1.6.1
V1.5.0
New functions
- get_version
- get_status
- get_system_status
- reload
- reset
- get_datastore
- get_datastores
- get_coveragestore
- get_coveragestores
- get_layer
- get_layers
- get_layergroup
- get_layergroups
- get_style
- get_styles
- get_default_workspace
- set_default_workspace
- 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
- Conda installation added
What's Changed
- delete_values function added in postgres function by @iamtekson in #32
- coverage_style update by @iamtekson in #31
- get request for version, manifest, status by @iamtekson in #35
- Create CODE_OF_CONDUCT.md by @iamtekson in #37
Full Changelog: v1.3.0...v1.5.0
geoserver rest v1.0.3
Documentation error fixed
geoserver rest v1.0.0
The automation process for creating, updating and deleting layers, stores, workspaces and styles.