Skip to contents

geosapi 0.7-1 | CRAN_Status_Badge

Corrections

  • #73 Bad XML encoding for entryset

geosapi 0.7 | CRAN_Status_Badge

CRAN release: 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

geosapi 0.6-7 | CRAN_Status_Badge

CRAN release: 2023-10-04

Bug fixes

  • #64 Fix workspace-based style creation/update/delete methods

geosapi 0.6-6 | CRAN_Status_Badge

CRAN release: 2023-09-01

Enhancements

  • #60 Fix base URL used to retrieve Geoserver version
  • #61 Support workspace-based methods getStyles, getStyleNames

geosapi 0.6-5 | CRAN_Status_Badge

CRAN release: 2023-01-06

Enhancements

  • #57 Allow namespace based import of GSManager

geosapi 0.6-4 | CRAN_Status_Badge

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_Status_Badge

CRAN release: 2022-06-17

Bug fixes

  • #54 Error in getDataStore(s) - fix wrong XML handling

geosapi 0.6-2 | CRAN_Status_Badge

CRAN release: 2022-06-14

Bug fixes

  • #53 Shapefile upload doesn’t work anymore - wrong Content-Type

geosapi 0.6-1 | CRAN_Status_Badge

CRAN release: 2022-06-01

Bug fixes

  • #51 Trailing slash may encounter issue when creating GSManager

geosapi 0.6 | CRAN_Status_Badge

CRAN release: 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

geosapi 0.5-1 | CRAN_Status_Badge

CRAN release: 2021-09-15

Enhancements

  • #49 Better management of keyring backend

geosapi 0.5 | CRAN_Status_Badge

CRAN release: 2020-08-05

New features

  • #47 Support Geopackage datastore + upload
  • #48 Secure API password with ‘keyring’

geosapi 0.4-1 | CRAN_Status_Badge

CRAN release: 2019-09-30

Bug fixes

  • #46 CREATE workspace settings doesn’t work

geosapi 0.4-0 | CRAN_Status_Badge

CRAN release: 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

geosapi 0.3-0 | CRAN_Status_Badge

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_Status_Badge

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_Status_Badge

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