This commit is contained in:
jamesagnew 2019-08-13 05:29:55 -04:00
parent e2f0f4ed8b
commit 23c05ac2a9
1 changed files with 5 additions and 0 deletions

View File

@ -434,6 +434,11 @@
When using the ResponseHighlighterInterceptor, some invalid requests that would normally generate an HTTP When using the ResponseHighlighterInterceptor, some invalid requests that would normally generate an HTTP
400 response (e.g. an invalid _elements value) would cause an HTTP 500 crash. 400 response (e.g. an invalid _elements value) would cause an HTTP 500 crash.
</action> </action>
<action type="add" issue="1388">
When performing a read-if-newer operation on a plain server, the resource ID
in Resource.meta.versionId is now used if a version isn't found in the resource
ID itself. Thanks to Stig Døssing for the pull request!
</action>
</release> </release>
<release version="3.8.0" date="2019-05-30" description="Hippo"> <release version="3.8.0" date="2019-05-30" description="Hippo">
<action type="fix"> <action type="fix">