Changes in version 0.8-1 Enhancements - #78 Consolidate ACL management methods Changes in version 0.8 (2026-01-12) Enhancements - #77 Fetch Geoserver version only once New features - #76 Implement Access Control List manager Changes in version 0.7-2 (2025-09-01) Fix Rdoc requested by CRAN Changes in version 0.7-1 (2024-03-11) Corrections - #73 Bad XML encoding for entryset Changes in version 0.7 (2024-02-27) Enhancements - #62 Migrate geosapi from XML to xml2 - #69 Add cli as dependency for nice logs New features - #65 Support for Geoserver monitoring plugin API methods - #67 Support filename arg for GET methods - #68 Support custom printer for geosapi objects Changes in version 0.6-7 (2023-10-04) Bug fixes - #64 Fix workspace-based style creation/update/delete methods Changes in version 0.6-6 (2023-09-01) Enhancements - #60 Fix base URL used to retrieve Geoserver version - #61 Support workspace-based methods getStyles, getStyleNames Changes in version 0.6-5 (2023-01-06) Enhancements - #57 Allow namespace based import of GSManager Changes in version 0.6-4 (2022-08-18) Enhancements - #55 Support zipped GeoPackage upload Documentation - #56 Upgrade roxygen2 Rd to 7.2.1 (html fix) Changes in version 0.6-3 (2022-06-17) Bug fixes - #54 Error in getDataStore(s) - fix wrong XML handling Changes in version 0.6-2 (2022-06-14) Bug fixes - #53 Shapefile upload doesn't work anymore - wrong Content-Type Changes in version 0.6-1 (2022-06-01) Bug fixes - #51 Trailing slash may encounter issue when creating GSManager Changes in version 0.6 (2022-05-02) New features - #31 Support for Coverage store class & operations - #50 implement system status method + shiny UI Enhancements - #52 Standardize R6-class documentation Changes in version 0.5-1 (2021-09-15) Enhancements - #49 Better management of keyring backend Changes in version 0.5 (2020-08-05) New features - #47 Support Geopackage datastore + upload - #48 Secure API password with 'keyring' Changes in version 0.4-1 (2019-09-30) Bug fixes - #46 CREATE workspace settings doesn't work Changes in version 0.4-0 (2019-05-02) New features - #35 CRUD Workspace Settings operations - #36 CRUD OGC Service Settings operations 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 Changes in version 0.3-0 (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 Changes in version 0.2-0 (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 Changes in version 0.1-0 (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