Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/reference/search-connectors/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,26 @@ If you are an Enterprise Search user and want to upgrade to Elastic 9.0, refer t
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.2.1 [connectors-9.2.1-release-notes]
There are no new features, enhancements, fixes, known issues, or deprecations associated with this release.

## 9.2.0 [connectors-9.2.0-release-notes]

### Features and enhancements [connectors-9.2.0-features-enhancements]
* Refactored pagination from OFFSET-based to keyset (primary-key) pagination in the MySQL connector. This delivers 3×+ faster syncs on large tables and modest gains on smaller ones. [#3719](https://github.com/elastic/connectors/pull/3719).

* Updated the Jira connector to use the new `/rest/api/3/search/jql` endpoint, ensuring compatibility with Jira’s latest API. [#3710](https://github.com/elastic/connectors/pull/3710).

## 9.1.7 [connectors-9.1.7-release-notes]
There are no new features, enhancements, fixes, known issues, or deprecations associated with this release.

## 9.1.6 [connectors-9.1.6-release-notes]

### Features and enhancements [connectors-9.1.6-features-enhancements]
* Idle Github connectors no longer excessively query set-up repositories, which reduces the number of calls to GitHub each connector makes and makes users less likely to hit GitHub API quotas. [#3708](https://github.com/elastic/connectors/pull/3708)

* In the Sharepoint Online connector, /contentstorage/ URLs are no longer synced. [#3630](https://github.com/elastic/connectors/pull/3630)

## 9.1.5 [connectors-9.1.5-release-notes]

### Features and enhancements [connectors-9.1.5-features-enhancements]
Expand Down
31 changes: 31 additions & 0 deletions docs/release-notes/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,37 @@ If you are migrating from a version prior to version 9.0, you must first upgrade

% ## Next version [elasticsearch-nextversion-breaking-changes]

## 9.2.1 [elasticsearch-9.2.1-breaking-changes]

There are no breaking changes associated with this release.

## 9.1.7 [elasticsearch-9.1.7-breaking-changes]

There are no breaking changes associated with this release.

## 9.1.6 [elasticsearch-9.1.6-breaking-changes]

There are no breaking changes associated with this release.

## 9.2.0 [elasticsearch-9.2.0-breaking-changes]

Ingest Node:
* Simulate API: Return 400 on invalid processor(s) [#130325](https://github.com/elastic/elasticsearch/pull/130325) (issue: [#120731](https://github.com/elastic/elasticsearch/issues/120731))

Mapping:
* Don't enable norms for fields of type text when the index mode is LogsDB or TSDB [#131317](https://github.com/elastic/elasticsearch/pull/131317)

Vector Search:
* Enable `exclude_source_vectors` by default for new indices [#131907](https://github.com/elastic/elasticsearch/pull/131907)

## 9.0.8 [elasticsearch-9.0.8-breaking-changes]

There are no breaking changes associated with this release.

## 9.1.5 [elasticsearch-9.1.5-breaking-changes]

There are no breaking changes associated with this release.

## 9.1.4 [elasticsearch-9.1.4-breaking-changes]

There are no breaking changes associated with this release.
Expand Down
25 changes: 25 additions & 0 deletions docs/release-notes/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,31 @@ To give you insight into what deprecated features you’re using, {{es}}:

% ## Next version [elasticsearch-nextversion-deprecations]

## 9.1.7 [elasticsearch-9.1.7-deprecations]

There are no deprecations associated with this release.

## 9.2.1 [elasticsearch-9.2.1-deprecations]

There are no deprecations associated with this release.

## 9.1.6 [elasticsearch-9.1.6-deprecations]

There are no deprecations associated with this release.

## 9.2.0 [elasticsearch-9.2.0-deprecations]

Cluster Coordination:
* Remove `PeerFinder` request timeout [#134365](https://github.com/elastic/elasticsearch/pull/134365)

## 9.0.8 [elasticsearch-9.0.8-deprecations]

There are no deprecations associated with this release.

## 9.1.5 [elasticsearch-9.1.5-deprecations]

There are no deprecations associated with this release.

## 9.1.4 [elasticsearch-9.1.4-deprecations]

There are no deprecations associated with this release.
Expand Down
Loading
Loading