NEWS (original) (raw)
geosapi 0.7-2 | 
Fix Rdoc requested by CRAN
geosapi 0.7-1 | 
Corrections
- #73 Bad XML encoding for entryset
geosapi 0.7 | 
Enhancements
New features
- #65Support for Geoserver monitoring plugin API methods
- #67Support filename arg for GET methods
- #68Support custom printer for
geosapiobjects
geosapi 0.6-7 | 
Bug fixes
- #64 Fix workspace-based style creation/update/delete methods
geosapi 0.6-6 | 
Enhancements
- #60 Fix base URL used to retrieve Geoserver version
- #61Support workspace-based methods
getStyles,getStyleNames
geosapi 0.6-5 | 
Enhancements
- #57Allow namespace based import of GSManager
geosapi 0.6-4 | 
Enhancements
- #55Support zipped GeoPackage upload
Documentation
- #56Upgrade roxygen2 Rd to 7.2.1 (html fix)
geosapi 0.6-3 | 
Bug fixes
- #54Error in
getDataStore(s) - fix wrong XML handling
geosapi 0.6-2 | 
Bug fixes
- #53Shapefile upload doesn’t work anymore - wrong Content-Type
geosapi 0.6-1 | 
Bug fixes
- #51Trailing slash may encounter issue when creating GSManager
geosapi 0.6 | 
New features
Enhancements
- #52Standardize R6-class documentation
geosapi 0.5-1 | 
Enhancements
- #49Better management of keyring backend
geosapi 0.5 | 
New features
geosapi 0.4-1 | 
Bug fixes
- #46CREATE workspace settings doesn’t work
geosapi 0.4-0 | 
New features
Bug fixes
- #32datastore decoding breaks with empty description
- #33uploadShapefile returns Internal Server error linked to mimeType
- #42Workspace Naming : updateServiceSettings, only lowercased workspace names ?
- #45Disable OGC service doesn’t work for worskpace settings
Miscs
- #34unpublishLayer doc typo
geosapi 0.3-0 | 
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
unpublishLayerbug in if conditions
Miscs
- #23 Add integration tests for GSShapefileDirectoryDataStore
geosapi 0.2-0 | 
New features
- #17GSFeatureType - encoding/decoding of metadata VirtualTable
- #22 Add support for GS Directory of shapefiles dataStore
- #24 Add support for LayerGroup
Enhancements
- #20Allow inheritance of specific datastore classes
geosapi 0.1-0 | 
New features
- #1Support of GS workspace - encoding/decoding & CRUD operations
- #2Support of GS namespace - encoding/decoding & CRUD operations
- #3Support of GS datastore - encoding/decoding & CRUD operations
- #4Support of GS ShapeFile datastore - encoding/decoding
- #5Support of GS Resource - encoding/decoding & CRUD operations
- #6Support of GS FeatureType - encoding/decoding
- #7Support of GS Layer - encoding/decoding & CRUD operations
- #8Support of GS utils methods to perform http requests (GET, PUT, POST, DELETE)
- #9Support GS Manager class (main entrypoint for users)
- #10Provide a single generic GS XML Resource encoder
- #11Support of GS Version
- #12Support of catalog reload operation
- #13 CRUD operations for styles + getSLDBody method
Miscs
- #18 Set Travis CI docker geoserver instance for integration tests