From 9cf96a4224331ba7cb1db046364b879f976a7999 Mon Sep 17 00:00:00 2001 From: yunwwang Date: Wed, 6 Nov 2024 08:18:20 -0600 Subject: [PATCH] Release 0.9.0 (#207) * Release 0.9.0 * bundle update inferno_core * fix duplicated id * Update changelog for latest fix --------- Co-authored-by: Yunwei Wang <> --- CHANGELOG.md | 12 +++++ Gemfile.lock | 51 ++++++++++--------- .../generated/v7.0.0/us_core_test_suite.rb | 7 +-- lib/us_core_test_kit/version.rb | 2 +- 4 files changed, 43 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index beaaf149..ca4632c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 0.9.0 +* FI-3079 Combine Test Suite's general filter and version specific filter by @yunwwang in + https://github.com/inferno-framework/us-core-test-kit/pull/202 +* FI-3354 Remove duplicate id in US Core Test Kit by @yunwwang in + https://github.com/inferno-framework/us-core-test-kit/pull/204 +* FI-3267: Integrate US Core Test Kit with smart-app-launch-test-kit v0.4.5 by @emichaud998 in + https://github.com/inferno-framework/us-core-test-kit/pull/205 +* FI-3392: Integrate US Core Test Kit with smart-app-launch-test-kit v0.4.6 by @emichaud998 in + https://github.com/inferno-framework/us-core-test-kit/pull/206 +* FI-3421 Remove media and media.link from DiagnosticReport's MustSupport list by @yunwwang in + https://github.com/inferno-framework/us-core-test-kit/pull/208 + # 0.8.2 * FI-3060 Add MustSuport choice for Observation.effective[x] by @yunwwang in https://github.com/inferno-framework/us-core-test-kit/pull/199 diff --git a/Gemfile.lock b/Gemfile.lock index 07861cb0..a67ebc61 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - us_core_test_kit (0.8.2) + us_core_test_kit (0.9.0) inferno_core (>= 0.4.37) smart_app_launch_test_kit (>= 0.4.6) tls_test_kit (~> 0.2.0) @@ -9,7 +9,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.1.7.8) + activesupport (6.1.7.10) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -27,7 +27,7 @@ GEM blueprinter (0.25.2) byebug (11.1.3) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (1.0.0) bigdecimal @@ -64,7 +64,7 @@ GEM zeitwerk (~> 2.6) factory_bot (6.4.6) activesupport (>= 5.0.0) - faraday (1.10.3) + faraday (1.10.4) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) @@ -87,13 +87,13 @@ GEM faraday-patron (1.0.0) faraday-rack (1.0.0) faraday-retry (1.0.3) - faraday_middleware (1.2.0) + faraday_middleware (1.2.1) faraday (~> 1.0) - fhir_client (5.0.3) + fhir_client (6.0.0) activesupport (>= 3) addressable (>= 2.3) fhir_dstu2_models (>= 1.1.1) - fhir_models (>= 4.2.1) + fhir_models (>= 5.0.0) fhir_stu3_models (>= 3.1.1) nokogiri (>= 1.10.4) oauth2 (~> 1.1) @@ -105,7 +105,7 @@ GEM date_time_precision (>= 0.8) mime-types (>= 3.0) nokogiri (>= 1.11.4) - fhir_models (4.3.0) + fhir_models (5.0.0) bcp47 (>= 0.3) date_time_precision (>= 0.8) mime-types (>= 3.0) @@ -125,7 +125,7 @@ GEM mustermann (~> 1.0) mustermann-contrib (~> 1.0) rack (~> 2.0) - hanami-utils (2.1.0) + hanami-utils (2.2.0) concurrent-ruby (~> 1.0) dry-core (~> 1.0, < 2) dry-transformer (~> 1.0, < 2) @@ -135,9 +135,9 @@ GEM http-cookie (1.0.7) domain_name (~> 0.5) httpclient (2.8.3) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) - inferno_core (0.4.39) + inferno_core (0.5.0) activesupport (~> 6.1.7.5) base62-rb (= 0.3.1) blueprinter (= 0.25.2) @@ -154,6 +154,7 @@ GEM hanami-controller (= 2.0.0) hanami-router (= 2.0.0) oj (= 3.11.0) + pastel (~> 0.8.0) pry pry-byebug puma (~> 5.6.7) @@ -172,16 +173,18 @@ GEM aes_key_wrap bindata httpclient - jwt (2.8.2) + jwt (2.9.3) base64 kramdown (2.4.0) rexml + logger (1.6.1) method_source (1.1.0) - mime-types (3.5.2) + mime-types (3.6.0) + logger mime-types-data (~> 3.2015) - mime-types-data (3.2024.0903) + mime-types-data (3.2024.1001) mini_portile2 (2.8.7) - minitest (5.24.1) + minitest (5.25.1) multi_json (1.15.0) multi_xml (0.7.1) bigdecimal (~> 3.1) @@ -192,7 +195,7 @@ GEM hansi (~> 0.2.0) mustermann (= 1.1.2) netrc (0.11.0) - nio4r (2.7.3) + nio4r (2.7.4) nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -219,11 +222,11 @@ GEM pry (>= 0.13, < 0.15) psych (5.1.2) stringio - public_suffix (6.0.0) - puma (5.6.8) + public_suffix (6.0.1) + puma (5.6.9) nio4r (~> 2.0) racc (1.8.1) - rack (2.2.9) + rack (2.2.10) rake (13.2.1) rdoc (6.7.0) psych (>= 4.0.0) @@ -236,9 +239,8 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.3.1) - strscan - rouge (4.3.0) + rexml (3.3.9) + rouge (4.4.0) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -275,7 +277,6 @@ GEM unicode-display_width (>= 1.5, < 3.0) unicode_utils (~> 1.4) strings-ansi (0.2.0) - strscan (3.1.0) thor (1.2.2) tilt (2.4.0) tls_test_kit (0.2.2) @@ -291,13 +292,13 @@ GEM tty-screen (0.8.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) unicode_utils (1.4.0) webmock (3.23.1) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - zeitwerk (2.6.16) + zeitwerk (2.6.18) PLATFORMS arm64-darwin-21 diff --git a/lib/us_core_test_kit/generated/v7.0.0/us_core_test_suite.rb b/lib/us_core_test_kit/generated/v7.0.0/us_core_test_suite.rb index fc6c0c4b..a4197f2a 100644 --- a/lib/us_core_test_kit/generated/v7.0.0/us_core_test_suite.rb +++ b/lib/us_core_test_kit/generated/v7.0.0/us_core_test_suite.rb @@ -144,7 +144,8 @@ def self.metadata group from: :us_core_v700_smart_app_launch, required_suite_options: USCoreOptions::SMART_1_REQUIREMENT group from: :us_core_v700_smart_app_launch, - required_suite_options: USCoreOptions::SMART_2_REQUIREMENT + required_suite_options: USCoreOptions::SMART_2_REQUIREMENT, + id: :us_core_v700_smart_app_launch_stu2 group from: :us_core_v700_smart_app_launch_stu2_2, required_suite_options: USCoreOptions::SMART_2_2_REQUIREMENT @@ -169,7 +170,7 @@ def self.metadata ) group from: :us_core_v700_capability_statement - + group from: :us_core_v700_patient group from: :us_core_v700_allergy_intolerance group from: :us_core_v700_care_plan @@ -230,7 +231,7 @@ def self.metadata group from: :us_core_v700_smart_granular_scopes, id: :us_core_v700_smart_granular_scopes_stu2_2, required_suite_options: USCoreOptions::SMART_2_2_REQUIREMENT - + end end end diff --git a/lib/us_core_test_kit/version.rb b/lib/us_core_test_kit/version.rb index 2109a5c8..577a6a46 100644 --- a/lib/us_core_test_kit/version.rb +++ b/lib/us_core_test_kit/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module USCoreTestKit - VERSION = '0.8.2' + VERSION = '0.9.0' end