Skip to content

Commit 28621b9

Browse files
charlotte-hoblikelasticsearchmachineelasticsearchmachine
authored
[Backport][DOCS][8.19]: Backport Elasticssearch and Connectors 8.18.7 Release notes (#134907)
* Add connectors release notes for 8.18.7 (#134772) * Update docs for v8.18.7 release (#134686) Co-authored-by: elasticsearchmachine <[email protected]> * remove comming tag --------- Co-authored-by: elasticsearchmachine <[email protected]> Co-authored-by: elasticsearchmachine <[email protected]>
1 parent caed288 commit 28621b9

File tree

3 files changed

+70
-1
lines changed

3 files changed

+70
-1
lines changed

docs/reference/connector/docs/connectors-release-notes.asciidoc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,17 @@ PR https://github.com/elastic/connectors/pull/3577[*#3577*] resolves this issue
5353

5454
There are no new features, enhancements, fixes, known issues, or deprecations associated with this release.
5555

56+
[discrete]
57+
[[es-connectors-release-notes-8-18-7]]
58+
=== 8.18.7
59+
60+
[discrete]
61+
[[es-connectors-release-notes-8-18-7-enhancements]]
62+
==== Enhancements
63+
64+
* Salesforce connector: Reduced API calls during field validation with caching, improving sync performance.
65+
See https://github.com/elastic/connectors/pull/3668[*PR 3668*].
66+
5667
[discrete]
5768
[[es-connectors-release-notes-8-18-6]]
5869
=== 8.18.6
@@ -270,4 +281,4 @@ See https://github.com/elastic/connectors/pull/2695[*PR 2695*].
270281
==== Bug fixes
271282

272283
* The Dropbox connector now fetches the files from team shared folders.
273-
See https://github.com/elastic/connectors/pull/2718[*PR 2718*].
284+
See https://github.com/elastic/connectors/pull/2718[*PR 2718*].

docs/reference/release-notes.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This section summarizes the changes in each release.
1111
* <<release-notes-8.19.2>>
1212
* <<release-notes-8.19.1>>
1313
* <<release-notes-8.19.0>>
14+
* <<release-notes-8.18.7>>
1415
* <<release-notes-8.18.6>>
1516
* <<release-notes-8.18.5>>
1617
* <<release-notes-8.18.4>>
@@ -110,6 +111,7 @@ include::release-notes/8.19.3.asciidoc[]
110111
include::release-notes/8.19.2.asciidoc[]
111112
include::release-notes/8.19.1.asciidoc[]
112113
include::release-notes/8.19.0.asciidoc[]
114+
include::release-notes/8.18.7.asciidoc[]
113115
include::release-notes/8.18.6.asciidoc[]
114116
include::release-notes/8.18.5.asciidoc[]
115117
include::release-notes/8.18.4.asciidoc[]
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
[[release-notes-8.18.7]]
2+
== {es} version 8.18.7
3+
4+
Also see <<breaking-changes-8.18,Breaking changes in 8.18>>.
5+
6+
[[bug-8.18.7]]
7+
[float]
8+
=== Bug fixes
9+
10+
Authorization::
11+
* Remove `DocumentSubsetBitsetCache` locking {es-pull}133681[#133681] (issue: {es-issue}132842[#132842])
12+
13+
ES|QL::
14+
* Reserve memory for Lucene's TopN {es-pull}134235[#134235]
15+
16+
Infra/Scripting::
17+
* Update `DefBootstrap` to handle Error from `ClassValue` {es-pull}133604[#133604]
18+
19+
Infra/Settings::
20+
* Use latest setting value when initializing setting watch {es-pull}134091[#134091] (issue: {es-issue}133701[#133701])
21+
22+
Ingest Node::
23+
* Fix `allow_duplicates` edge case bug in append processor {es-pull}134319[#134319]
24+
* Fix enrich caches outdated value after policy run {es-pull}133680[#133680]
25+
26+
Machine Learning::
27+
* Ensuring only a single request executor object is created {es-pull}133424[#133424]
28+
* Fix double-counting of inference memory in the assignment rebalancer {es-pull}133919[#133919]
29+
30+
Mapping::
31+
* Allow trailing empty string field names in paths of flattened field {es-pull}133611[#133611] (issue: {es-issue}130139[#130139])
32+
33+
Relevance::
34+
* Disallow creating `semantic_text` fields in indices created prior to 8.11.0 {es-pull}133080[#133080]
35+
36+
[[enhancement-8.18.7]]
37+
[float]
38+
=== Enhancements
39+
40+
Authorization::
41+
* [Sentinel One] Add `manage`, `create_index`, `read`, `index`, `write`, `delete`, permission for third party agent indices `kibana_system` {es-pull}133793[#133793] (issue: {es-issue}133703[#133703])
42+
43+
[[upgrade-8.18.7]]
44+
[float]
45+
=== Upgrades
46+
47+
FIPS::
48+
* Bump bc-fips to 1.0.2.6 {es-pull}133198[#133198]
49+
50+
Network::
51+
* Upgrade Netty to 4.1.126.Final {es-pull}134182[#134182]
52+
53+
Security::
54+
* Bump bcpkix version {es-pull}132853[#132853]
55+
56+

0 commit comments

Comments
 (0)