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
Copy file name to clipboardExpand all lines: website/cue/reference/releases/0.47.0.cue
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -145,21 +145,21 @@ releases: "0.47.0": {
145
145
{
146
146
type: "fix"
147
147
description: """
148
-
Fixed `file` source bug where known small files were not deleted after the specified `remove_after_secs`.
148
+
Fix `file` source bug where known small files were not deleted after the specified `remove_after_secs`.
149
149
"""
150
150
contributors: ["linw1995"]
151
151
},
152
152
{
153
153
type: "fix"
154
154
description: """
155
-
Fixed a AWS authentication bug where `region` was missing from the `STS` authentication endpoint.
155
+
Fix an AWS authentication bug where `region` was missing from the `STS` authentication endpoint.
156
156
"""
157
157
contributors: ["cahartma"]
158
158
},
159
159
{
160
160
type: "fix"
161
161
description: """
162
-
Increased the max event size for `aws_cloudwatch_logs` sink to ~1MB.
162
+
Increas the max event size for `aws_cloudwatch_logs` sink to ~1MB.
163
163
"""
164
164
contributors: ["cahartma"]
165
165
},
@@ -173,14 +173,14 @@ releases: "0.47.0": {
173
173
{
174
174
type: "feat"
175
175
description: """
176
-
Added support for the `Sec-WebSocket-Protocol` header in the `websocket_server` sink to better accommodate clients that require it.
176
+
Add support for the `Sec-WebSocket-Protocol` header in the `websocket_server` sink to better accommodate clients that require it.
177
177
"""
178
178
contributors: ["esensar", "Quad9DNS"]
179
179
},
180
180
{
181
181
type: "enhancement"
182
182
description: """
183
-
Reduced unnecessary buffer reallocation when using `framing.method = length_delimited` in sinks for significantly improved performance with large (more than 10MB) batches.
183
+
Reduce unnecessary buffer reallocation when using `framing.method = length_delimited` in sinks for significantly improved performance with large (more than 10MB) batches.
184
184
"""
185
185
contributors: ["Ilmarii"]
186
186
},
@@ -201,7 +201,7 @@ releases: "0.47.0": {
201
201
{
202
202
type: "feat"
203
203
description: """
204
-
Added `timeout` config option to the `healthcheck` sink configuration. Previously it was hardcoded to 10 seconds across all components, but now it can be configured per component.
204
+
Add `timeout` config option to the `healthcheck` sink configuration. Previously it was hardcoded to 10 seconds across all components, but now it can be configured per component.
205
205
"""
206
206
contributors: ["esensar", "Quad9DNS"]
207
207
},
@@ -243,7 +243,7 @@ releases: "0.47.0": {
243
243
{
244
244
type: "fix"
245
245
description: """
246
-
Fixed a bug that allowed DNS records with an IPv6 prefix length greater than 128 to be transmitted; invalid prefixes are now rejected during parsing.
246
+
Fix a bug that allows DNS records with an IPv6 prefix length greater than 128 to be transmitted; invalid prefixes are now rejected during parsing.
0 commit comments