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: CHANGELOG.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,7 @@ All notable changes to this project will be documented in this file.
207
207
208
208
-`redpanda_migrator` output now supports two-way syncing using provenance headers (@mmatczuk)
209
209
-`schema_registry_encode` gains a new `protobuf.serialize_to_json` option that is by default true. If disabled, then messages are decoded into a structured format which preserves types better and is faster. (@rockwotj)
210
-
- Add `decode` option to field `operator` in `protobuf` processor that decodes messages into a structured format (as opposed to serializing to JSON) that perserves types better and is faster. (@rockwotj)
210
+
- Add `decode` option to field `operator` in `protobuf` processor that decodes messages into a structured format (as opposed to serializing to JSON) that preserves types better and is faster. (@rockwotj)
211
211
-`redpanda_migrator` output `schema_registry.interval` default value changed to `5m` enabling continuous schema migration by default. (@mmatczuk)
212
212
- The `redpanda` and `redpanda_migrator` input and output `metadata_max_age` default value changed to `1m`. (@mmatczuk)
213
213
@@ -463,7 +463,7 @@ All notable changes to this project will be documented in this file.
463
463
464
464
### Changed
465
465
466
-
- The way in which custom parameters for the experimental `mcp-server` subcommand are defined have changed. When defined they will now yield a JSON message to tool processors and outputs instead of complementary metadata keys, and there is no longer an implicit `value` field under these cirumstances. (@rockwotj)
466
+
- The way in which custom parameters for the experimental `mcp-server` subcommand are defined have changed. When defined they will now yield a JSON message to tool processors and outputs instead of complementary metadata keys, and there is no longer an implicit `value` field under these circumstances. (@rockwotj)
467
467
- The old deprecated `elasticsearch` output has been removed. This is not a change we would traditionally make without waiting for a major version increment. However, a dependency of the library used in this component is compromised and is now a significant security concern, which warrants the immediate removal. (@Jeffail)
468
468
469
469
## 4.54.1 - 2025-04-30
@@ -1121,7 +1121,7 @@ All notable changes to this project will be documented in this file.
1121
1121
1122
1122
- Bloblang error messages for bad function/method names or parameters should now be improved in mappings that use shorthand for `root = ...`.
1123
1123
- All redis components now support usernames within the configured URL for authentication.
1124
-
- The `protobuf` processor now supports targetting nested types from proto files.
1124
+
- The `protobuf` processor now supports targeting nested types from proto files.
1125
1125
- The `schema_registry_encode` and `schema_registry_decode` processors should no longer double escape URL unsafe characters within subjects when querying their latest versions.
1126
1126
1127
1127
## 4.23.0 - 2023-10-30
@@ -1738,7 +1738,7 @@ This is a major version release, for more information and guidance on how to mig
1738
1738
- The `dedupe` processor now acts upon individual messages by default, and the `hash` field has been removed.
1739
1739
- The `log` processor now executes for each individual message of a batch.
1740
1740
- The `sleep` processor now executes for each individual message of a batch.
1741
-
- The `benthos test` subcommand no longer walks when targetting a directory, instead use triple-dot syntax (`./dir/...`) or wildcard patterns.
1741
+
- The `benthos test` subcommand no longer walks when targeting a directory, instead use triple-dot syntax (`./dir/...`) or wildcard patterns.
1742
1742
- Go API: Module name has changed to `github.com/benthosdev/benthos/v4`.
1743
1743
- Go API: All packages within the `lib` directory have been removed in favour of the newer [APIs within `public`](https://pkg.go.dev/github.com/benthosdev/benthos/v4/public).
1744
1744
- Go API: Distributed tracing is now via the Open Telemetry client library.
@@ -2212,7 +2212,7 @@ This is a major version release, for more information and guidance on how to mig
2212
2212
2213
2213
### Changed
2214
2214
2215
-
- Go API: Component implementations now require explicit import from `./public/components/all` in order to be invokable. This should be done automatically at all plugin and custom build entry points. If, however, you notice that your builds have begun complaining that known components do not exist then you will need to explicitly import the package with `_ "github.com/Jeffail/benthos/v3/public/components/all"`, if this is the case then please report it as an issue so that it can be dealt with.
2215
+
- Go API: Component implementations now require explicit import from `./public/components/all` in order to be invocable. This should be done automatically at all plugin and custom build entry points. If, however, you notice that your builds have begun complaining that known components do not exist then you will need to explicitly import the package with `_ "github.com/Jeffail/benthos/v3/public/components/all"`, if this is the case then please report it as an issue so that it can be dealt with.
2216
2216
2217
2217
## 3.42.1 - 2021-03-26
2218
2218
@@ -3205,7 +3205,7 @@ This is a major version release, for more information and guidance on how to mig
3205
3205
3206
3206
### Added
3207
3207
3208
-
- Go API: A new service method `RunWithOpts` has been added in order to accomodate service customisations with opt funcs.
3208
+
- Go API: A new service method `RunWithOpts` has been added in order to accommodate service customisations with opt funcs.
Copy file name to clipboardExpand all lines: docs/modules/guides/pages/bloblang/methods.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3868,7 +3868,7 @@ The following algorithms require a key, which is specified as a second argument:
3868
3868
3869
3869
==== Parameters
3870
3870
3871
-
*`algorithm`* <string> The hasing algorithm to use.
3871
+
*`algorithm`* <string> The hashing algorithm to use.
3872
3872
*`key`* <(optional) string> An optional key to use.
3873
3873
*`polynomial`* <string, default `"IEEE"`> An optional polynomial key to use when selecting the `crc32` algorithm, otherwise ignored. Options are `IEEE` (default), `Castagnoli` and `Koopman`
0 commit comments