|  | 
|  | 1 | +[[es-connectors-release-notes-8-16-0]] | 
|  | 2 | +=== 8.16.0 connectors release notes | 
|  | 3 | + | 
|  | 4 | +[discrete] | 
|  | 5 | +[[es-connectors-release-notes-8-16-0-breaking]] | 
|  | 6 | +==== Breaking Changes | 
|  | 7 | + | 
|  | 8 | +* Directly accessing connector and sync job state through `.elastic-connectors*` indices is deprecated, and will be disallowed entirely in a future release. Instead, the Elasticsearch Connector APIs should be used. Connectors framework code now uses the Elasticsearch Connector APIs by default. | 
|  | 9 | +See https://github.com/elastic/connectors/pull/2884[*PR 2902*].. | 
|  | 10 | + | 
|  | 11 | +[discrete] | 
|  | 12 | +[[es-connectors-release-notes-8-16-0-enhancements]] | 
|  | 13 | +==== Enhancements | 
|  | 14 | + | 
|  | 15 | +* *Docker namespaces* | 
|  | 16 | ++ | 
|  | 17 | +Starting in `8.16.0`, two of our published Docker images and release artifacts now _also_ live under a new namespace: `integrations`, in addition to the existing `enterprise-search` namespace. | 
|  | 18 | +This concerns the https://github.com/elastic/connectors[Elastic Connectors] and the https://github.com/elastic/data-extraction-service[Elastic Data Extraction Service]. | 
|  | 19 | ++ | 
|  | 20 | +Please note that we recommend using the new `integrations` namespace, as we are consolidating integration Docker images there. We encourage users to adopt the new namespace as soon as possible. | 
|  | 21 | ++ | 
|  | 22 | +** *Example*: | 
|  | 23 | ++ | 
|  | 24 | +Old namespace:: | 
|  | 25 | +`docker.elastic.co/enterprise-search/elastic-connectors:v8.16.0` | 
|  | 26 | ++ | 
|  | 27 | +New namespace:: | 
|  | 28 | +`docker.elastic.co/integrations/elastic-connectors:v8.16.0` | 
|  | 29 | + | 
|  | 30 | +* Docker images now use Chainguard's Wolfi base image (`docker.elastic.co/wolfi/jdk:openjdk-11-dev`), replacing the previous `ubuntu:focal` base. | 
|  | 31 | + | 
|  | 32 | +* The Sharepoint Online connector now works with the `Sites.Selected` permission instead of the broader permission `Sites.Read.All`. | 
|  | 33 | +See https://github.com/elastic/connectors/pull/2762[*PR 2762*]. | 
|  | 34 | + | 
|  | 35 | +* 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.  | 
|  | 36 | +See https://github.com/elastic/connectors/pull/2749[*PR 2749*]. | 
|  | 37 | + | 
|  | 38 | +* Connector logs now use UTC timestamps, instead of machine-local timestamps. This only impacts logging output. | 
|  | 39 | +See https://github.com/elastic/connectors/pull/2695[*PR 2695*]. | 
|  | 40 | + | 
|  | 41 | +[discrete] | 
|  | 42 | +[[es-connectors-release-notes-8-16-0-bug-fixes]] | 
|  | 43 | +==== Bug fixes | 
|  | 44 | + | 
|  | 45 | +* The Dropbox connector now fetches the files from team shared folders. | 
|  | 46 | +See https://github.com/elastic/connectors/pull/2718[*PR 2718*]. | 
0 commit comments