Skip to content

Commit 530c826

Browse files
committed
Add Serverless changelog files
1 parent 7d50dee commit 530c826

15 files changed

Lines changed: 1359 additions & 0 deletions
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
##### Required fields #####
2+
3+
# title:
4+
# A required string that is a short, user-facing headline.
5+
# (Max 80 characters)
6+
7+
# type:
8+
# A required string that contains the type of change
9+
# It can be one of:
10+
# - feature
11+
# - enhancement
12+
# - bug-fix
13+
# - known-issue
14+
# - breaking-change
15+
# - deprecation
16+
# - docs
17+
# - regression
18+
# - security
19+
# - other
20+
21+
# products:
22+
# A required array of objects that denote the affected products
23+
# Each product object contains:
24+
#
25+
# - product:
26+
# A required string with a valid product ID.
27+
# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml
28+
#
29+
# target:
30+
# An optional string with the target version or date.
31+
#
32+
# lifecycle:
33+
# An optional string for new features or enhancements that have a specific availability.
34+
# It can be one of:
35+
# - preview
36+
# - beta
37+
# - ga
38+
39+
##### Optional fields #####
40+
41+
# action:
42+
# An optional string that describes what users must do to mitigate
43+
# the impact of a breaking change or known issue.
44+
45+
# areas:
46+
# An optional array of strings that denotes the parts/components/services
47+
# of the product that are affected.
48+
49+
# description:
50+
# An optional string that provides additional information.
51+
# (Max 600 characters).
52+
53+
# feature-id:
54+
# An optional string to associate a feature or enhanceent with a
55+
# unique feature flag.
56+
57+
# highlight:
58+
# An optional boolean for items that should be included in release
59+
# highlights or the UI to draw user attention.
60+
61+
# impact:
62+
# An optional string that describes how the user's environment is
63+
# affected by a breaking change or known issue.
64+
65+
# issues:
66+
# An optional array of strings that contain the issues that are
67+
# relevant to the PR.
68+
69+
# pr:
70+
# An optional string that contains the pull request number.
71+
72+
# subtype:
73+
# An optional string that applies only to breaking changes.
74+
# It can be one of:
75+
# - api
76+
# - behavioral
77+
# - configuration
78+
# - dependency
79+
# - subscription
80+
# - plugin
81+
# - security
82+
# - other
83+
84+
pr: https://github.com/elastic/elasticsearch/pull/140149
85+
type: enhancement
86+
products:
87+
- product: cloud-serverless
88+
target: 2025-01-13
89+
areas:
90+
- Network
91+
title: Always log connection failure at WARN level for sniffed node
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
##### Required fields #####
2+
3+
# title:
4+
# A required string that is a short, user-facing headline.
5+
# (Max 80 characters)
6+
7+
# type:
8+
# A required string that contains the type of change
9+
# It can be one of:
10+
# - feature
11+
# - enhancement
12+
# - bug-fix
13+
# - known-issue
14+
# - breaking-change
15+
# - deprecation
16+
# - docs
17+
# - regression
18+
# - security
19+
# - other
20+
21+
# products:
22+
# A required array of objects that denote the affected products
23+
# Each product object contains:
24+
#
25+
# - product:
26+
# A required string with a valid product ID.
27+
# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml
28+
#
29+
# target:
30+
# An optional string with the target version or date.
31+
#
32+
# lifecycle:
33+
# An optional string for new features or enhancements that have a specific availability.
34+
# It can be one of:
35+
# - preview
36+
# - beta
37+
# - ga
38+
39+
##### Optional fields #####
40+
41+
# action:
42+
# An optional string that describes what users must do to mitigate
43+
# the impact of a breaking change or known issue.
44+
45+
# areas:
46+
# An optional array of strings that denotes the parts/components/services
47+
# of the product that are affected.
48+
49+
# description:
50+
# An optional string that provides additional information.
51+
# (Max 600 characters).
52+
53+
# feature-id:
54+
# An optional string to associate a feature or enhanceent with a
55+
# unique feature flag.
56+
57+
# highlight:
58+
# An optional boolean for items that should be included in release
59+
# highlights or the UI to draw user attention.
60+
61+
# impact:
62+
# An optional string that describes how the user's environment is
63+
# affected by a breaking change or known issue.
64+
65+
# issues:
66+
# An optional array of strings that contain the issues that are
67+
# relevant to the PR.
68+
69+
# pr:
70+
# An optional string that contains the pull request number.
71+
72+
# subtype:
73+
# An optional string that applies only to breaking changes.
74+
# It can be one of:
75+
# - api
76+
# - behavioral
77+
# - configuration
78+
# - dependency
79+
# - subscription
80+
# - plugin
81+
# - security
82+
# - other
83+
84+
pr: https://github.com/elastic/elasticsearch/pull/140086
85+
type: bug-fix
86+
products:
87+
- product: cloud-serverless
88+
target: 2025-01-13
89+
areas:
90+
- Snapshot/Restore
91+
title: Fix read/write counts for copy in repo analysis
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
##### Required fields #####
2+
3+
# title:
4+
# A required string that is a short, user-facing headline.
5+
# (Max 80 characters)
6+
7+
# type:
8+
# A required string that contains the type of change
9+
# It can be one of:
10+
# - feature
11+
# - enhancement
12+
# - bug-fix
13+
# - known-issue
14+
# - breaking-change
15+
# - deprecation
16+
# - docs
17+
# - regression
18+
# - security
19+
# - other
20+
21+
# products:
22+
# A required array of objects that denote the affected products
23+
# Each product object contains:
24+
#
25+
# - product:
26+
# A required string with a valid product ID.
27+
# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml
28+
#
29+
# target:
30+
# An optional string with the target version or date.
31+
#
32+
# lifecycle:
33+
# An optional string for new features or enhancements that have a specific availability.
34+
# It can be one of:
35+
# - preview
36+
# - beta
37+
# - ga
38+
39+
##### Optional fields #####
40+
41+
# action:
42+
# An optional string that describes what users must do to mitigate
43+
# the impact of a breaking change or known issue.
44+
45+
# areas:
46+
# An optional array of strings that denotes the parts/components/services
47+
# of the product that are affected.
48+
49+
# description:
50+
# An optional string that provides additional information.
51+
# (Max 600 characters).
52+
53+
# feature-id:
54+
# An optional string to associate a feature or enhanceent with a
55+
# unique feature flag.
56+
57+
# highlight:
58+
# An optional boolean for items that should be included in release
59+
# highlights or the UI to draw user attention.
60+
61+
# impact:
62+
# An optional string that describes how the user's environment is
63+
# affected by a breaking change or known issue.
64+
65+
# issues:
66+
# An optional array of strings that contain the issues that are
67+
# relevant to the PR.
68+
69+
# pr:
70+
# An optional string that contains the pull request number.
71+
72+
# subtype:
73+
# An optional string that applies only to breaking changes.
74+
# It can be one of:
75+
# - api
76+
# - behavioral
77+
# - configuration
78+
# - dependency
79+
# - subscription
80+
# - plugin
81+
# - security
82+
# - other
83+
84+
pr: https://github.com/elastic/elasticsearch/pull/140094
85+
type: enhancement
86+
products:
87+
- product: cloud-serverless
88+
target: 2025-01-13
89+
areas:
90+
- Vector Search
91+
title: 'Dense vector docvalues: add base64 format'
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
##### Required fields #####
2+
3+
# title:
4+
# A required string that is a short, user-facing headline.
5+
# (Max 80 characters)
6+
7+
# type:
8+
# A required string that contains the type of change
9+
# It can be one of:
10+
# - feature
11+
# - enhancement
12+
# - bug-fix
13+
# - known-issue
14+
# - breaking-change
15+
# - deprecation
16+
# - docs
17+
# - regression
18+
# - security
19+
# - other
20+
21+
# products:
22+
# A required array of objects that denote the affected products
23+
# Each product object contains:
24+
#
25+
# - product:
26+
# A required string with a valid product ID.
27+
# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml
28+
#
29+
# target:
30+
# An optional string with the target version or date.
31+
#
32+
# lifecycle:
33+
# An optional string for new features or enhancements that have a specific availability.
34+
# It can be one of:
35+
# - preview
36+
# - beta
37+
# - ga
38+
39+
##### Optional fields #####
40+
41+
# action:
42+
# An optional string that describes what users must do to mitigate
43+
# the impact of a breaking change or known issue.
44+
45+
# areas:
46+
# An optional array of strings that denotes the parts/components/services
47+
# of the product that are affected.
48+
49+
# description:
50+
# An optional string that provides additional information.
51+
# (Max 600 characters).
52+
53+
# feature-id:
54+
# An optional string to associate a feature or enhanceent with a
55+
# unique feature flag.
56+
57+
# highlight:
58+
# An optional boolean for items that should be included in release
59+
# highlights or the UI to draw user attention.
60+
61+
# impact:
62+
# An optional string that describes how the user's environment is
63+
# affected by a breaking change or known issue.
64+
65+
# issues:
66+
# An optional array of strings that contain the issues that are
67+
# relevant to the PR.
68+
69+
# pr:
70+
# An optional string that contains the pull request number.
71+
72+
# subtype:
73+
# An optional string that applies only to breaking changes.
74+
# It can be one of:
75+
# - api
76+
# - behavioral
77+
# - configuration
78+
# - dependency
79+
# - subscription
80+
# - plugin
81+
# - security
82+
# - other
83+
84+
pr: https://github.com/elastic/elasticsearch/pull/139908
85+
type: enhancement
86+
products:
87+
- product: cloud-serverless
88+
target: 2025-01-13
89+
areas:
90+
- ES|QL
91+
title: 'ES|QL: add syntax support and parsing for SET approximate'

0 commit comments

Comments
 (0)