Releases: ulbmuenster/dataasee
Releases · ulbmuenster/dataasee
DatAasee 0.5
Version 0.5 (2025-11-13)
Advanced development release
- UPDATED ArcadeDB to 25.10.1
- UPDATED Benthos to 4.60.0
- UPDATED Lowdefy to 4.5.2
- ADDED
doifilter tometadataendpoint - ADDED export-
formatoption tometadataendpoint - ADDED
dataciteexport format - ADDED
bibjsonexport format - ADDED
GraphQLquery example - ADDED DOI search to frontend
- ADDED edge (relation) type
isDescribedBy - ADDED test data to
metadataendpoint (id=dataasee) - ADDED frontend busy check
- ADDED selective harvesting option for OAI-PMH
- ADDED source rights field for ingest
- CHANGED rename
attributesendpoint toenums - CHANGED
ingestendpoint behavior for empty bodies - CHANGED
ingestendpoint required fields - CHANGED endpoint types
- CHANGED
metadataresult order to no sorting by default - CHANGED
sourceproperty to link - CHANGED default ports
- IMPROVED API routing
- IMPROVED normalizer script
- IMPROVED interconnect script and its performance
- IMPROVED enumerations in schema
- IMPROVED
healthendpoint - IMPROVED progress logging
- IMPROVED format parsers
- IMPROVED API developer experience
- IMPROVED frontend user experience
- IMPROVED deployment documentation
- IMPROVED sources endpoint
- REMOVED Prometheus endpoints (Docker logs suffice)
- REMOVED
messageproperty from schema (included intodescription) - FIXED ingest via S3
- FIXED authentication challenge (found via wget2)
- FIXED duplicate index entries and index compaction
- FIXED many bugs and security concerns
DatAasee 0.3
Version 0.3 (2025-05-06)
Enhanced development release
- UPDATED ArcadeDB to 25.4.1
- UPDATED Benthos to 4.50.0
- UPDATED Lowdefy to 4.4.0
- ADDED ingest protocols:
GET,dataasee - ADDED ingest format:
LIDO - ADDED
sourcesendpoint - ADDED
sourcefilter - ADDED metadata format filter
- ADDED conforming paging links in results responses
- ADDED record lists in frontend
- ADDED record DOI to results
- CHANGED schema: use OpenWEMI
- CHANGED metadata endpoint paging now via
pageinstead ofskip - CHANGED database schema
- CHANGED secrets management
- CHANGED ingest busy test
- IMPROVED metadata quality test
- IMPROVED interconnect script
- IMPROVED format parsers
- IMPROVED database queries
- IMPROVED database preloading
- IMPROVED database response processing
- IMPROVED compose deployment configuration
- REMOVED support for
podman-compose(usedocker composevia podman) - FIXED many bugs and security concerns
DatAasee 0.2
Version 0.2 (2024-09-10)
Public development release
- UPDATED ArcadeDB to 24.6.1
- UPDATED Benthos to 4.36.0
- UPDATED Lowdefy to 4.3.0
- ADDED ingest protocol:
S3 - ADDED ingest formats:
DataCite,MARC - ADDED compatibility:
kubernetes(viakompose) - ADDED API testing using JSON-Schema
- IMPROVED endpoint processing
- IMPROVED endpoint error handling
- IMPROVED API semantics
- IMPROVED interconnect script
- IMPROVED frontend robustness
- IMPROVED overall documentation
- CHANGED native schema
- CHANGED API interface
- FIXED many bugs and security concerns