Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 4.37 KB

File metadata and controls

60 lines (45 loc) · 4.37 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 Calendar Versioning.

[v2026.03.0] - 2026-03-12

✨ New Features

  • 1cbc6a6 - add database creation scripts for docker compose (commit by @H0R5E)
  • 1c0aad8 - setup dvc and add database csv files (commit by @H0R5E)
  • 482733f - add cloudfront distribution for public access (commit by @H0R5E)
  • 70b0ed5 - add a version number to the database as a comment (commit by @H0R5E)
  • 54be684 - added template database (commit by @H0R5E)
  • e715c36 - allow localhost ports to be configured (commit by @H0R5E)
  • 55aa697 - add tests to check database initialized correctly (commit by @H0R5E)
  • 5ecd52f - split compose files for build and runtime usage (commit by @H0R5E)
  • c589e60 - set up automated release workflow (commit by @H0R5E)

🐛 Bug Fixes

  • 925feed - added missing component data (commit by @H0R5E)
  • 6adfc2f - apply consistent quoting in function definitions (commit by @H0R5E)
  • 485feb9 - update dvc config for shared bucket/distribution (commit by @H0R5E)
  • ab4ff3f - fix link to dtocean documentation (commit by @H0R5E)
  • 674cb49 - use fully qualified image names to support podman (commit by @H0R5E)
  • a6d567d - update installation instructions for Linux (commit by @H0R5E)

[v2.0.0] - 2019-03-12

Added

  • Added stored procedures to help rebuild "filter" and "reference" schemas on table modification (sp_drop_views, sp_build_tables, sp_build_views).
  • Added new wave device (RM3).
  • Added new wave energy extraction site (Eureka, Ca.).

Changed

  • Split the single "beta" schema into three: "filter", "project" and "reference". The "project" schema contains sites and devices and the "reference" scheme contains reference data. The "filter" schema is populated automatically by the filtering stored procedures. Potentially, a "filter" schema could be provided per user, to allow multiple user access.
  • Updated component reliability reference data.
  • Updated port reference data.

Removed

  • Removed columns which were unused by the DTOcean software.
  • Removed original dummy wave energy device and site examples.

[v1.0.0] - 2016-12-19

Added