Releases: CMSgov/beneficiary-fhir-data
v2.177.0
What's Changed
- BFD-3729: Update bfd-data-fda module to reenable download by @dondevun in #2531
- BFD-3810: Pipeline observability uses new metrics by @malessi in #2532
- BFD-3827: Support reading pagination info from POST bodies by @aschey-forpeople in #2533
- BFD-3565: Simplify BFD Server error alerting infrastructure by @malessi in #2534
- BFD-3846: Update RDA JWT by @aschey-forpeople in #2537
- BFD-3738: Track RDA sequence number latency by @aschey-forpeople in #2535
- BFD-3794: Revise checkstyle options by @aschey-forpeople in #2538
- BFD-3847: Fix Invalid Values in new Pipeline CloudWatch Dashboards by @malessi in #2540
Full Changelog: 2.176.0...2.177.0
v2.176.0
What's Changed
- BFD-3809: Dataset loaded by Monday 9 AM SLO implementation checks database by @malessi in #2520
- BFD-3802: deleting un-used dockerfile by @sb-benohe in #2528
- BFD-3126 + BFD-3129: Pipeline manages its own scale-in + remove s3 move logic by @aschey-forpeople in #2518
- BFD-3831: remove unused workflow by @sb-benohe in #2529
- BFD-3808: Pipeline submits its own per-dataset metrics to CloudWatch by @malessi in #2524
Full Changelog: 2.175.0...2.176.0
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