Releases: JCGCosta/OntologyToAPI
Releases · JCGCosta/OntologyToAPI
OntologyToAPI-Alpha
Change Log
- VERSION="0.0.19"
- LAST_UPDATE="15/12/2025"
- Update README.txt with latest instructions.
- Added Wiki to at https://github.com/JCGCosta/OntologyToAPI/wiki
OntologyToAPI-Alpha
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
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.
- collection.find({field: 1, id: 0}), will return documents like:
- 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
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
Change Log
- VERSION="0.0.15"
- LAST_UPDATE="11/11/2025"
- Added the Async SQLite driver requirement
OntologyToAPI-Alpha
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
Change Log
- VERSION="0.0.13"
- LAST_UPDATE="27/10/2025"
FIRST RELEASE
- README corrections
OntologyToAPI-Alpha
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
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
Change Log
VERSION="0.0.10"
LAST_UPDATE="27/10/2025"
FIRST RELEASE
- Fixing connectors pathing issues