diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_1_0/1863-enable-configuring-max-delete-conflicts-handled.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_1_0/1863-enable-configuring-max-delete-conflicts-handled.yaml new file mode 100644 index 00000000000..178dd56cd37 --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_1_0/1863-enable-configuring-max-delete-conflicts-handled.yaml @@ -0,0 +1,6 @@ +--- +type: fix +issue: 1863 +title: "Cascade deletes were failing in cases where the resource being deleted had more than 600 conflicts due to a hard-coded limit + on the number of conflicts that the CascadingDeleteInterceptor was allowed to process at a time. This hard-coded limit has been + replaced with an optional configuration parameter."