Credit for #755
This commit is contained in:
parent
607abd34a3
commit
d922775639
|
@ -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!
|
||||
</action>
|
||||
<action type="fix" issue="717">
|
||||
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!
|
||||
</action>
|
||||
<action type="add" issue="755">
|
||||
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!
|
||||
</action>
|
||||
</release>
|
||||
<release version="3.0.0" date="2017-09-27">
|
||||
<action type="add">
|
||||
|
@ -570,7 +577,7 @@ Bundle bundle = client.search().forResource(Patient.class)
|
|||
<action type="fix" issue="686">
|
||||
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!
|
||||
</action>
|
||||
<action type="add" issue="701">
|
||||
Testing UI now has a dropdown for modifiers on token search. Thanks
|
||||
|
@ -584,7 +591,7 @@ Bundle bundle = client.search().forResource(Patient.class)
|
|||
</action>
|
||||
<action type="fix" issue="695">
|
||||
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!
|
||||
</action>
|
||||
<action type="fix" issue="710">
|
||||
Fix a bug in REST Hook Subscription interceptors which prevented subscriptions
|
||||
|
@ -905,7 +912,7 @@ Bundle bundle = client.search().forResource(Patient.class)
|
|||
<action type="add">
|
||||
DaoConfig#setAllowInlineMatchUrlReferences() now defaults to
|
||||
<![CDATA[<code>true</code>]]> 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!
|
||||
</action>
|
||||
<action type="add" issue="609">
|
||||
|
@ -1885,7 +1892,7 @@ Bundle bundle = client.search().forResource(Patient.class)
|
|||
</action>
|
||||
<action type="fix" issue="426">
|
||||
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!
|
||||
</action>
|
||||
<action type="fix">
|
||||
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!
|
||||
</action>
|
||||
<action type="add" issue="367">
|
||||
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:
|
||||
<![CDATA[
|
||||
<ul>
|
||||
|
|
Loading…
Reference in New Issue