Release: v0.1.6
- 29d097c update dependencies: change spec data-type in golib
- c671026 Add proper spec handling from ServiceQuery
- 411af9c support both application/x-ndjson or application/ndjson accept requests
- 47e493f Add /records end-point to fetch all records from MetaData service (needed for syncing)
- bc94d1c update dependencies: implement docdb module; switch MetaData service from mongo to docdb module
- 5d6f736 Switch from mongo module to docdb which allows choice of docdb backend: MongoDB vs embedDB
- 6028fd5 update dependencies: implement docdb and embed modules
- 67866d1 Drop bson dependency as filter in mongo.Distinct is no longer needed
- 643b18e Use MapKeys from utils module instead of mongo
- 57368d5 update dependencies: drop of gorm, addition of sqldb
- 048bebc Add build_amd64_static action to Makefile
- 5d6d0a1 Update
- 80ebe0a update dependencies: switch from bson to map[string]any