You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/connector/docs/connectors-release-notes.asciidoc
+92Lines changed: 92 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,35 @@ PR https://github.com/elastic/connectors/pull/3577[*#3577*] resolves this issue
36
36
37
37
There are no new features, enhancements, fixes, known issues, or deprecations associated with this release.
38
38
39
+
[discrete]
40
+
[[es-connectors-release-notes-8-18-5]]
41
+
=== 8.18.5
42
+
43
+
[discrete]
44
+
[[es-connectors-release-notes-8-18-5-bug-fixes]]
45
+
===== Bug fixes
46
+
47
+
.Resolves missing access control for “Everyone Except External Users” in SharePoint connector
48
+
[%collapsible]
49
+
====
50
+
Permissions granted to the “Everyone Except External Users” group were previously ignored, causing incomplete access control metadata in documents. This occurred because the connector did not recognize the group’s login name format.
51
+
PR https://github.com/elastic/connectors/pull/3577[*#3577*] resolves this issue by recognizing the group’s login format and correctly applying its permissions to document access control metadata.
* Improve UUID handling by correctly parsing type 4 UUIDs and skipping unsupported type 3 with a warning.
63
+
See https://github.com/elastic/connectors/pull/3459[*PR 3459*].
64
+
65
+
* Confluence connector no longer swallows errors that may occur during ingestion.
66
+
See https://github.com/elastic/connectors/pull/3384[*PR 3384*].
67
+
39
68
[discrete]
40
69
[[es-connectors-release-notes-8-18-0]]
41
70
=== 8.18.0
@@ -57,6 +86,69 @@ It includes detailed steps, tooling, and resources to help you transition to sup
57
86
IMPORTANT: Users building custom docker images based on this Dockerfile may have to review their configuration for compatibility with the new base image.
58
87
See https://github.com/elastic/connectors/pull/3063[*PR 3063*].
59
88
89
+
[discrete]
90
+
[[es-connectors-release-notes-8-17-10]]
91
+
=== 8.17.10
92
+
93
+
[discrete]
94
+
[[es-connectors-release-notes-8-17-10-bug-fixes]]
95
+
===== Bug fixes
96
+
97
+
.Resolves missing access control for “Everyone Except External Users” in SharePoint connector
98
+
[%collapsible]
99
+
====
100
+
Permissions granted to the “Everyone Except External Users” group were previously ignored, causing incomplete access control metadata in documents. This occurred because the connector did not recognize the group’s login name format.
101
+
PR https://github.com/elastic/connectors/pull/3577[*#3577*] resolves this issue by recognizing the group’s login format and correctly applying its permissions to document access control metadata.
0 commit comments