Skip to content

Commit ff02d38

Browse files
prontdomalessi
andauthored
Apply suggestions from code review
Co-authored-by: domalessi <[email protected]>
1 parent 9e7697b commit ff02d38

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

website/cue/reference/releases/0.47.0.cue

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -145,21 +145,21 @@ releases: "0.47.0": {
145145
{
146146
type: "fix"
147147
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`.
149149
"""
150150
contributors: ["linw1995"]
151151
},
152152
{
153153
type: "fix"
154154
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.
156156
"""
157157
contributors: ["cahartma"]
158158
},
159159
{
160160
type: "fix"
161161
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.
163163
"""
164164
contributors: ["cahartma"]
165165
},
@@ -173,14 +173,14 @@ releases: "0.47.0": {
173173
{
174174
type: "feat"
175175
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.
177177
"""
178178
contributors: ["esensar", "Quad9DNS"]
179179
},
180180
{
181181
type: "enhancement"
182182
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.
184184
"""
185185
contributors: ["Ilmarii"]
186186
},
@@ -201,7 +201,7 @@ releases: "0.47.0": {
201201
{
202202
type: "feat"
203203
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.
205205
"""
206206
contributors: ["esensar", "Quad9DNS"]
207207
},
@@ -243,7 +243,7 @@ releases: "0.47.0": {
243243
{
244244
type: "fix"
245245
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.
247247
"""
248248
contributors: ["wooffie"]
249249
},

0 commit comments

Comments
 (0)