Skip to content

Commit

Permalink
Release 3.2.0 (#299)
Browse files Browse the repository at this point in the history
* update changelog

* regenerate matrix

* update inferno_core

* bump g10 version

* update us core test kit

* update smart test kit
  • Loading branch information
Jammjammjamm authored Oct 12, 2022
1 parent 98890b4 commit 7c55ebc
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 14 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 3.2.0

* Fix a bug which could cause unhandled exceptions when invalid JSON is
received.
* Fix a bug which prevented handing the Imaging Result profile in the Bulk Data
tests when using US Core 5.
* Update the terminology process to only use the most recent version of UMLS.
* Update the TLS tests to allow systems which deny prohibited TLS versions at
the application level to pass.
* Fix MustSupport requirements for representing a Patient's previous name in US
Core 4 & 5.
* Fix date comparator searches to account for server time zones.
* Update the SMART App Launch tests to handle relative urls.

# 3.1.0

* Fix a bug which could cause the SMART `context-ehr-encounter` capability to be
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PATH
remote: .
specs:
onc_certification_g10_test_kit (3.1.0.dev)
onc_certification_g10_test_kit (3.2.0)
bloomer (~> 1.0.0)
colorize (~> 0.8.1)
inferno_core (>= 0.3.11)
json-jwt (~> 1.13.0)
mime-types (~> 3.4.0)
ndjson (~> 1.0.0)
rubyzip (~> 2.3.2)
smart_app_launch_test_kit (= 0.1.7)
smart_app_launch_test_kit (= 0.1.8)
tls_test_kit (= 0.1.3)
us_core_test_kit (= 0.3.1)
us_core_test_kit (= 0.3.2)

GEM
remote: https://rubygems.org/
Expand All @@ -28,7 +28,7 @@ GEM
ast (2.4.2)
bcp47 (0.3.3)
i18n
bindata (2.4.10)
bindata (2.4.12)
bitarray (1.3.0)
bloomer (1.0.0)
bitarray
Expand Down Expand Up @@ -157,7 +157,7 @@ GEM
i18n (1.12.0)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
inferno_core (0.3.11)
inferno_core (0.3.12)
activesupport (~> 6.1)
blueprinter (= 0.25.2)
dotenv (~> 2.7)
Expand Down Expand Up @@ -191,7 +191,7 @@ GEM
mime-types-data (3.2022.0105)
mini_portile2 (2.8.0)
minitest (5.16.3)
msgpack (1.5.6)
msgpack (1.6.0)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.2.3)
Expand Down Expand Up @@ -274,14 +274,14 @@ GEM
connection_pool (>= 2.2.5)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
smart_app_launch_test_kit (0.1.7)
smart_app_launch_test_kit (0.1.8)
inferno_core (> 0.1.3)
jwt (~> 2.2)
tls_test_kit (~> 0.1.0)
sqlite3 (1.5.2)
sqlite3 (1.5.3)
mini_portile2 (~> 2.8.0)
sqlite3 (1.5.2-x86_64-darwin)
sqlite3 (1.5.2-x86_64-linux)
sqlite3 (1.5.3-x86_64-darwin)
sqlite3 (1.5.3-x86_64-linux)
thor (1.1.0)
tilt (2.0.11)
tls_test_kit (0.1.3)
Expand All @@ -295,7 +295,7 @@ GEM
unicode-display_width (2.2.0)
url_mount (0.2.1)
rack
us_core_test_kit (0.3.1)
us_core_test_kit (0.3.2)
inferno_core (> 0.1.3)
tls_test_kit (~> 0.1.0)
webmock (3.17.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ procedure:
- 9.8.06
- 9.9.03
- 9.9.06
- 9.10.15
inferno_notes: |
Inferno tests that all endpoints provided support at least TLS
version 1.2, and rejects all requests for TLS version 1.1 or below.
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.1.0.dev'.freeze
VERSION = '3.2.0'.freeze
end
Binary file modified onc_certification_g10_matrix.xlsx
Binary file not shown.
4 changes: 2 additions & 2 deletions onc_certification_g10_test_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'mime-types', '~> 3.4.0'
spec.add_runtime_dependency 'ndjson', '~> 1.0.0'
spec.add_runtime_dependency 'rubyzip', '~> 2.3.2'
spec.add_runtime_dependency 'smart_app_launch_test_kit', '0.1.7'
spec.add_runtime_dependency 'smart_app_launch_test_kit', '0.1.8'
spec.add_runtime_dependency 'tls_test_kit', '0.1.3'
spec.add_runtime_dependency 'us_core_test_kit', '0.3.1'
spec.add_runtime_dependency 'us_core_test_kit', '0.3.2'
spec.add_development_dependency 'database_cleaner-sequel', '~> 1.8'
spec.add_development_dependency 'factory_bot', '~> 6.1'
spec.add_development_dependency 'rspec', '~> 3.10'
Expand Down

0 comments on commit 7c55ebc

Please sign in to comment.