From a9c0fc49e3632bb1630173d85fd3d016e425b147 Mon Sep 17 00:00:00 2001 From: Tom Strassner Date: Fri, 6 Dec 2024 17:31:44 -0500 Subject: [PATCH 1/3] Upgrade inferno_core --- Gemfile.lock | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d33d468..2438a7b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -136,12 +136,12 @@ GEM hansi (0.2.1) hashdiff (1.1.0) http-accept (1.7.0) - http-cookie (1.0.7) + http-cookie (1.0.8) domain_name (~> 0.5) httpclient (2.8.3) i18n (1.14.6) concurrent-ruby (~> 1.0) - inferno_core (0.5.0) + inferno_core (0.5.2) activesupport (~> 6.1.7.5) base62-rb (= 0.3.1) blueprinter (= 0.25.2) @@ -180,17 +180,17 @@ GEM httpclient jwt (2.9.3) base64 - kramdown (2.4.0) - rexml + kramdown (2.5.1) + rexml (>= 3.3.9) language_server-protocol (3.17.0.3) - logger (1.6.1) + logger (1.6.2) method_source (1.1.0) mime-types (3.6.0) logger mime-types-data (~> 3.2015) - mime-types-data (3.2024.1001) - mini_portile2 (2.8.7) - minitest (5.25.1) + mime-types-data (3.2024.1203) + mini_portile2 (2.8.8) + minitest (5.25.4) multi_json (1.15.0) multi_xml (0.7.1) bigdecimal (~> 3.1) @@ -202,14 +202,14 @@ GEM mustermann (= 1.1.2) netrc (0.11.0) nio4r (2.7.4) - nokogiri (1.16.7) + nokogiri (1.16.8) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.16.7-arm64-darwin) + nokogiri (1.16.8-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.7-x86_64-darwin) + nokogiri (1.16.8-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.7-x86_64-linux) + nokogiri (1.16.8-x86_64-linux) racc (~> 1.4) oauth2 (1.4.11) faraday (>= 0.17.3, < 3.0) @@ -224,12 +224,12 @@ GEM racc pastel (0.8.0) tty-color (~> 0.5) - pry (0.14.2) + pry (0.15.0) coderay (~> 1.1) method_source (~> 1.0) - pry-byebug (3.10.1) + pry-byebug (3.8.0) byebug (~> 11.0) - pry (>= 0.13, < 0.15) + pry (~> 0.10) psych (5.1.2) stringio public_suffix (6.0.1) @@ -254,7 +254,7 @@ GEM mime-types (>= 1.16, < 4.0) netrc (~> 0.8) rexml (3.3.9) - rouge (4.4.0) + rouge (4.5.1) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) From 2add17538b8fbd3731b4311c9d3016f5909bfe83 Mon Sep 17 00:00:00 2001 From: Tom Strassner Date: Fri, 6 Dec 2024 17:32:07 -0500 Subject: [PATCH 2/3] Bump version --- Gemfile.lock | 2 +- lib/davinci_dtr_test_kit/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2438a7b..f38602c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - davinci_dtr_test_kit (0.13.0) + davinci_dtr_test_kit (0.14.0) inferno_core (~> 0.5.0) jwt (~> 2.6) smart_app_launch_test_kit (~> 0.4.4) diff --git a/lib/davinci_dtr_test_kit/version.rb b/lib/davinci_dtr_test_kit/version.rb index 50e4750..b3680b6 100644 --- a/lib/davinci_dtr_test_kit/version.rb +++ b/lib/davinci_dtr_test_kit/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module DaVinciDTRTestKit - VERSION = '0.13.0' + VERSION = '0.14.0' end From a7bbd2b2f9c419b26ecc5d3507517831f4a1aa5e Mon Sep 17 00:00:00 2001 From: Tom Strassner Date: Fri, 6 Dec 2024 17:34:53 -0500 Subject: [PATCH 3/3] Update CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fd933d..3410d2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v0.14.0 +* FI-3222: DTR Client Tests: Use Random Number for Attestation Continuation Links by @degradification in https://github.com/inferno-framework/davinci-dtr-test-kit/pull/20 +* FI-3299: Fix Questionnaire Package verification in Payer suite by @tstrass in https://github.com/inferno-framework/davinci-dtr-test-kit/pull/29 +* Fix typo in bearer token by @tstrass in https://github.com/inferno-framework/davinci-dtr-test-kit/pull/30 +* Add USCore 3.1.1 test group, CRD profile tests by @elsaperelli in https://github.com/inferno-framework/davinci-dtr-test-kit/pull/26 +* Add create and update tests for QuestionnaireResponse and Task by @elsaperelli in https://github.com/inferno-framework/davinci-dtr-test-kit/pull/31 +* FI-3154: Full EHR Adaptive Questionnaire Tests by @vanessuniq in https://github.com/inferno-framework/davinci-dtr-test-kit/pull/22 +* FI-3514: Bug fix for inputs for different workflows by @tstrass in https://github.com/inferno-framework/davinci-dtr-test-kit/pull/34 +* FI-3435: Documentation for DTR Light EHR release by @elsaperelli in https://github.com/inferno-framework/davinci-dtr-test-kit/pull/35 +* FI-3300: Suite Endpoints by @tstrass in https://github.com/inferno-framework/davinci-dtr-test-kit/pull/37 +* FI-3520: update docs to account for new adaptive tests by @karlnaden in https://github.com/inferno-framework/davinci-dtr-test-kit/pull/38 + # v0.13.0 * Fix wording in SMART App Launch description by @tstrass in https://github.com/inferno-framework/davinci-dtr-test-kit/pull/18 * FI-3069: Full EHR QuestionnaireResponse verification by @tstrass in https://github.com/inferno-framework/davinci-dtr-test-kit/pull/19