Releases: koopjs/koop-provider-marklogic
Releases · koopjs/koop-provider-marklogic
2.0.0
This major release of the MarkLogic Koop Provider addresses the following enhancements and fixes:
- Upgraded from the deprecated
koop
andfeatureserver
modules to@koopjs/koop-core
and@koopjs/featureserver
. The provider thus requires usage of Koop in any way described in the Koop documentation. This change in Koop dependencies is the reason for this new major release. - New documentation available at https://koopjs.github.io/koop-provider-marklogic/ .
- An out-of-the-box Koop application with the MarkLogic Koop Provider installed is now available as a versioned download attached to this release page.
- #181 New authentication strategy named
auth-marklogic-basic-header
can now be used for easy integration with tools such as QGIS.
1.2.0
Support for ArcGIS Pro add-in
- Added support allowing geo data service requests to be proxied to MarkLogic. This is a new requirement for the ArcGIS Pro add-in starting version 1.0
returnGeometry
now defaults to true if not provided #171
Enable file-based authentication
Added support for file-based authentication using the https://github.com/koopjs/koop-auth-direct-file plugin.
Split up koop-provider-marklogic and marklogic-geo-data-services
The MarkLogic Esri Connector is split into two parts now:
- A Koop provider plugin (this release)
- MarkLogic Geo Data Services
Added aggregates for data source joins
Merge pull request #144 from koopjs/feature/143 Configuration updates
Update beta release with SPARQL joins
Fixed some bugs and added the ability to join the results from SPARQL queries into the features.
Minor update to beta 1
Fixed some errors in the main README and cleaned up some garbage characters that were in one of the modules for some reason.
First beta release
Lots of fixes and enhancements since the alpha. Lots more to come very soon as well.
v1.0.0-alpha.1
First alpha release of the MarkLogic Esri Koop provider. This allows users to easily access data in MarkLogic via an Esri feature service API.