Changelog
Source:NEWS.md
geosapi 0.6-7 |
CRAN release: 2023-10-04
Bug fixes
- #64 Fix workspace-based style creation/update/delete methods
geosapi 0.6-4 |
CRAN release: 2022-08-18
Enhancements
- #55 Support zipped GeoPackage upload
Documentation
- #56 Upgrade roxygen2 Rd to 7.2.1 (html fix)
geosapi 0.6-3 |
CRAN release: 2022-06-17
Bug fixes
-
#54 Error in
getDataStore
(s) - fix wrong XML handling
geosapi 0.6-2 |
CRAN release: 2022-06-14
Bug fixes
- #53 Shapefile upload doesn’t work anymore - wrong Content-Type
geosapi 0.6-1 |
CRAN release: 2022-06-01
Bug fixes
- #51 Trailing slash may encounter issue when creating GSManager
geosapi 0.6 |
CRAN release: 2022-05-02
New features
Enhancements
- #52 Standardize R6-class documentation
geosapi 0.4-0 |
CRAN release: 2019-05-02
New features
Bug fixes
- #32 datastore decoding breaks with empty description
- #33 uploadShapefile returns Internal Server error linked to mimeType
- #42 Workspace Naming : updateServiceSettings, only lowercased workspace names ?
- #45 Disable OGC service doesn’t work for worskpace settings
Miscs
- #34 unpublishLayer doc typo
geosapi 0.3-0 |
CRAN release: 2018-09-12
New features
- #19 Add support for GS Postgis dataStore
- #25 Add support for GS Oracle NG dataStore
- #27 Add FeatureType support for CQL Filter
Bug fixes
-
#30
unpublishLayer
bug in if conditions
Miscs
- #23 Add integration tests for GSShapefileDirectoryDataStore
geosapi 0.2-0 |
CRAN release: 2017-12-01
New features
- #17 GSFeatureType - encoding/decoding of metadata VirtualTable
- #22 Add support for GS Directory of shapefiles dataStore
- #24 Add support for LayerGroup
Enhancements
- #20 Allow inheritance of specific datastore classes
geosapi 0.1-0 |
CRAN release: 2017-02-22
New features
- #1 Support of GS workspace - encoding/decoding & CRUD operations
- #2 Support of GS namespace - encoding/decoding & CRUD operations
- #3 Support of GS datastore - encoding/decoding & CRUD operations
- #4 Support of GS ShapeFile datastore - encoding/decoding
- #5 Support of GS Resource - encoding/decoding & CRUD operations
- #6 Support of GS FeatureType - encoding/decoding
- #7 Support of GS Layer - encoding/decoding & CRUD operations
- #8 Support of GS utils methods to perform http requests (GET, PUT, POST, DELETE)
- #9 Support GS Manager class (main entrypoint for users)
- #10 Provide a single generic GS XML Resource encoder
- #11 Support of GS Version
- #12 Support of catalog reload operation
- #13 CRUD operations for styles + getSLDBody method
Miscs
- #18 Set Travis CI docker geoserver instance for integration tests