Skip to content

Latest commit

 

History

History
173 lines (95 loc) · 9.61 KB

NEWS.md

File metadata and controls

173 lines (95 loc) · 9.61 KB

Corrections

  • #73 Bad XML encoding for entryset

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

Bug fixes

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

Enhancements

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

Enhancements

  • #57 Allow namespace based import of GSManager

Enhancements

  • #55 Support zipped GeoPackage upload

Documentation

  • #56 Upgrade roxygen2 Rd to 7.2.1 (html fix)

Bug fixes

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

Bug fixes

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

Bug fixes

  • #51 Trailing slash may encounter issue when creating GSManager

New features

  • #31 Support for Coverage store class & operations
  • #50 implement system status method + shiny UI

Enhancements

  • #52 Standardize R6-class documentation

Enhancements

  • #49 Better management of keyring backend

New features

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

Bug fixes

  • #46 CREATE workspace settings doesn't work

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

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

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

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