fix mergeback missed items
This commit is contained in:
parent
a051923a7b
commit
d9a0459628
|
@ -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,
|
||||
|
|
|
@ -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.
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
release-date: "2023-02-07"
|
||||
codename: "Vishwa"
|
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue