Skip to content

Change History

Emmanuel Blondel edited this page May 2, 2019 · 9 revisions

This page aims to provide a transparent history of changes operated on geosapi. The changes are accessible:

  • by main milestone of development (currently Milestone 0.3)
  • by package version: Versions of geosapi follow the following format: <major_version>.<minor_version>-<revision_number> For example: 0.3-1 is the 1st revision of 0.3. For each package version, a tag will indicate if the package has been submitted on CRAN or not.
  • by type of issues: Corrections, Enhancements, New features

geosapi 0.5 - ONGOING

0.5 | CRAN_Status_Badge

Corrections

Nothing

Enhancements

Nothing

New Features

Nothing

0.4 | CRAN_Status_Badge

Corrections

  • #32 datastore decoding breaks with empty description
  • #33 uploadShapefile returns Internal Server error linked to mimeType
  • #45 Disable OGC service doesn't work for worskpace settings

Enhancements

  • #23 Add integration tests for GSShapefileDirectoryDataStore

New Features

  • #35 Support CRUD operations for workspace settings
  • #36 Support CRUD operations for OGC service (WMS/WFS/WCS) settings

0.3 | CRAN_Status_Badge

Corrections

  • #30 unpublishLayer bug in if conditions

Enhancements

No enhancements

New Features

  • #19 Add support for GS Postgis dataStore
  • #25 Add support for GS Oracle NG datastore
  • #27 Add FeatureType support for CQL Filter

0.2 | CRAN_Status_Badge

Corrections

No corrections

Enhancements

  • #20 Allow inheritance of specific datastore classes

New Features

  • #17 GSFeatureType - encoding/decoding of metadata VirtualTable
  • #22 Add support for GS Directory of shapefiles dataStore
  • #23 Add support for LayerGroup

0.1 | CRAN_Status_Badge

  • #1 Support of GS workspace - encoding/decoding & CRUD operations
  • #2 Support of GS namespace - encoding/decoding & CRUD operations
  • #3 Support of GS namespace - 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
  • #18 Set Travis CI docker geoserver instance for integration tests
Clone this wiki locally