Skip to content
Merged
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
14 changes: 14 additions & 0 deletions docs/reference/connector/docs/connectors-release-notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@
Prior to version *8.16.0*, the connector release notes were published as part of the {enterprise-search-ref}/changelog.html[Enterprise Search documentation].
====

[discrete]
[[es-connectors-release-notes-8-19-5]]
=== 8.19.5

[discrete]
[[es-connectors-release-notes-8-19-5-enhancements]]
==== 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.
See https://github.com/elastic/connectors/pull/3719[*PR 3719*].

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

[discrete]
[[es-connectors-release-notes-8-19-4]]
=== 8.19.4
Expand Down