diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4863b724416..21cee568c1f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -154,7 +154,7 @@ JAX-RS client framework now supports the ability to register your own JAX-RS Component Classes against the client, as well as better documentation about thread safety. Thanks - to Sébastien Rivière for the pull request! + to Sébastien Rivière for the pull request! Processing of the If-Modified-Since header on FHIR read operations was reversed, @@ -205,6 +205,13 @@ classes in order to facilitate support for ElasticSearch. Thanks to Jiang Liang for the pull request! + + A new client interceptor has been added called + AdditionalRequestHeadersInterceptor, which allows + a developer to add additional custom headers to a + client requests. + Thanks to Clayton Bodendein for the pull request! + @@ -570,7 +577,7 @@ Bundle bundle = client.search().forResource(Patient.class) Correct an issue in the validator (DSTU3/R4) where elements were not always correctly validated if the element contained only a profiled extension. Thanks - to Sébastien Rivière for the pull request! + to Sébastien Rivière for the pull request! Testing UI now has a dropdown for modifiers on token search. Thanks @@ -584,7 +591,7 @@ Bundle bundle = client.search().forResource(Patient.class) Extensions on ID datatypes were not parsed or serialized correctly. Thanks to - Stephen Rivière for the pull request! + Stephen Rivière for the pull request! Fix a bug in REST Hook Subscription interceptors which prevented subscriptions @@ -905,7 +912,7 @@ Bundle bundle = client.search().forResource(Patient.class) DaoConfig#setAllowInlineMatchUrlReferences() now defaults to true]]> since inline conditional references - are now a part of the FHIR specification. Thanks to Jan Dědek for + are now a part of the FHIR specification. Thanks to Jan Dědek for pointing this out! @@ -1885,7 +1892,7 @@ Bundle bundle = client.search().forResource(Patient.class) Parser failed to parse resources containing an extension with a value type of - "id". Thanks to Raphael Mäder for reporting! + "id". Thanks to Raphael Mäder for reporting! When committing a transaction in JPA server @@ -2147,7 +2154,7 @@ Bundle bundle = client.search().forResource(Patient.class) array instead of a string. Thanks to David Hay for reporting! - Sébastien Rivière contributed an excellent pull request which adds a + Sébastien Rivière contributed an excellent pull request which adds a number of enhancements to JAX-RS module: