Add 5.5.3 to versionenum (#3133)

This commit is contained in:
Tadgh 2021-11-01 13:50:57 -04:00 committed by GitHub
parent 1a822178b2
commit 362c2f30db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 0 deletions

View File

@ -77,6 +77,7 @@ public enum VersionEnum {
V5_5_0, V5_5_0,
V5_5_1, V5_5_1,
V5_5_2, V5_5_2,
V5_5_3,
V5_6_0 V5_6_0
; ;

View File

@ -0,0 +1,3 @@
---
release-date: "2021-10-29"
codename: "Quasar"

View File

@ -1,6 +1,7 @@
--- ---
type: add type: add
issue: 3088 issue: 3088
backport: 5.5.3
jira: SMILE-3151 jira: SMILE-3151
title: "Previously, chained searches were not able to traverse reference fields within contained resources. title: "Previously, chained searches were not able to traverse reference fields within contained resources.
This enhancement adds the ability to traverse the reference fields of contained resources when those fields refer to discrete resources." This enhancement adds the ability to traverse the reference fields of contained resources when those fields refer to discrete resources."

View File

@ -1,6 +1,7 @@
--- ---
type: add type: add
issue: 3100 issue: 3100
backport: 5.5.3
jira: SMILE-3151 jira: SMILE-3151
title: "Previously, only contained resources that are referenced directly by the containing resource were being indexed. title: "Previously, only contained resources that are referenced directly by the containing resource were being indexed.
This enhancement indexes the fields of contained resources that are referenced by other contained resources and This enhancement indexes the fields of contained resources that are referenced by other contained resources and

View File

@ -1,5 +1,6 @@
--- ---
type: add type: add
issue: 3106 issue: 3106
backport: 5.5.3
jira: SMILE-3151 jira: SMILE-3151
title: "Further enhances the features added by issue 3100 to allow chained searches across any combination of discrete and contained references." title: "Further enhances the features added by issue 3100 to allow chained searches across any combination of discrete and contained references."