Releases: rzander/jaindb
Releases · rzander/jaindb
0.9.0.19
Fix: update existing JSON Files when using FileStore
FileStore did not update existing chain, assets and _full .json files
0.9.0.18
New: xml2json function
upload XML and convert it to JSON
0.9.0.16
New: HTML Output
Add "html" in the URL before the command to get HTML output.
Example: http://{url}/html/full?name=NUC1
0.9.0.15
New: use InMemoryCache
MemroyCache to reduce access to FileSystem if Redis is not in use.
0.9.0.14
New: deduplicate all child objects
deduplicate child objects independant of the depth in the json.
0.8.1.12
add StartDelay variable
increase start delay if Redis has to load a big DB on startup.
0.8.1.7
Fix: Export function to migrate _date attribute
Fix: Export function to export data from FileSystem
V0.8.1.5
Fix: Kestrel crash if 'WebPort' variable was missing
Fix: Update AspNetCore.Mvc