diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0a72a5bad5f..d5f6a8ec682 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -15,7 +15,7 @@
-->
-
+
The version of a few dependencies have been bumped to the
latest versions (dependent HAPI modules listed in brackets):
@@ -96,10 +96,10 @@
]]>
- Support for the new R5 draft resources has been added. This support includes the client,
New Feature:
- server, and JPA server. Note that these definitions will change as the R5 standard is
+ Support for the new R5 draft resources has been added. This support includes the client,
+ server, and JPA server. Note that these definitions will change as the R5 standard is
modified until it is released, so use with caution!
]]>
@@ -132,6 +132,17 @@
out to be a lengthy merge!
]]>
+
+ New Feature:
+ A new interceptor called CascadingDeleteInterceptor has been added to the
+ JPA project. This interceptor allows deletes to cascade when a specific
+ URL parameter or header is added to the request. Cascading deletes
+ can also be controlled by a new flag in the AuthorizationIntereptor
+ RuleBuilder, in order to ensure that cascading deletes are only available
+ to users with sufficient permission.
+ ]]>
+
Several enhancements have been made to the AuthorizationInterceptor]]>:
-
- A new interceptor called CascadingDeleteInterceptor has been added to the
- JPA project. This interceptor allows deletes to cascade when a specific
- URL parameter or header is added to the request. Cascading deletes
- can also be controlled by a new flag in the AuthorizationIntereptor
- RuleBuilder, in order to ensure that cascading deletes are only available
- to users with sufficient permission.
-
AuthorizationInterceptor will now try to block delete operations sooner
in the processing lifecycle if there is no chance they will be permitted
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 834fb07cea6..c7fd079f3aa 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -115,6 +115,42 @@
+
+ August 14, 2019 - HAPI FHIR 4.0.0 (Igloo) Released -
+ The next release of HAPI has now been uploaded to the Maven repos and
+ GitHub's releases section.
+
+
+ This release features a number of significant performance improvements,
+ and has some notable changes:
+
+
+ -
+ A new consent framework called ConsentInterceptor that can be used to apply local consent directives and policies, and potentially filter or mask data has been added.
+
+ -
+ Initial support for draft FHIR R5 resources has been added.
+
+ -
+ Support for GraphQL and the _filter search parameter has been added.
+
+ -
+ The ability to perform cascading deletes has been added.
+
+
+
+ As always, see the
+ changelog for a full list
+ of changes. You can also watch the release webinar!
+
+
+ Thanks to everyone who contributed to this release!
+
+
+ - James Agnew
+
+
+
Feb 6, 2019 - HAPI FHIR 3.7.0 (Gale) Released -
@@ -198,7 +234,7 @@
-
+