Skip to content

Commit 96c76d9

Browse files
committed
Prepare release 3.0.0
1 parent 3d00aa2 commit 96c76d9

1 file changed

Lines changed: 13 additions & 21 deletions

File tree

spec/changelog.yml

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,10 @@
44
##
55
- version: 3.0.1-next
66
changes:
7-
- description: Using non-GA versions of the spec in GA packages produces a filterable validation error instead of a warning.
7+
- description: Using non-GA versions of the spec in GA packages produces a filterable validation error instead of a warning
88
type: enhancement
99
link: https://github.com/elastic/package-spec/pull/627
10-
- version: 3.0.0-rc2
11-
changes:
12-
- description: Allow to define limits of nested and total number of fields.
13-
type: enhancement
14-
link: https://github.com/elastic/package-spec/pull/641
15-
- description: Remove deprecated `corpora.generator.size` in favour of `corpora.generator.total_events`
16-
type: breaking-change
17-
link: https://github.com/elastic/package-spec/pull/639
18-
- description: Allow to define number of shards in data stream settings.
19-
type: enhancement
20-
link: https://github.com/elastic/package-spec/pull/645
21-
- version: 3.0.0-rc1
10+
- version: 3.0.0
2211
changes:
2312
- description: Validate processors used in ingest pipelines
2413
type: breaking-change
@@ -41,30 +30,33 @@
4130
- description: Disallow legacy visualizations
4231
type: breaking-change
4332
link: https://github.com/elastic/package-spec/pull/610
33+
- description: Remove ValidationErrors from validator package
34+
type: breaking-change
35+
link: https://github.com/elastic/package-spec/pull/625
4436
- description: Make exception for legacy input controls
4537
type: enhancement
4638
link: https://github.com/elastic/package-spec/pull/619
4739
- description: object_type is mandatory when object type is used
4840
type: bugfix
4941
link: https://github.com/elastic/package-spec/pull/628
50-
- description: Remove ValidationErrors from validator package
51-
type: breaking-change
52-
link: https://github.com/elastic/package-spec/pull/625
5342
- description: Update import paths for Go code
5443
type: breaking-change
5544
link: https://github.com/elastic/package-spec/issues/626
45+
- description: Warnings are reported as errors that can be filtered
46+
type: breaking-change
47+
link: https://github.com/elastic/package-spec/issues/636
48+
- description: Remove deprecated `corpora.generator.size` in favour of `corpora.generator.total_events`
49+
type: breaking-change
50+
link: https://github.com/elastic/package-spec/pull/639
5651
- description: Require group or nested types for fields with subobjects
57-
type: bugfix
52+
type: breaking-change
5853
link: https://github.com/elastic/package-spec/pull/629
59-
- description: Add search to the dashboard elements that can be used by value
54+
- description: Add search to the dashboard elements that should be used by value
6055
type: enhancement
6156
link: https://github.com/elastic/package-spec/issues/635
6257
- description: Allow metric_type without type for external fields
6358
type: enhancement
6459
link: https://github.com/elastic/package-spec/pull/637
65-
- description: Warnings are reported as errors that can be filtered
66-
type: breaking-change
67-
link: https://github.com/elastic/package-spec/issues/636
6860
- version: 2.13.0
6961
changes:
7062
- description: Allow to define expected values in fields definitions.

0 commit comments

Comments
 (0)