Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FI-3023: Bump validator to 1.0.59 #592

Merged
merged 2 commits into from
Dec 3, 2024
Merged

FI-3023: Bump validator to 1.0.59 #592

merged 2 commits into from
Dec 3, 2024

Conversation

dehall
Copy link
Contributor

@dehall dehall commented Nov 21, 2024

Bump the validator to version 1.0.59 which is the most recent as of today. Their version endpoint has changed to return a JSON, just like our validator did, so I updated the configuration checker logic to handle that. Sample version response from https://validator.fhir.org/validator/version :

{
  "validatorWrapperVersion": "1.0.59-SNAPSHOT",
  "validatorVersion": "6.4.4"
}

Note that I also changed the expected version to be the wrapper version (1.0.59) not the core validator version (6.4.4) since that's the version actually specified in docker-compose, and I hope that will be less confusing.

Fortunately this release compared to 1.0.52 doesn't seem to have resulted in any new error messages for our reference server data, so nothing new to add to message filters.

@dehall dehall changed the title WIP: FI-3023: Bump validator to 1.0.58 WIP: FI-3023: Bump validator to 1.0.59 Nov 22, 2024
@dehall dehall changed the title WIP: FI-3023: Bump validator to 1.0.59 FI-3023: Bump validator to 1.0.59 Nov 22, 2024
@dehall dehall merged commit 516d7a4 into main Dec 3, 2024
3 checks passed
@dehall dehall deleted the fi-3023-bump-validator branch December 3, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants