-
Notifications
You must be signed in to change notification settings - Fork 594
Expand file tree
/
Copy pathchangelog.yml
More file actions
51 lines (51 loc) · 1.83 KB
/
changelog.yml
File metadata and controls
51 lines (51 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# newer versions go on top
- version: "0.6.2"
changes:
- description: Generate processor tags and normalize error handler.
type: enhancement
link: https://github.com/elastic/integrations/pull/15568
- version: "0.6.1"
changes:
- description: Changed owners.
type: enhancement
link: https://github.com/elastic/integrations/pull/14753
- version: "0.6.0"
changes:
- description: Support stack version 9.0.
type: enhancement
link: https://github.com/elastic/integrations/pull/13042
- version: "0.5.1"
changes:
- description: Updated SSL description to be uniform and to include links to documentation.
type: bugfix
link: https://github.com/elastic/integrations/pull/12753
- version: "0.5.0"
changes:
- description: ECS version updated to 8.17.0.
type: enhancement
link: https://github.com/elastic/integrations/pull/12572
- version: 0.4.0
changes:
- description: Add configuration for custom filestream options. Ensure filestream fingerprint is disabled in system test.
type: enhancement
link: https://github.com/elastic/integrations/pull/12349
- version: 0.3.1
changes:
- description: Add format config to all inputs
type: bugfix
link: https://github.com/elastic/integrations/pull/11718
- version: 0.3.0
changes:
- description: Do not do syslog parsing by default in TCP and UCP inputs
type: enhancement
link: https://github.com/elastic/integrations/pull/11679
- version: 0.2.0
changes:
- description: Add support for 'bcreportermain_v1', 'bcreporterssl_v1' and 'ssl' formats
type: enhancement
link: https://github.com/elastic/integrations/pull/11609
- version: 0.1.0
changes:
- description: Initial creation of the integration.
type: enhancement
link: https://github.com/elastic/integrations/pull/10459