Skip to content

Releases: datakaveri/dx-rs-proxy

Resource Access Service Proxy v5.0.0

23 Nov 04:47
6d7f58a
Compare
Choose a tag to compare

What's new?

  • Updated the ID structure to Universally Unique IDentifiers (UUIDs) for improved security.

Enhancement

  • Improved audit logs with additional details

Testing

  • Added PMD and Checkstyle to the server for improved code quality analysis

Resource Access Server Proxy v4.5.0

31 Mar 10:20
862b013
Compare
Choose a tag to compare

New Features

  • Introduced Auditing Service for auditing the API access. This can be used to enable access restrictions
  • Introduced Auditing APIs to understand the access usage by users
  • Introduced Multi-attribute support for search queries to support on the fly filtration using APIs
  • Introduced complex search using POST search to enable large queries

Resource Access Server Proxy v4.0.0

30 Sep 11:41
9be297f
Compare
Choose a tag to compare

Features

  • The Resource Access Server Proxy helps to connect a consumer to data resources hosted on data providers API server/File servers/databases. It implements IUDX APIs as northbound data access APIs and integrates with Catalogue and Authorization services for resource and data access restrictions. This component implements the spatial, temporal and attribute data access APIs as per the IS 18003 standard.
    • The implementation is a Vert.x (Java) based cloud deployable Resource Access Server which can be hosted by Data Providers
    • Select IUDX Resource access API endpoints available in the proxy are:
      • /temporal/entities for Temporal Search
      • /entities for Spatial and Attribute Search
  • Metering and Auditing Service
    • Resource Access Server Proxy integrates with immutable databases (ImmuDB) for auditing API access. This can be used to enable access restrictions

Resource Access Server Proxy v3.5.0

31 Mar 11:29
8dc200c
Compare
Choose a tag to compare

New Features

  • Vert.x based cloud deployable Resource Access Server hosted by Data Providers
  • The proxy will help any IUDX Data provider to connect with their database / custom APIs / File Systems to fetch data.
  • Select IUDX Resource access API endpoints available in the proxy: /temporal/entities, /entities. All resource access APIs are as per the IUDX specifications.
  • Auditing Service
    • Resource Access Server Proxy integrates with immutable database (ImmuDB) for logging API access logs for auditing purpose

What's Changed

New Contributors

Full Changelog: https://github.com/datakaveri/iudx-rs-proxy/commits/v3.5.0