-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[DOCS]: Add connector release notes page for 9.x #127803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
17d3d2a
Add connector release notes page
charlotte-hoblik edcec8c
Merge branch 'main' into charlotte-connector-RN-update
charlotte-hoblik 4ba5ece
Add 9.0.0 release notes
charlotte-hoblik 846ecbc
Add 9.0.1 Release notes
charlotte-hoblik dd3841e
Update docs/reference/search-connectors/release-notes.md
charlotte-hoblik e89c1cd
Align IDs to MINOR_VERSION variable
charlotte-hoblik 06ca13c
Merge branch 'main' into charlotte-connector-RN-update
charlotte-hoblik 4fecf68
Update docs/reference/search-connectors/release-notes.md
charlotte-hoblik 4c84a11
Merge branch 'main' into charlotte-connector-RN-update
charlotte-hoblik a14abae
Merge branch 'main' into charlotte-connector-RN-update
charlotte-hoblik File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| --- | ||
| navigation_title: "Release notes" | ||
| mapped_pages: | ||
| - https://www.elastic.co/guide/en/elasticsearch/reference/8.18/es-connectors-release-notes.html | ||
| --- | ||
|
|
||
| # Connector release notes | ||
|
|
||
| :::{admonition} Enterprise Search is discontinued in Elastic 9.0.0 | ||
| 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. | ||
|
|
||
| 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). | ||
| 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. | ||
| ::: | ||
|
|
||
| ## 9.0.1 [connectors-9.0.1-release-notes] | ||
| No changes since 9.0.0 | ||
|
|
||
| ## 9.0.0 [connectors-9.0.0-release-notes] | ||
|
|
||
| ### Features and enhancements [connectors-9.0.0-features-enhancements] | ||
|
|
||
| * 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) | ||
| * 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) | ||
|
|
||
| ### Fixes [connectors-9.0.0-fixes] | ||
|
|
||
| * 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) | ||
| * 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) | ||
| * Fixed a bug in the Outlook connector where deactivated users could cause syncs to fail. [#2967](https://github.com/elastic/connectors/pull/2967) | ||
| * Resolved an issue where Network Drive connectors had trouble connecting to SMB 3.1.1 shares. [#2852](https://github.com/elastic/connectors/pull/2852) | ||
|
|
||
| % ## Breaking changes [connectors-9.0.0-breaking-changes] | ||
| % ## Deprications [connectorsch-9.0.0-deprecations] | ||
| % ## Known issues [connectors-9.0.0-known-issues] | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.