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
This step allows the connector to access user data and their group memberships in your Google Workspace organization.
137
139
@@ -296,4 +298,4 @@ See [Security](/reference/search-connectors/es-connectors-security.md).
296
298
297
299
This connector is built in Python with the [Elastic connector framework](https://github.com/elastic/connectors/tree/main).
298
300
299
-
View the [source code for this connector](https://github.com/elastic/connectors/tree/main/connectors/sources/gmail.py) (branch *main*, compatible with Elastic *9.0*).
301
+
View the [source code for this connector](https://github.com/elastic/connectors/tree/main/connectors/sources/gmail.py) (branch *main*, compatible with Elastic *9.0*).
Copy file name to clipboardExpand all lines: docs/release-notes/index.md
+56Lines changed: 56 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,62 @@ To check for security updates, go to [Security announcements for the Elastic sta
20
20
% ### Fixes [elasticsearch-next-fixes]
21
21
% *
22
22
23
+
## 9.0.8 [elasticsearch-9.0.8-release-notes]
24
+
```{applies_to}
25
+
stack: ga 9.0.8
26
+
```
27
+
28
+
### Features and enhancements [elasticsearch-9.0.8-features-enhancements]
29
+
30
+
Audit:
31
+
* Change reindex to use ::es-redacted:: filtering [#135414](https://github.com/elastic/elasticsearch/pull/135414)
32
+
33
+
Authorization:
34
+
*[Island Browser] Add `manage`, `create_index`, `read`, `index`, `write`, `delete`, permission for third party agent indices `kibana_system`[#134636](https://github.com/elastic/elasticsearch/pull/134636) (issue: [#134136](https://github.com/elastic/elasticsearch/issues/134136))
35
+
36
+
Infra/Plugins:
37
+
* Add Reason field to elastic-agent upgrade details metadata [#134711](https://github.com/elastic/elasticsearch/pull/134711)
38
+
39
+
40
+
### Fixes [elasticsearch-9.0.8-fixes]
41
+
42
+
Aggregations:
43
+
* Propagates filter() to aggregation functions' surrogates [#134461](https://github.com/elastic/elasticsearch/pull/134461) (issue: [#134380](https://github.com/elastic/elasticsearch/issues/134380))
44
+
45
+
ES|QL:
46
+
* Fix async get results with inconsistent headers [#135078](https://github.com/elastic/elasticsearch/pull/135078) (issue: [#135042](https://github.com/elastic/elasticsearch/issues/135042))
47
+
48
+
Engine:
49
+
* Bypass MMap arena grouping as this has caused issues with too many regions being mapped [#135012](https://github.com/elastic/elasticsearch/pull/135012)
50
+
* Fix deadlock in `ThreadPoolMergeScheduler` when a failing merge closes the `IndexWriter`[#134656](https://github.com/elastic/elasticsearch/pull/134656)
51
+
52
+
Geo:
53
+
*`CentroidCalculator` does not return negative summation weights [#135176](https://github.com/elastic/elasticsearch/pull/135176) (issue: [#131861](https://github.com/elastic/elasticsearch/issues/131861))
54
+
55
+
Infra/Node Lifecycle:
56
+
* Fix systemd notify to use a shared arena [#135235](https://github.com/elastic/elasticsearch/pull/135235)
57
+
58
+
Ingest Node:
59
+
* Correctly apply field path to JSON processor when adding contents to document root [#135479](https://github.com/elastic/elasticsearch/pull/135479)
60
+
61
+
Machine Learning:
62
+
* Add .reindexed-v7-ml-anomalies-* to anomaly results template index pattern [#135270](https://github.com/elastic/elasticsearch/pull/135270)
63
+
* Gracefully shutdown model deployment when node is removed from assignment routing [#134673](https://github.com/elastic/elasticsearch/pull/134673)
64
+
* Reset health status on successful empty checkpoint [#135653](https://github.com/elastic/elasticsearch/pull/135653) (issue: [#135650](https://github.com/elastic/elasticsearch/issues/135650))
65
+
66
+
Mapping:
67
+
* Fix for creating semantic_text fields on pre-8.11 indices crashing Elasticsearch [#135845](https://github.com/elastic/elasticsearch/pull/135845)
68
+
69
+
Search:
70
+
* Fix KQL case-sensitivity for keyword fields in ES|QL [#135776](https://github.com/elastic/elasticsearch/pull/135776) (issue: [#135772](https://github.com/elastic/elasticsearch/issues/135772))
71
+
* Prevent field caps from failing due to can match failure [#134134](https://github.com/elastic/elasticsearch/pull/134134) (issue: [#116106](https://github.com/elastic/elasticsearch/issues/116106))
72
+
73
+
Transform:
74
+
* Fix a bug in the GET _transform API that incorrectly claims some Transform configurations are missing [#134963](https://github.com/elastic/elasticsearch/pull/134963) (issue: [#134263](https://github.com/elastic/elasticsearch/issues/134263))
75
+
* Prevent Transform from queuing too many PIT close requests by waiting for PIT to close before finishing the checkpoint [#134955](https://github.com/elastic/elasticsearch/pull/134955) (issue: [#134925](https://github.com/elastic/elasticsearch/issues/134925))
76
+
77
+
78
+
23
79
## 9.1.4 [elasticsearch-9.1.4-release-notes]
24
80
25
81
### Features and enhancements [elasticsearch-9.1.4-features-enhancements]
Copy file name to clipboardExpand all lines: libs/entitlement/tools/jdk-api-extractor/src/main/java/org/elasticsearch/entitlement/tools/jdkapi/JdkApiExtractor.java
Copy file name to clipboardExpand all lines: libs/entitlement/tools/public-callers-finder/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
-
This tool scans the JDK on which it is running. It takes a list of methods (compatible with the output of the `securitymanager-scanner` tool), and looks for the "public surface" of these methods (i.e. any class/method accessible from regular Java code that calls into the original list, directly or transitively).
1
+
This tool scans the JDK on which it is running. It takes a list of methods (compatible with the output of the `securitymanager-scanner` and `jdk-api-extractor` tools),
2
+
and looks for the "public surface" of these methods (i.e. any class/method accessible from regular Java code that calls into the original list, directly or transitively).
2
3
3
4
It acts basically as a recursive "Find Usages" in Intellij, stopping at the first fully accessible point (public method on a public class).
4
5
The tool scans every method in every class inside the same java module; e.g.
@@ -14,19 +15,18 @@ it treats calls to `super` in `S.m` as regular calls (e.g. `example() -> S.m() -
Where `input-file` is a CSV file (columns separated by `TAB`) that contains the following columns:
20
-
Module name
21
-
1. unused
21
+
1. Module name
22
22
2. unused
23
23
3. unused
24
24
4. Fully qualified class name (ASM style, with `/` separators)
25
25
5. Method name
26
26
6. Method descriptor (ASM signature)
27
27
7. Visibility (PUBLIC/PUBLIC-METHOD/PRIVATE)
28
28
29
-
And `bubble-up-from-public` is a boolean (`true|false`) indicating if the code should stop at the first public method (`false`: default, recommended) or continue to find usages recursively even after reaching the "public surface".
29
+
And `bubble-up-from-public` is a boolean (`true|false`) indicating if the code should stop at the first public method (`false`: default) or continue to find usages recursively even after reaching the "public surface".
30
30
31
31
The output of the tool is another CSV file, with one line for each entry-point, columns separated by `TAB`
0 commit comments