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/search-connectors/release-notes.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,13 @@ If you are an Enterprise Search user and want to upgrade to Elastic 9.0, refer t
13
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
14
:::
15
15
16
+
## 9.1.5 [connectors-9.1.5-release-notes]
17
+
18
+
### Features and enhancements [connectors-9.1.5-features-enhancements]
19
+
* 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).
20
+
21
+
* 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).
22
+
16
23
## 9.1.4 [connectors-9.1.4-release-notes]
17
24
18
25
### Features and enhancements [connectors-9.1.4-features-enhancements]
@@ -37,6 +44,13 @@ Permissions granted to the `Everyone Except External Users` group were previousl
37
44
## 9.1.0 [connectors-9.1.0-release-notes]
38
45
There are no new features, enhancements, fixes, known issues, or deprecations associated with this release.
39
46
47
+
## 9.0.8 [connectors-9.0.8-release-notes]
48
+
49
+
### Features and enhancements [connectors-9.0.8-features-enhancements]
50
+
* 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).
51
+
52
+
* 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).
53
+
40
54
## 9.0.7 [connectors-9.0.7-release-notes]
41
55
42
56
### Features and enhancements [connectors-9.0.7-features-enhancements]
0 commit comments