Skip to content

Commit

Permalink
Merge pull request #1539 from SMI/release/5.4.0
Browse files Browse the repository at this point in the history
Release v5.4.0
  • Loading branch information
rkm authored Apr 25, 2023
2 parents 5c93dc2 + b7ef765 commit 4a9c0af
Show file tree
Hide file tree
Showing 24 changed files with 42 additions and 26 deletions.
39 changes: 38 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,42 @@ A raw git diff can be seen [here][unreleased].

<!--next-->

## [5.4.0] 2023-04-25

## Feature

- [#1489](https://github.com/SMI/SmiServices/pull/1489) by howff. CTP_DicomToText has options to control the output formatting (especially redaction of HTML and replacement of newlines)

## Bugfix

- [#1379](https://github.com/SMI/SmiServices/pull/1379) by rkm. Constrain protobuf version to "<3.20.0", since this is the last version which supports python3.6 and we only have 3.6 on the live system.
- [#1396](https://github.com/SMI/SmiServices/pull/1396) by jas88. Fix some issues encountered loading DICOM to Mongo in HIC deployment
- [#1399](https://github.com/SMI/SmiServices/pull/1399) by jas88. Revert to [email protected] due to disappearance of 3.7.0
- [#1430](https://github.com/SMI/SmiServices/pull/1430) by rkm. Add RabbitMQ management port to docker-compose files
- [#1431](https://github.com/SMI/SmiServices/pull/1431) by rkm. restrict mysql_connector_python version for python 3.6
- [#1448](https://github.com/SMI/SmiServices/pull/1448) by rkm. Add 0.1% threshold for Codecov to report CI failure
- [#1492](https://github.com/SMI/SmiServices/pull/1492) by rkm. add codecov token to CI
- [#1493](https://github.com/SMI/SmiServices/pull/1493) by rkm. ignore BasicRules.yaml in pre-commit codespell config
- [#1497](https://github.com/SMI/SmiServices/pull/1497) by rkm. Fix MongoDB Windows CI by changing to sc.exe
- [#1506](https://github.com/SMI/SmiServices/pull/1506) by darshad-github. Fix issue with hidden directories in extraction output paths generated by cohort extractor.
- [#1509](https://github.com/SMI/SmiServices/pull/1509) by jas88. Change Windows service control operation timeout to 300s since Mongo sometimes takes longer than the default 30s causing timeout errors otherwise

## Doc

- [#1499](https://github.com/SMI/SmiServices/pull/1499) by karacolada. update CTP build docs

## Meta

- [#1401](https://github.com/SMI/SmiServices/pull/1401) by rkm. Condense formatting options into .editorconfig and add more hooks
- [#1407](https://github.com/SMI/SmiServices/pull/1407) by rkm. Bump SDK to 6.0.403
- [#1428](https://github.com/SMI/SmiServices/pull/1428) by rkm. Add development support for ARM / M1 Mac
- [#1442](https://github.com/SMI/SmiServices/pull/1442) by rkm. Switch coverage to Codecov
- [#1450](https://github.com/SMI/SmiServices/pull/1450) by darshad-github. Update contributing.md with feature branch workflow guidelines
- [#1451](https://github.com/SMI/SmiServices/pull/1451) by rkm. adopt dotnet central package management (CPM)
- [#1468](https://github.com/SMI/SmiServices/pull/1468) by rkm. switch rabbitmq docker-compose images to include management plugin
- [#1494](https://github.com/SMI/SmiServices/pull/1494) by rkm. [actions] replace deprecated set-output with GITHUB_OUTPUT
- [#1496](https://github.com/SMI/SmiServices/pull/1496) by rkm. add CodeQL scan

## [5.3.0] 2022-11-08

## Feature
Expand Down Expand Up @@ -1174,7 +1210,8 @@ First stable release after importing the repository from the private
- Anonymous `MappingTableName` must now be fully specified to pass validation
(e.g. `mydb.mytbl`). Previously skipping database portion was supported.

[unreleased]: https://github.com/SMI/SmiServices/compare/v5.3.0...master
[Unreleased]: https://github.com/SMI/SmiServices/compare/v5.4.0...master
[5.4.0]: https://github.com/SMI/SmiServices/compare/v5.3.0...v5.4.0
[5.3.0]: https://github.com/SMI/SmiServices/compare/v5.2.0...v5.3.0
[5.2.0]: https://github.com/SMI/SmiServices/compare/v5.1.3...v5.2.0
[5.1.3]: https://github.com/SMI/SmiServices/compare/v5.1.2...v5.1.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![codecov](https://codecov.io/gh/SMI/SmiServices/branch/master/graph/badge.svg?token=O6G26DHLEY)](https://codecov.io/gh/SMI/SmiServices)
![GitHub](https://img.shields.io/github/license/SMI/SmiServices)

Version: `5.3.0`
Version: `5.4.0`

# SMI Services

Expand Down
1 change: 0 additions & 1 deletion bin/release/updateChangelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ def main(argv: Optional[Sequence[str]] = None) -> int:
cmd = (
"npx",
"prettier",
"--config", ".meta/prettierrc.yml",
"--write", "CHANGELOG.md",
)
_run(cmd)
Expand Down
1 change: 0 additions & 1 deletion news/1379-bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1396-bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1399-bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1401-meta.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1407-meta.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1430-bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1431-bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1442-meta.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1448-bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1451-meta.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1468-meta.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1489-feature.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1492-bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1493-bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1494-meta.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1496-meta.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1497-bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1499-doc.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1506-bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1509-bugfix.md

This file was deleted.

6 changes: 3 additions & 3 deletions src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
[assembly: AssemblyCulture("")]

// These should be overwritten by release builds
[assembly: AssemblyVersion("5.3.0")]
[assembly: AssemblyFileVersion("5.3.0")]
[assembly: AssemblyInformationalVersion("5.3.0")] // This one can have the extra build info after it
[assembly: AssemblyVersion("5.4.0")]
[assembly: AssemblyFileVersion("5.4.0")]
[assembly: AssemblyInformationalVersion("5.4.0")] // This one can have the extra build info after it

0 comments on commit 4a9c0af

Please sign in to comment.