Releases: bd2kccd/ccd-db
Releases · bd2kccd/ccd-db
ccd-db-0.6.7
Changes in this release:
- Removed method for retrieving data file by file name.
- Added method for retrieving data file by file name and user account.
ccd-db-0.6.6
Changes in this release:
- Added a table to log algorithm runs.
ccd-db-0.6.5
Changes in this release:
- Updated Spring Boot dependency to version 1.4.6.RELEASE.
- Added mixed variable type.
ccd-db-0.6.4
Changes in this release:
- Updated Spring Boot dependency to version 1.4.5.RELEASE.
- Added entity to store HPC parameters.
ccd-db-0.6.3
Changes:
- Removed Spring REST related libraries and configuration.
- Added getters and setters to entities. Removed Option imports.
- Set annotation target to null when deleting data files.
ccd-db-0.6.2
Major changes:
Added new entities,repositories, and services for the annotations.
ccd-db-0.6.1
Updated Spring Boot version to 1.3.5.RELEASE.
Updated properties files.
Removed (clean up) some test classes.
ccd-db-0.6.0
This release contains changes to the user_account table to store private/public keys. Spring Boot was updated to version 1.2.7.RELEASE.
ccd-db-0.5.0
v0.5.0 Update test.
ccd-db-0.4.2
v0.4.2 Added new method findByEmail to find UserAccount.