LDH DSS API
bug-fix
Fix batch upload
7.5.0
2026-03-04
- Fix batch upload of text data
- Skip encoding of the record IDs in the URIs in the
/idresponses
LDH DSS API
update
Compress blobs
7.4.0
2026-01-21
- Data is compressed when writing to disk
- Interface remains the same; files are automatically uncompressed when read
LDH DSS API
update
Specify content type at set level
7.3.0
2025-06-16
- Content type can be specified at the namespace or set level, with the set's value overriding its parent namespace's, if any
- Limit types with inline content disposition to only 'text/plain' and 'application/json' by default
- Increase max records limit in a batch PUT request to 20000.
LDH DSS API
update
Add ClinGen instances
6.6.0
2025-02-14
- Add ClinGen instances of the service for possible, expanded usage
LDH DSS API
new-feature
Allow resumable uploads
6.5.0
2025-02-04
- Add support for the tus protocol, which implements resumable uploads over HTTP
- Allow maximum upload size to be configured at the namespace level, overridding the default 250 MB
LDH DSS API
new-feature
Send disk data as chunked responses
5.8.0
2024-08-13
- Enable chunked transfer encoding when data read from disk
- Add batch PUT and digest GET endpoints
- Issue SSEs on tenant, namespace, and set document changes
LDH DSS API
new-feature
Add 'BLOB' support
4.6.1
2024-05-15
- Write large text and all non-text data to disk
- Add single-key PUT and DELETE endpoints
- Add GET endpoints
{tenant}/ns/{ns}/set/{set}/id{tenant}/ns/{ns}/set/{set}/id/:id - Add custom access control rules at the tenant and namespace levels