fix mergeback missed items

This commit is contained in:
Long Ma 2023-02-16 11:56:54 -07:00
parent a051923a7b
commit d9a0459628
4 changed files with 7 additions and 0 deletions

View File

@ -111,6 +111,7 @@ public enum VersionEnum {
V6_2_3,
V6_2_4,
V6_2_5,
V6_2_6,
// Dev Build
V6_3_0,
V6_4_0,

View File

@ -0,0 +1,2 @@
This release fixes a problem with the batch framework which could cause jobs to hang indefinitely if multiple processes attempted to run a maintenance pass simultaneously.

View File

@ -0,0 +1,3 @@
---
release-date: "2023-02-07"
codename: "Vishwa"

View File

@ -1,6 +1,7 @@
---
type: add
issue: 4416
backport: 6.2.6
title: "The JPA server now supports contention aware patch operations (i.e. using `If-Match`)
within a FHIR Transaction. Previously the `Bundle.entry.request.ifMatch` element was incorrectly
treated as a conditional URL and not a version tag."