diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index c7fd079f3aa7..1a21f643deb6 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -67,9 +67,8 @@
-
- May 30, 2019 - HAPI FHIR 3.8.0 (Hippo) Released -
+ 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.
@@ -79,33 +78,22 @@
-
- A new interceptor framework has been added. Existing interceptors will continue to work, and no code changes
- are needed in order to use this new version, but existing interceptors can be modified to use the new
- framework and can then take advantage of even more functionality. Updated migration documentation will be
- produced in the coming weeks.
+ 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.
-
- A security issue in the hapi-fhir-testpage-overlay (the web-based testing UI that powers
- hapi.fhir.org and can be embedded into other applications)
- has been corrected. Users of this module are recommended to upgrade right away.
+ Initial support for draft FHIR R5 resources has been added.
-
- The
- hapi-fhir-jpaserver-starter
- project now uses a properties file for much easier configuration. Please use this project
- as the basis for any new JPA Server projects, as we are deprecating the existing
- duplicate
- hapi-fhir-jpaserver-example
- project.
+ Support for GraphQL and the _filter search parameter has been added.
-
- A number of improvements have been made to the validator.
+ The ability to perform cascading deletes has been added.
As always, see the
changelog for a full list
- of changes.
+ of changes. You can also watch the release webinar!
Thanks to everyone who contributed to this release!
@@ -114,9 +102,9 @@
- James Agnew
-
+
- August 14, 2019 - HAPI FHIR 4.0.0 (Igloo) Released -
+ May 30, 2019 - HAPI FHIR 3.8.0 (Hippo) Released -
The next release of HAPI has now been uploaded to the Maven repos and
GitHub's releases section.
@@ -126,22 +114,33 @@
-
- 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.
+ A new interceptor framework has been added. Existing interceptors will continue to work, and no code changes
+ are needed in order to use this new version, but existing interceptors can be modified to use the new
+ framework and can then take advantage of even more functionality. Updated migration documentation will be
+ produced in the coming weeks.
-
- Initial support for draft FHIR R5 resources has been added.
+ A security issue in the hapi-fhir-testpage-overlay (the web-based testing UI that powers
+ hapi.fhir.org and can be embedded into other applications)
+ has been corrected. Users of this module are recommended to upgrade right away.
-
- Support for GraphQL and the _filter search parameter has been added.
+ The
+ hapi-fhir-jpaserver-starter
+ project now uses a properties file for much easier configuration. Please use this project
+ as the basis for any new JPA Server projects, as we are deprecating the existing
+ duplicate
+ hapi-fhir-jpaserver-example
+ project.
-
- The ability to perform cascading deletes has been added.
+ A number of improvements have been made to the validator.
As always, see the
changelog for a full list
- of changes. You can also watch the release webinar!
+ of changes.
Thanks to everyone who contributed to this release!
@@ -151,7 +150,6 @@
-
Feb 6, 2019 - HAPI FHIR 3.7.0 (Gale) Released -
The next release of HAPI has now been uploaded to the Maven repos and