Skip to content

Commit 98144de

Browse files
charlotte-hoblikleemthompo
authored andcommitted
[DOCS]: Add connector release notes page for 9.x (elastic#127803)
* Add connector release notes page * Add 9.0.0 release notes * Add 9.0.1 Release notes * Update docs/reference/search-connectors/release-notes.md Co-authored-by: Liam Thompson <[email protected]> * Align IDs to MINOR_VERSION variable * Update docs/reference/search-connectors/release-notes.md Co-authored-by: Liam Thompson <[email protected]> --------- Co-authored-by: Liam Thompson <[email protected]>
1 parent 2e3e1c9 commit 98144de

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
navigation_title: "Release notes"
3+
mapped_pages:
4+
- https://www.elastic.co/guide/en/elasticsearch/reference/8.18/es-connectors-release-notes.html
5+
---
6+
7+
# Connector release notes
8+
9+
:::{admonition} Enterprise Search is discontinued in Elastic 9.0.0
10+
Please note that Enterprise Search is not available in Elastic 9.0+, including App Search, Workplace Search, the Elastic Web Crawler, and Elastic managed connectors.
11+
12+
If you are an Enterprise Search user and want to upgrade to Elastic 9.0, refer to [our Enterprise Search FAQ](https://www.elastic.co/resources/search/enterprise-search-faq#what-features-are-impacted-by-this-announcement).
13+
It includes detailed steps, tooling, and resources to help you transition to supported alternatives in 9.x, such as Elasticsearch, the Open Web Crawler, and self-managed connectors.
14+
:::
15+
16+
## 9.0.1 [connectors-9.0.1-release-notes]
17+
No changes since 9.0.0
18+
19+
## 9.0.0 [connectors-9.0.0-release-notes]
20+
21+
### Features and enhancements [connectors-9.0.0-features-enhancements]
22+
23+
* Switched the default ingestion pipeline from `ent-search-generic-ingestion` to `search-default-ingestion`. The pipelines are functionally identical; only the name has changed to align with the deprecation of Enterprise Search. [#3049](https://github.com/elastic/connectors/pull/3049)
24+
* Removed opinionated index mappings and settings from Connectors. Going forward, indices will use Elastic’s default mappings and settings, rather than legacy App Search–optimized ones. To retain the previous behavior, create the index manually before pointing a connector to it. [#3013](https://github.com/elastic/connectors/pull/3013)
25+
26+
### Fixes [connectors-9.0.0-fixes]
27+
28+
* Fixed an issue where full syncs could delete newly ingested documents if the document ID from the third-party source was numeric. [#3031](https://github.com/elastic/connectors/pull/3031)
29+
* Fixed a bug where the Confluence connector failed to download some blog post documents due to unexpected response formats. [#2984](https://github.com/elastic/connectors/pull/2984)
30+
* Fixed a bug in the Outlook connector where deactivated users could cause syncs to fail. [#2967](https://github.com/elastic/connectors/pull/2967)
31+
* Resolved an issue where Network Drive connectors had trouble connecting to SMB 3.1.1 shares. [#2852](https://github.com/elastic/connectors/pull/2852)
32+
33+
% ## Breaking changes [connectors-9.0.0-breaking-changes]
34+
% ## Deprications [connectorsch-9.0.0-deprecations]
35+
% ## Known issues [connectors-9.0.0-known-issues]
36+

docs/reference/search-connectors/toc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,5 @@ toc:
6363
- file: use-cases.md
6464
children:
6565
- file: es-connectors-overview-architecture.md
66-
- file: es-connectors-known-issues.md
66+
- file: es-connectors-known-issues.md
67+
- file: release-notes.md

0 commit comments

Comments
 (0)