All notable changes to this project will be documented in this file. See conventional commits for commit guidelines.
0.0.6 - 2024-11-06
0.0.5 - 2024-11-06
- replaced 7.2 with 7.2a (7.2 no longer available for download from RDFox website) - (bf7e582) - @jgeluk
0.0.4 - 2024-11-06
- replaced 7.2 with 7.2a (7.2 no longer available for download from RDFox website) - (ffc6a9e) - @jgeluk
- removed support for RDFox 6.* and added support for 7.2 - (49b40c9) - @jgeluk
0.0.3 - 2024-02-19
- removed ekg-namespace dependency that got injected by callers of the
database_call!()
macro - (e97d995) - @jgeluk
0.0.2 - 2024-02-06
0.0.1 - 2024-02-01
- (cursor) fixed issue with argument indexes - (2b17f24) - @jgeluk
- (linux) linux build/test works - (b4f731f) - @jgeluk
- (build) fix windows prepare LLVM issue - (46f0fd8) - @jgeluk
- (build) fix issue with rdfox version number - (7dbae48) - @jgeluk
- (build) saving zip file two directories up - (9224014) - @jgeluk
- (build.rs) better detection of clang - (a31446c) - @jgeluk
- (build.rs) better detection of clang - (d5671a7) - @jgeluk
- (cog) fix cocogitto config - (56fc40f) - @jgeluk
- (docs) some details - (aa77a56) - @jgeluk
- (docs) fixing docs job - (26124b1) - @jgeluk
- (docs) some details - (4bf4e4f) - @jgeluk
- (docs) fixing docs job - (93a26fd) - @jgeluk
- (docs) fixing docs job - (89c72ae) - @jgeluk
- (docs) fixing docs job - (b13c9a7) - @jgeluk
- (docs) fixing docs job - (ed3178b) - @jgeluk
- (gh) added github actions workflows - (e373d02) - @jgeluk
- (gh) added github actions workflows - (a0606ec) - @jgeluk
- (publish) changed package name to rdfox-rs - (bb2b214) - @jgeluk
- (publish) changed package name to rdfox-rs - (b0fefda) - @jgeluk
- (publish) changed package name to rdfox-rs - (2889b3d) - @jgeluk
- (publish) changed package name to rdfox-rs - (88e7b9b) - @jgeluk
- (publish) changed version numbering to not follow rdfox version numbering - (d62c312) - @jgeluk
- (publish) publishing on crates.io - (4d06a5b) - @jgeluk
- (publish) publishing on crates.io - (bbc5f43) - @jgeluk
- (publish) publishing on crates.io - (1ed1236) - @jgeluk
- (publish) publishing on crates.io - (7ff0769) - @jgeluk
- (publish) publishing on crates.io - (0b8a793) - @jgeluk
- (publish) publishing on crates.io - (11785e5) - @jgeluk
- (api) removed some comments - (27c967b) - @jgeluk
- updated docs - (6aa70c5) - @jgeluk
- attempt to fix llvm-config issue on docs.rs build - (1f09c17) - @jgeluk
- some more info - (3420a46) - @jgeluk
- Updated README.md - (3dfb4a4) - @jgeluk
- Updated README.md - (4f58d61) - @jgeluk
- (axioms) minor changes - (c2dbeb7) - @jgeluk
- (base-iri) better support for base-iri especially in cursors - (04521bf) - @jgeluk
- (base-iri) better support for base-iri especially in cursors - (3d637f3) - @jgeluk
- (class) added plural label - (eeb24a9) - @jgeluk
- (concurrency) Prefixes object is now
Send
. Many other small improvements. - (d5760b6) - @jgeluk - (counts) supporting fact-domain-specific counts - (014da11) - @jgeluk
- (cursor) added CCursor_getAnswerVariableName - (edfe3eb) - @jgeluk
- (cursor) quick fix: increased string-read buffer size from 1024 to 102400. Needs to be done smarter later. - (5974ca7) - @jgeluk
- (general) added constants
NS_RDFOX
andDEFAULT_GRAPH
- (8d1f799) - @jgeluk - (graph-connection) added
GraphConnection
- (57af38b) - @jgeluk - (importaxioms) add import_axioms_from_triples method - (6e47332) - @mbarbieri77
- (importaxioms) add import_axioms_from_triples method - (2e3c86d) - @mbarbieri77
- (license) RDFOX_LICENCE_CONTENT env var works now even when it contains literal '\n' strings - (94327b5) - @jgeluk
- (license) Added ability to set server parameters with RDFox license content - (db1fec3) - @jgeluk
- (license) Checks environment variable RDFOX_LICENCE_CONTENT - (ac8f836) - @jgeluk
- (logging) better logging - (e37049d) - @jgeluk
- (logging) better logging - (97290c4) - @jgeluk
- (logging) better logging - (0221492) - @jgeluk
- (minor) various minor features - (21b7275) - @jgeluk
- (minor) various minor features - (d532d25) - @jgeluk
- (minor) various minor features - (f4e29fe) - @jgeluk
- (pre-baked-queries) Better count functions - (0563d3b) - @jgeluk
- (prefix) made hashmap of
Prefixes
public - (0d848a0) - @jgeluk - (prefix) better handling of prefixes - (353faea) - @jgeluk
- (prefixes) minor changes - (6650577) - @jgeluk
- (query) changed default graph in queries to
rdfox:DefaultTriples
- (dcfe4e6) - @jgeluk - (query) changed default graph in queries to
rdfox:DefaultTriples
- (b65a069) - @jgeluk - (rdfox) added class
Predicate
- (8664c36) - @jgeluk - (rdfox) using non-mutable transactions more and dropping server now - (ec7c8b8) - @jgeluk
- (rdfox) support for datastore params - (e5ff713) - @jgeluk
- (rdfox) minor new features - (738f7bd) - @jgeluk
- (rdfox) can now hash and compare lexical values - (6b558fe) - @jgeluk
- (rdfox) made resource values in cursor row optional - (a139303) - @jgeluk
- (rdfox) wrapped calls to rdfox into a macro - (f2ad651) - @jgeluk
- (rdfox) some refactoring - (8775070) - @jgeluk
- (rdfox) streaming works - (f30716b) - @jgeluk
- (rdfox) cursor-queries work now - (7aa574e) - @jgeluk
- (rdfox) less info-level logging - (645973f) - @jgeluk
- (rdfox) better support for getting values from cursor row - (21f01bc) - @jgeluk
- (rdfox) supporting
evaluate_to_buffer
now - (99d22ea) - @jgeluk - (rdfox) many additional API calls implemented - (b41ab57) - @jgeluk
- (rdfox) refactor - (5b01e99) - @mbarbieri77
- (rdfox) refactor - (594f54e) - @jgeluk
- (rdfox) fixed bug in build.rs - (c51e47d) - @jgeluk
- (rdfox) added generic "count number of individuals with type" - (912b515) - @jgeluk
- (rdfox) first push - (2f87fcb) - @jgeluk
- (rdfox-6-3) Better support for RDFox 6.3 - (9811f6e) - @jgeluk
- (rdfox-6-3a) Support for RDFox 6.3a and minor fixes - (470f51a) - @jgeluk
- (sparql) minor changes, tests work again - (398af5f) - @jgeluk
- (sparql) updated line numbering of SPARQL - (887efde) - @jgeluk
- (sparql) added line numbers to log of a SPARQL statement - (e4adeb0) - @jgeluk
- (sparql) added line numbers to log of a SPARQL statement - (92b3b9b) - @jgeluk
- (static) static link library works now - (598e83d) - @jgeluk
- (static) some progress in making static linking work - (dd681da) - @jgeluk
- (static) some progress in making static linking work - (48bac58) - @jgeluk
- (static) enabled static lib
libRDFox.a
- (1bcd313) - @jgeluk - (transaction) Added more detail around Transaction and Cursor - (a972e38) - @jgeluk
- (version) added simple conversion from our Error type to nom's Error type - (edea7ec) - @jgeluk
- (version) ServerConnection::get_version() - (54687ec) - @jgeluk
- upgraded to RDFOx 7.0 (still supporting 6.3b as well) - (9b6fdd2) - @jgeluk
- upgraded to RDFOx 6.3b and now also supports aarch64 - (7f0109b) - @jgeluk
- supports RDFox 6.2 now - (1d23e9c) - @jgeluk
- supports RDFox 6.2 now - (6a6de53) - @jgeluk
- (all) various updates - (d66923d) - @jgeluk
- (ci) upgraded to rdf-store-rs 0.0.9 - (7d773fb) - @jgeluk
- (ci) fixing github actions build job - (80384ee) - @jgeluk
- (ci) Minor changes - (9746a79) - @jgeluk
- (ci) fixing windows build - (6945ef1) - @jgeluk
- (ci) fixing windows build - (77e2fbc) - @jgeluk
- (ci) fixing windows build - (8ff6019) - @jgeluk
- (ci) fixing windows build - (942d1cc) - @jgeluk
- (ci) fixing windows build - (248f680) - @jgeluk
- (ci) fixing windows build - (2b61e74) - @jgeluk
- (ci) fixing macos build - (b2dcf2e) - @jgeluk
- (ci) fixing macos build - (225e629) - @jgeluk
- (ci) fixing macos build - (951cd23) - @jgeluk
- (ci) updated github actions workflows - (d28e308) - @jgeluk
- (dev) added rustfmt and cog config files - (dde7841) - @jgeluk
- (fmt) workaround fix for linux - (de2d7b0) - @jgeluk
- (fmt) reformatted - (1f439d0) - @jgeluk
- (lint) implemented clippy advice - (773eee0) - @jgeluk
- (lint) implemented clippy advice - (ecdda6f) - @jgeluk
- (lint) implemented clippy advice - (0bce486) - @jgeluk
- (merge) merged with other repo - (547827b) - @jgeluk
- (readme) updated README.md - (a468060) - @jgeluk
- (test) reproducing
OPTIONAL
issue - (128b59a) - @jgeluk - (test) better tests - (2bd045e) - @jgeluk
- (upgrade) removed debug log lines - (65ce76f) - @jgeluk
- (upgrade) supporting RDFox 5.7 - (8ff9220) - @jgeluk
- (version) 0.1.17 - (26a2829) - @jgeluk
- (version) 0.1.15 - (8b51219) - @jgeluk
- (version) 0.1.14 - (18382a8) - @jgeluk
- (version) 0.1.13 - (4e86ede) - @jgeluk
- (version) 0.1.12 - (7a5401e) - @jgeluk
- (version) 0.1.11 - (7488c63) - @jgeluk
- (version) 0.1.10 - (be62cc5) - @jgeluk
- (version) 0.1.9 - (711b81c) - @jgeluk
- (version) 0.1.8 - (2907c40) - @jgeluk
- (version) 0.1.7 - (712ede7) - @jgeluk
- (version) 0.1.6 - (fa2f924) - @jgeluk
- (version) 0.1.5 - (6d58998) - @jgeluk
- (version) 0.1.4 - (b5e48a6) - @jgeluk
- (version) 0.1.3 - (78bc237) - @jgeluk
- (version) 0.1.2 - (f580246) - @jgeluk
- (version) 0.1.1 - (0087095) - @jgeluk
- (version) 0.1.0 - (a194d72) - @jgeluk
- (version) upgrade to rdfox version 6.3 - (ab057fa) - @jgeluk
- (version) 0.0.9 - (f10da17) - @jgeluk
- (version) 0.0.8 - (1e032b5) - @jgeluk
- (version) 0.0.7 - (19d2359) - @jgeluk
- (version) 0.0.6 - (f4ec790) - @jgeluk
- (version) 0.0.5 - (f93cb8b) - @jgeluk
- (version) 0.0.4 - (2e8bdad) - @jgeluk
- (version) 0.0.3 - (8a59e1d) - @jgeluk
- (version) 0.0.2 - (a57dab1) - @jgeluk
- (version) 0.0.3 - (d11ccfc) - @jgeluk
- (version) 0.0.2 - (2d91e72) - @jgeluk
- (version) 0.0.1 - (96b9e33) - @jgeluk
- reset version - (e18a302) - @jgeluk
- moved code from rdfox-rs crate to ekg-sparql crate and rdfox-sys crate - (f83fe46) - @jgeluk
- bumped version ekg-* crates - (362f491) - @jgeluk
- bumped version ekg-* crates - (a820446) - @jgeluk
- minor changes - (079bd74) - @jgeluk
- (all) minor changes - (4ad2256) - @jgeluk
- (all) renamed
LexicalValue
toLiteral
- (32b383c) - @jgeluk - (all) moved
Class
toekgf/rdf-store-rs
repo - (c67e2be) - @jgeluk - (all) minor changes - (5d5a254) - @jgeluk
- (all) renamed
Error
toRDFStoreError
- (ae79ec0) - @jgeluk - (all) moved non-rdfox-specific stuff to
ekgf/rdf-store-rs
- (99e557a) - @jgeluk - (async) big refactor, preparing for more async operation - (a5f3304) - @jgeluk
- (docs) fixing clang issue with docs build - (8151180) - @jgeluk
- (lexval) better handing of
xsd:dateTime
- (be2905e) - @jgeluk - (lexval) added defaults - (00e9b43) - @jgeluk
- (license) license-content param still unstable - (9f6795f) - @jgeluk
- (license) Added line-feed to license content to avoid missing license field - (bec396d) - @jgeluk
- (logging) quieter logging - (768d248) - @jgeluk
- (prefix) renamed
Prefix
toNamespace
- (b3b74ea) - @jgeluk - (prefixes) copying prefixes by value now - (8dce60e) - @jgeluk
- (rdf) added class
rdf::Term
- (0557746) - @jgeluk - (rdf) created module
rdf
and moved some source files into that - (b5b9ae1) - @jgeluk - (rdfox) many refactorings - (611c6c7) - @jgeluk
- (rdfox) required to use tx now - (97bc2e8) - @jgeluk
- (rdfox) many refactorings - (d8b6fe1) - @jgeluk
- (server) refactoring the way we deal with the Server class - (90a8e86) - @jgeluk
- (sparql) minor optimizations - (19456fc) - @jgeluk
- (tracing) some more detailed logging - (ce38471) - @jgeluk
- (tracing) replaced logging with tracing - (0fede56) - @jgeluk
- replaced dependency rdf-store-rs with ekg-namespace and ekg-error - (384e40c) - @jgeluk
- minor changes - (b6d92be) - @jgeluk
- minor changes - (7b757ba) - @jgeluk
- minor changes - (3c36e98) - @jgeluk
- some details - (cd6ec4a) - @jgeluk
- some details - (c2e926d) - @jgeluk
0.1.17 - 2024-02-01
Changelog generated by cocogitto.