Skip to content

Commit

Permalink
Release 3.8.0 (#453)
Browse files Browse the repository at this point in the history
* bump version

* bump core version

* regenerate matrix

* update changelog

* add description of client secret change to changelog

* update validator version in changelog

* rename ig files
  • Loading branch information
Jammjammjamm authored Aug 9, 2023
1 parent d6a6201 commit a4e12e0
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 22 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# 3.8.0

* Update the validator service to version 2.3.1 based on version 6.0.21 of the
FHIR validation code (#449).
* Minor visual updates.
* Require a Client Secret input for EHR Launch with Patient Scopes (9.8, 9.9)
tests to be consistent with other SMART App Launch tests (1, 2, 3, 9.4, 9.5,
9.6, 9.7, 9.8, 9.9).
* Update the version of the SMART App Launch Test Kit (#451). This update will
add some additional inputs for app launch tests when using SMART App Launch
2.0.0. These inputs are locked, so no change in behavior is needed when
running the tests from the UI. If using the JSON API to run tests, however,
the following new inputs will need to be included in the API calls to create a
test run:
```
{
"name": "client_auth_type",
"value": "confidential_symmetric",
},
{
"name": "client_auth_encryption_method",
"value": "ES384",
},
{
"name": "public_client_auth_type",
"value": "public",
},
```

# 3.7.2

* Fix an error message which could state that a requested scope is invalid when
Expand Down
40 changes: 20 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PATH
remote: .
specs:
onc_certification_g10_test_kit (3.7.2)
onc_certification_g10_test_kit (3.8.0)
bloomer (~> 1.0.0)
colorize (~> 0.8.1)
inferno_core (>= 0.4.8)
inferno_core (>= 0.4.18)
json-jwt (~> 1.15.3)
mime-types (~> 3.4.0)
ndjson (~> 1.0.0)
Expand All @@ -16,13 +16,13 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.7.3)
activesupport (6.1.7.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.4)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
aes_key_wrap (1.1.0)
ast (2.4.2)
Expand Down Expand Up @@ -160,7 +160,7 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
inferno_core (0.4.16)
inferno_core (0.4.18)
activesupport (~> 6.1)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
Expand Down Expand Up @@ -200,10 +200,10 @@ GEM
method_source (1.0.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0218.1)
mini_portile2 (2.8.2)
minitest (5.18.0)
msgpack (1.7.1)
mime-types-data (3.2023.0808)
mini_portile2 (2.8.4)
minitest (5.19.0)
msgpack (1.7.2)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.3.0)
Expand All @@ -215,14 +215,14 @@ GEM
ndjson (1.0.0)
netrc (0.11.0)
nio4r (2.5.9)
nokogiri (1.15.2)
nokogiri (1.15.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.2-arm64-darwin)
nokogiri (1.15.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.2-x86_64-darwin)
nokogiri (1.15.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.2-x86_64-linux)
nokogiri (1.15.3-x86_64-linux)
racc (~> 1.4)
oauth2 (1.4.11)
faraday (>= 0.17.3, < 3.0)
Expand All @@ -242,11 +242,11 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (5.0.1)
puma (5.6.5)
public_suffix (5.0.3)
puma (5.6.6)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.7)
racc (1.7.1)
rack (2.2.8)
rainbow (3.1.1)
rake (13.0.6)
redis (4.8.1)
Expand All @@ -258,8 +258,8 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.5)
rouge (4.1.2)
rexml (3.2.6)
rouge (4.1.3)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand Down Expand Up @@ -339,7 +339,7 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
zeitwerk (2.6.8)
zeitwerk (2.6.11)

PLATFORMS
arm64-darwin-21
Expand Down
2 changes: 1 addition & 1 deletion lib/onc_certification_g10_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ONCCertificationG10TestKit
VERSION = '3.7.2'.freeze
VERSION = '3.8.0'.freeze
end
Binary file modified onc_certification_g10_matrix.xlsx
Binary file not shown.
2 changes: 1 addition & 1 deletion onc_certification_g10_test_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.license = 'Apache-2.0'
spec.add_runtime_dependency 'bloomer', '~> 1.0.0'
spec.add_runtime_dependency 'colorize', '~> 0.8.1'
spec.add_runtime_dependency 'inferno_core', '>= 0.4.8'
spec.add_runtime_dependency 'inferno_core', '>= 0.4.18'
spec.add_runtime_dependency 'json-jwt', '~> 1.15.3'
spec.add_runtime_dependency 'mime-types', '~> 3.4.0'
spec.add_runtime_dependency 'ndjson', '~> 1.0.0'
Expand Down

0 comments on commit a4e12e0

Please sign in to comment.