Skip to content

Latest commit

 

History

History
148 lines (94 loc) · 9.91 KB

CHANGELOG.md

File metadata and controls

148 lines (94 loc) · 9.91 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.3.1 - 2024-10-16

Added

  • Queries with indirect sources make use of link traversal capabilities of the viewer (internal issue#57).
  • Logged in users can save their custom queries in a pod now (internal issue#58).
  • Changed URL composition from https://<service>.onto-deside.ilabt.imec.be to https://onto-deside.ilabt.imec.be/<service> (internal issue#60).

Fixed

  • Parent container of pod roots is no longer writable by everyone (internal issue#59).

Changed

0.3.0 - 2024-08-08

Added

  • The June 2024 evaluation cases (internal issue#55).
  • Templated queries with indirect variables in the Generic query examples group and in all Evaluation June 2024 groups (internal issue#56).

Fixed

Changed

  • Eased viewing files in pods in containers using volume mapping (internal issue#52).
  • Automated stuffing pod contents with verifiable credentials (internal issue#54).
  • Upgraded the viewer to its v1.3.0.

0.2.4 - 2024-04-08

Added

Fixed

Changed

  • In response to Onto-DESIDE project review:
    • Changed names of environment variable files, docker compose files, setup cases (internal issue#49).
    • Restructed documentation to first explain online resources and next provide separate build instructions per setup case (internal issue#50).

0.2.3 - 2024-03-28

Added

  • Integrated upload of data for project demo March 2024 (internal issue#48).

Fixed

Changed

0.2.2 - 2024-03-21

Added

  • Added extra pods for further developments (internal issue#44).
  • Added localhost option (internal issue#46).
  • Extra queries in the Generic Data Viewer (internal issue#47).

Fixed

  • Use correct replacement for {{podBaseUrl}} in CSS7 (internal issue#43).
  • For the online version: documented how to make the Docker compose setup survive a system reboot (internal issue#45).

Changed

0.2.1 - 2024-01-02

Added

Fixed

Changed

  • Changed from private CSS image to solidproject/community-server:7 image (internal issue#32 and issue#42).

0.2.0 - 2023-11-09

Added

  • Added textile use case and visualization with Generic Data Viewer (internal issue#29).
  • Added configuration to run with http://localhost:<portnr> baseURLs (internal issue#31).
  • Added configuration to run behind a proxy (internal issue#36).
  • Added documentation topics (internal issue#40).

Fixed

  • Fixed creation of directories that were git-ignored while fixing internal issue#33 above (internal issue#34).
  • Removed shebang line from scripts/cert/main.sh.template (internal issue#38).
  • Avoided GitHub's download limit for rmlmapper.jar (internal issue#39).
  • Fixed a bug that caused all query results to be empty after switching envirnment variables files (internal issue#41).

Changed

  • Reduced the number of files that contain CSS baseURLs and WebIDs (internal issue#33).
  • Easy baseURLs changes using environment variables and template files (internal issue#35).

0.1.0 - 2023-08-17

Added

Fixed

  • Whenever a query fails due to an error, the other queries can now continue processing and their results will be displayed (internal issue#1).
  • **/css-users.json: webId URL fix (they were missing '/card' -subpath) (internal issue#4).
  • YARRRML Parser pulls incorrect rml prefix from prefix.cc (internal issue#9).
  • jQuery Webclient logout works again (internal issue#12; see also comunica/jQuery-Widget.js#150).

Changed

  • More efficient start_period/interval/retries combination in health checks (internal issue#13).
  • bashlib-build/Dockerfile changed to become stand-alone (internal issue#14 and issue#15).
  • scripts/ac/set_perms.sh cleaned up and improved (internal issue#16).
  • Every actor’s pod contents is now put into a '/pod' parent directory (internal issue#17).
  • Extended and improved README.md (internal issue#18 and issue#21).

Deleted

  • manufacturer1 (internal issue#6).
  • wait-for-container.sh (internal issue#25).