|
4 | 4 | ## |
5 | 5 | - version: 3.0.1-next |
6 | 6 | 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 |
8 | 8 | type: enhancement |
9 | 9 | 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 |
22 | 11 | changes: |
23 | 12 | - description: Validate processors used in ingest pipelines |
24 | 13 | type: breaking-change |
|
41 | 30 | - description: Disallow legacy visualizations |
42 | 31 | type: breaking-change |
43 | 32 | 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 |
44 | 36 | - description: Make exception for legacy input controls |
45 | 37 | type: enhancement |
46 | 38 | link: https://github.com/elastic/package-spec/pull/619 |
47 | 39 | - description: object_type is mandatory when object type is used |
48 | 40 | type: bugfix |
49 | 41 | 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 |
53 | 42 | - description: Update import paths for Go code |
54 | 43 | type: breaking-change |
55 | 44 | 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 |
56 | 51 | - description: Require group or nested types for fields with subobjects |
57 | | - type: bugfix |
| 52 | + type: breaking-change |
58 | 53 | 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 |
60 | 55 | type: enhancement |
61 | 56 | link: https://github.com/elastic/package-spec/issues/635 |
62 | 57 | - description: Allow metric_type without type for external fields |
63 | 58 | type: enhancement |
64 | 59 | 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 |
68 | 60 | - version: 2.13.0 |
69 | 61 | changes: |
70 | 62 | - description: Allow to define expected values in fields definitions. |
|
0 commit comments