Releases: CMSgov/beneficiary-fhir-data
v2.175.0
What's Changed
- BFD-3805: Fix for 5 vulnerabilities by @sb-benohe in #2526
- BFD-3830: Update PDE column widths for CCW schema changes by @aschey-forpeople in #2527
Full Changelog: 2.174.0...2.175.0
v2.174.0
What's Changed
- BFD-3585: RFC for beneficiary merging by @aschey-forpeople in #2413
- BFD-3829: Gracefully handle improperly formatted numeric request parameters by @aschey-forpeople in #2525
Full Changelog: 2.173.0...2.174.0
v2.173.0
What's Changed
- BFD-3700: Pipeline submits its own per-RIF and per-manifest metrics to CloudWatch by @malessi in #2514
- BFD-3761: Enable RDS observability features for RDS Autoscaling Reader Nodes by @malessi in #2517
- BFD-3823: HAPI FHIR does not properly extract parameters from POST requests with query parameters by @malessi in #2521
- BFD-3819: GitHub Actions IAM Role lacks permissions to manage IAM policies and KMS key policies by @malessi in #2522
- BFD-3825: Terraform for RDS Writer Instances must have RDS Observability configuration settings matching Cluster by @malessi in #2523
Full Changelog: 2.171.0...2.173.0
v2.172.0
What's Changed
- BFD-3700: Pipeline submits its own per-RIF and per-manifest metrics to CloudWatch by @malessi in #2514
- BFD-3761: Enable RDS observability features for RDS Autoscaling Reader Nodes by @malessi in #2517
- BFD-3823: HAPI FHIR does not properly extract parameters from POST requests with query parameters by @malessi in #2521
Full Changelog: 2.171.0...2.172.0
v2.171.0
What's Changed
Full Changelog: 2.170.0...2.171.0
v2.170.0
What's Changed
- BFD-3612: Update rda bridge documentation by @MahiFentaye in #2507
- BFD-3788: Fix ephemeral bfd-server-slo-alarm apply by @timothy-ellis-ky in #2508
- BFD-3790: Remove Lauren Krugen from Quicksight users by @aschey-forpeople in #2510
- BFD-3791: fix setting name for samhsa_allowed_certificate_aliases_json by @aschey-forpeople in #2511
- BFD-3795: Add resources to sonarqube pipeline job by @mjburling in #2513
Full Changelog: 2.169.0...2.170.0
v2.169.0
What's Changed
- BFD-3681: [Snyk] Fix for 14 vulnerabilities by @sb-benohe in #2503
Full Changelog: 2.168.0...2.169.0
Additional Release Notes
This release upgrades HAPI FHIR from 7.4 to 7.6 which includes some minor changes to the API responses. For V1 endpoints only, ID numbers used to reference elements within the FHIR response have changed from numeric strings to UUIDs. This is only applicable to intra-document ID links, not IDs that reference a separate resource.
Before:
{
"resourceType" : "Observation",
"id" : "4",
"status" : "unknown"
}
After:
{
"resourceType" : "Observation",
"id" : "b01e2264-1327-4d53-a62b-c6986494095e",
"status" : "unknown"
}
Corresponding reference fields are also changed to match this format:
Before:
{
"url" : "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num",
"valueReference" : {
"reference" : "#2"
}
}
After:
{
"url" : "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num",
"valueReference" : {
"reference" : "#ea66ac63-d00b-4cc0-b155-4e533d22ceb2"
}
}
v2.168.0
What's Changed
- BFD-3745: Force UTC everywhere by @aschey-forpeople in #2498
Full Changelog: 2.167.1...2.168.0
v2.167.1
What's Changed
- BFD-3760: Remove PROD-SBX pen_test certificate by @timothy-ellis-ky in #2502
- BFD-3698: Address missing global EC2 permissions by @mjburling in #2493
- BFD-3746: Improve support for RDS autoscaling using AWS JDBC Wrapper by @malessi in #2487
- BFD-3723: Determine SAMHSA authorization based on certificate identity by @aschey-forpeople in #2486
- BFD-3763: Allowed SAMHSA certificates SSM parameter is formatted incorrectly causing Server init failures by @malessi in #2504
Full Changelog: 2.166.0...2.167.1
v2.167.0
What's Changed
- BFD-3760: Remove PROD-SBX pen_test certificate by @timothy-ellis-ky in #2502
- BFD-3698: Address missing global EC2 permissions by @mjburling in #2493
- BFD-3746: Improve support for RDS autoscaling using AWS JDBC Wrapper by @malessi in #2487
- BFD-3723: Determine SAMHSA authorization based on certificate identity by @aschey-forpeople in #2486
Full Changelog: 2.166.0...2.167.0