Skip to content

Commit 4922e56

Browse files
author
Adrian Clay
authored
Add 2.1.4 to CHANGELOG.md (#988)
1 parent 63dc68b commit 4922e56

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
## Fixed
10-
11-
* When mapping an `Observation` related to a diagnostic report which does not contain a `code` element, the adaptor will
12-
now throw an error reporting that an observation requires a code element and provide the affected resource ID.
13-
* When mapping a `valueQuantity` contained in an `Observation`, the produced XML `<value>` element now correctly escapes
14-
any contained XML characters.
15-
169
## Added
1710

1811
* When mapping a `DocumentReference` which contains a `NOPAT` `meta.security` or `NOPAT` `securityLabel` tag the resultant XML for that resource
@@ -32,8 +25,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3225
* When mapping `Immunizations` which contain a `NOPAT` `meta.security` tag, the resultant XML for that resource
3326
will contain a `NOPAT` `confidentialityCode` element.
3427

35-
### Fixed
36-
* Removed the 20 MB data processing limit to enable the GP2GP Adaptor to handle larger documents.
28+
## [2.1.4] - 2014-11-07
29+
30+
## Fixed
31+
32+
* When mapping an `Observation` related to a diagnostic report which does not contain a `code` element, the adaptor will
33+
now throw an error reporting that an observation requires a code element and provide the affected resource ID.
34+
Previously the adaptor was generating an invalid GP2GP payload which was being rejected by the requesting system with
35+
a vague error code.
36+
* When mapping a `valueQuantity` contained in an `Observation`, the generated XML element now correctly escapes any
37+
contained XML characters.
38+
* Removed a 20 MB data processing limit which was causing large document transfers to fail.
3739

3840
## [2.1.3] - 2014-10-25
3941

0 commit comments

Comments
 (0)