Skip to content

Releases: JCGCosta/OntologyToAPI

OntologyToAPI-Alpha

15 Dec 18:04

Choose a tag to compare

Change Log

  • VERSION="0.0.19"
  • LAST_UPDATE="15/12/2025"


OntologyToAPI-Alpha

24 Nov 18:11

Choose a tag to compare

Change Log

  • VERSION="0.0.18"
  • LAST_UPDATE="24/11/2025"

  • Update the BM ontology both in the file and README.md
  • Added description information for the BM endpoint by getting the rdfs:comment from the ontology BM concept
  • Fix with pathing issues in Linux/Mac in the UNQLITEConnection.py

OntologyToAPI-Alpha

19 Nov 00:55

Choose a tag to compare

Change Log

  • VERSION="0.0.17"
  • LAST_UPDATE="18/11/2025"

  • Readme updates, added a full example of using the package.
  • Fixed the required database driver packages in the setup file.
  • Improved the query handling for unqlite databases, to maintain a query style compatible with mongodb databases:
    For instance, queries like the following are now supported in unqlite as well.
    • collection.find({field: 1, id: 0}), will return documents like:
      [
      {field_name: },
      {field_name: },
      ...
      ]
    • collection.find({field: 1}), will return documents like:
      [
      {<doc_id>: },
      {<doc_id>: },
      ...
      ]
      This provides a more consistent experience across different noSQL databases into handle projections similar to mongoDB.
  • Corrections in the Ontology module prefixes and in the sparkQL queries to match the new ontology prefixes.
  • Changed the default named args from metadata and parameters from "FromMetadata" and "FromParameters" to "metadata" and "params" respectively.
  • Changed the data object sent to the BM function from a dictionary to a simple object with attributes, now data inside a BM is accessible by using:
    data.metadata instead of data['metadata']
    data.params instead of data['params']

OntologyToAPI-Alpha

12 Nov 01:48

Choose a tag to compare

Change Log

  • VERSION="0.0.16"
  • LAST_UPDATE="12/11/2025"

  • Readme updates
  • Added the Async SQLite driver
  • Added the Async Postgres driver
  • Added the Async UnqLite driver

OntologyToAPI-Alpha

11 Nov 23:27

Choose a tag to compare

Change Log

  • VERSION="0.0.15"
  • LAST_UPDATE="11/11/2025"

  • Added the Async SQLite driver requirement

OntologyToAPI-Alpha

04 Nov 23:08

Choose a tag to compare

Change Log

  • VERSION="0.0.14"
  • LAST_UPDATE="04/11/2025"

  • Correction with pathing issues for different operating systems.
  • Minor updates in error handling.

OntologyToAPI-Alpha

29 Oct 18:27

Choose a tag to compare

Change Log

  • VERSION="0.0.13"
  • LAST_UPDATE="27/10/2025"

FIRST RELEASE

  • README corrections

OntologyToAPI-Alpha

29 Oct 18:14

Choose a tag to compare

Change Log

  • VERSION="0.0.12"
  • LAST_UPDATE="27/10/2025"

FIRST RELEASE

  • Added "auto" functionality to path in the business model definition.
  • Added validation in the MongoDB connector to ensure the right connection string.

OntologyToAPI-Alpha

27 Oct 21:48

Choose a tag to compare

Change Log

VERSION="0.0.11"
LAST_UPDATE="27/10/2025"

FIRST RELEASE

  • Added "auto" functionality to path in the business model definition.
  • Added validation in the MongoDB connector to ensure the right connection string.

OntologyToAPI-Alpha

27 Oct 20:42

Choose a tag to compare

Change Log

VERSION="0.0.10"
LAST_UPDATE="27/10/2025"


FIRST RELEASE

  • Fixing connectors pathing issues