Releases: HSF/iDDS
Releases · HSF/iDDS
1.2.1: Merge pull request #146 from HSF/dev
fix postgres sql
1.2.0: Merge pull request #144 from HSF/dev
improve eventbus and add coordinator
1.1.5: Merge pull request #142 from HSF/dev
fix local cfg checks
1.1.4: Merge pull request #140 from HSF/dev
1.1.3: Merge pull request #138 from HSF/dev
replace update_contents_to_others
1.1.2: Merge pull request #136 from HSF/dev
1.1.1: Merge pull request #133 from HSF/dev
1.1.0: Merge pull request #131 from HSF/dev
(1) add dep_content_id in contents table and use the dep_content_id to create a database trigger which releases jobs.
(2) add contents_ext table to store extension information, and added related orm/core functions.
(3) messaging to support multiple channels
(4) enable json dict outputs for rest api
(5) add build_work
(6) add syslog-ng in docker to redirect logs to stdout, which can be accessed from 'kubectl logs'
1.0.8: Merge pull request #128 from HSF/dev
fix messaging to catch connection exceptions.