|
9 | 9 | Prior to version *8.16.0*, the connector release notes were published as part of the {enterprise-search-ref}/changelog.html[Enterprise Search documentation]. |
10 | 10 | ==== |
11 | 11 |
|
12 | | -*Release notes*: |
| 12 | +[discrete] |
| 13 | +[[es-connectors-release-notes-8-17-0]] |
| 14 | +=== 8.17.0 |
13 | 15 |
|
14 | | -* <<es-connectors-release-notes-8-16-0>> |
| 16 | +No notable changes in this release. |
15 | 17 |
|
16 | | -include::release-notes/connectors-release-notes-8.16.0.asciidoc[] |
| 18 | +[discrete] |
| 19 | +[[es-connectors-release-notes-8-16-1]] |
| 20 | +=== 8.16.1 |
| 21 | + |
| 22 | +[discrete] |
| 23 | +[[es-connectors-release-notes-8-16-1-bug-fixes]] |
| 24 | +==== Bug fixes |
| 25 | + |
| 26 | +* Fixed a bug in the Outlook Connector where having deactivated users could cause the sync to fail. |
| 27 | +See https://github.com/elastic/connectors/pull/2967[*PR 2967*]. |
| 28 | +* Fixed a bug where the Confluence connector was not downloading some blog post documents due to unexpected response format. |
| 29 | +See https://github.com/elastic/connectors/pull/2984[*PR 2984*]. |
| 30 | + |
| 31 | +[discrete] |
| 32 | +[[es-connectors-release-notes-8-16-0]] |
| 33 | +=== 8.16.0 |
| 34 | + |
| 35 | +[discrete] |
| 36 | +[[es-connectors-release-notes-deprecation-notice]] |
| 37 | +==== Deprecation notices |
| 38 | + |
| 39 | +* *Direct index access for connectors and sync jobs* |
| 40 | ++ |
| 41 | +IMPORTANT: Directly accessing connector and sync job state through `.elastic-connectors*` indices is deprecated, and will be disallowed entirely in a future release. |
| 42 | + |
| 43 | +* Instead, the Elasticsearch Connector APIs should be used. Connectors framework code now uses the <<connector-apis,Connector APIs>> by default. |
| 44 | +See https://github.com/elastic/connectors/pull/2884[*PR 2902*]. |
| 45 | + |
| 46 | +* *Docker `enterprise-search` namespace deprecation* |
| 47 | ++ |
| 48 | +IMPORTANT: The `enterprise-search` Docker namespace is deprecated and will be discontinued in a future release. |
| 49 | ++ |
| 50 | +Starting in `8.16.0`, Docker images are being transitioned to the new `integrations` namespace, which will become the sole location for future releases. This affects the https://github.com/elastic/connectors[Elastic Connectors] and https://github.com/elastic/data-extraction-service[Elastic Data Extraction Service]. |
| 51 | ++ |
| 52 | +During this transition period, images are published to both namespaces: |
| 53 | ++ |
| 54 | +** *Example*: |
| 55 | ++ |
| 56 | +Deprecated namespace:: |
| 57 | +`docker.elastic.co/enterprise-search/elastic-connectors:v8.16.0` |
| 58 | ++ |
| 59 | +New namespace:: |
| 60 | +`docker.elastic.co/integrations/elastic-connectors:v8.16.0` |
| 61 | ++ |
| 62 | +Users should migrate to the new `integrations` namespace as soon as possible to ensure continued access to future releases. |
| 63 | + |
| 64 | +[discrete] |
| 65 | +[[es-connectors-release-notes-8-16-0-enhancements]] |
| 66 | +==== Enhancements |
| 67 | + |
| 68 | +* Docker images now use Chainguard's Wolfi base image (`docker.elastic.co/wolfi/jdk:openjdk-11-dev`), replacing the previous `ubuntu:focal` base. |
| 69 | + |
| 70 | +* The Sharepoint Online connector now works with the `Sites.Selected` permission instead of the broader permission `Sites.Read.All`. |
| 71 | +See https://github.com/elastic/connectors/pull/2762[*PR 2762*]. |
| 72 | + |
| 73 | +* Starting in 8.16.0, connectors will start using proper SEMVER, with `MAJOR.MINOR.PATCH`, which aligns with Elasticsearch/Kibana versions. This drops the previous `.BUILD` suffix, which we used to release connectors between Elastic stack releases. Going forward, these inter-stack-release releases will be suffixed instead with `+<timestamp>`, aligning with Elastic Agent and conforming to SEMVER. |
| 74 | +See https://github.com/elastic/connectors/pull/2749[*PR 2749*]. |
| 75 | + |
| 76 | +* Connector logs now use UTC timestamps, instead of machine-local timestamps. This only impacts logging output. |
| 77 | +See https://github.com/elastic/connectors/pull/2695[*PR 2695*]. |
| 78 | + |
| 79 | +[discrete] |
| 80 | +[[es-connectors-release-notes-8-16-0-bug-fixes]] |
| 81 | +==== Bug fixes |
| 82 | + |
| 83 | +* The Dropbox connector now fetches the files from team shared folders. |
| 84 | +See https://github.com/elastic/connectors/pull/2718[*PR 2718*]. |
0 commit comments