Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README * fix: always bind a given stream when SubscribeSync() Signed-off-by: Anton Frank <[email protected]> * Update docs * Ensure we set the stream for jetstream * Use newer scram package * Fix batch timer panic * Accept 'null' as 'false' in if statements (until v5) * Add CRDB changefeed input * Rework crdb changefeed input * Update CHANGELOG * Punt unused field Also clean up .golangci.yml a bit. Signed-off-by: Mihai Todor <[email protected]> * Fix jsonschema root path resolution * Fix metrics mapping config parsing * Bump golangci/golangci-lint-action from 3 to 4 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3...v4) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Bump the production-dependencies group with 24 updates Bumps the production-dependencies group with 24 updates: | Package | From | To | | --- | --- | --- | | [cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go) | `1.58.0` | `1.59.0` | | [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) | `1.34.0` | `1.36.1` | | [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.36.0` | `1.37.0` | | [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.9.1` | `1.9.2` | | [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) | `2.17.1` | `2.18.0` | | [github.com/IBM/sarama](https://github.com/IBM/sarama) | `1.42.1` | `1.42.2` | | [github.com/apache/pulsar-client-go](https://github.com/apache/pulsar-client-go) | `0.11.1` | `0.12.0` | | [github.com/aws/aws-lambda-go](https://github.com/aws/aws-lambda-go) | `1.45.0` | `1.46.0` | | [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.50.0` | `1.50.15` | | [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) | `0.26.0` | `0.27.0` | | [github.com/go-faker/faker/v4](https://github.com/go-faker/faker) | `4.2.0` | `4.3.0` | | [github.com/jhump/protoreflect](https://github.com/jhump/protoreflect) | `1.15.4` | `1.15.6` | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.4` | `1.17.6` | | [github.com/sijms/go-ora/v2](https://github.com/sijms/go-ora) | `2.8.6` | `2.8.7` | | [github.com/twmb/franz-go](https://github.com/twmb/franz-go) | `1.16.0` | `1.16.1` | | [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.22.0` | `1.23.1` | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://github.com/open-telemetry/opentelemetry-go) | `1.22.0` | `1.23.1` | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.22.0` | `1.23.1` | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go) | `1.22.0` | `1.23.1` | | [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.22.0` | `1.23.1` | | [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) | `1.22.0` | `1.23.1` | | [golang.org/x/net](https://github.com/golang/net) | `0.20.0` | `0.21.0` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.16.0` | `0.17.0` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.157.0` | `0.162.0` | Updates `cloud.google.com/go/bigquery` from 1.58.0 to 1.59.0 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@bigquery/v1.58.0...bigquery/v1.59.0) Updates `cloud.google.com/go/pubsub` from 1.34.0 to 1.36.1 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@pubsub/v1.34.0...pubsub/v1.36.1) Updates `cloud.google.com/go/storage` from 1.36.0 to 1.37.0 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@pubsub/v1.36.0...spanner/v1.37.0) Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.9.1 to 1.9.2 - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md) - [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.9.1...sdk/azcore/v1.9.2) Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.17.1 to 2.18.0 - [Release notes](https://github.com/ClickHouse/clickhouse-go/releases) - [Changelog](https://github.com/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md) - [Commits](ClickHouse/clickhouse-go@v2.17.1...v2.18.0) Updates `github.com/IBM/sarama` from 1.42.1 to 1.42.2 - [Release notes](https://github.com/IBM/sarama/releases) - [Changelog](https://github.com/IBM/sarama/blob/main/CHANGELOG.md) - [Commits](IBM/sarama@v1.42.1...v1.42.2) Updates `github.com/apache/pulsar-client-go` from 0.11.1 to 0.12.0 - [Release notes](https://github.com/apache/pulsar-client-go/releases) - [Changelog](https://github.com/apache/pulsar-client-go/blob/master/CHANGELOG.md) - [Commits](apache/pulsar-client-go@v0.11.1...v0.12.0) Updates `github.com/aws/aws-lambda-go` from 1.45.0 to 1.46.0 - [Release notes](https://github.com/aws/aws-lambda-go/releases) - [Commits](aws/aws-lambda-go@v1.45.0...v1.46.0) Updates `github.com/aws/aws-sdk-go` from 1.50.0 to 1.50.15 - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](aws/aws-sdk-go@v1.50.0...v1.50.15) Updates `github.com/getsentry/sentry-go` from 0.26.0 to 0.27.0 - [Release notes](https://github.com/getsentry/sentry-go/releases) - [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-go@v0.26.0...v0.27.0) Updates `github.com/go-faker/faker/v4` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/go-faker/faker/releases) - [Commits](go-faker/faker@v4.2.0...v4.3.0) Updates `github.com/jhump/protoreflect` from 1.15.4 to 1.15.6 - [Release notes](https://github.com/jhump/protoreflect/releases) - [Commits](jhump/protoreflect@v1.15.4...v1.15.6) Updates `github.com/klauspost/compress` from 1.17.4 to 1.17.6 - [Release notes](https://github.com/klauspost/compress/releases) - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml) - [Commits](klauspost/compress@v1.17.4...v1.17.6) Updates `github.com/sijms/go-ora/v2` from 2.8.6 to 2.8.7 - [Release notes](https://github.com/sijms/go-ora/releases) - [Commits](sijms/go-ora@v2.8.6...v2.8.7) Updates `github.com/twmb/franz-go` from 1.16.0 to 1.16.1 - [Changelog](https://github.com/twmb/franz-go/blob/master/CHANGELOG.md) - [Commits](twmb/franz-go@v1.16.0...v1.16.1) Updates `go.opentelemetry.io/otel` from 1.22.0 to 1.23.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.22.0...v1.23.1) Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace` from 1.22.0 to 1.23.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.22.0...v1.23.1) Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.22.0 to 1.23.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.22.0...v1.23.1) Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp` from 1.22.0 to 1.23.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.22.0...v1.23.1) Updates `go.opentelemetry.io/otel/sdk` from 1.22.0 to 1.23.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.22.0...v1.23.1) Updates `go.opentelemetry.io/otel/trace` from 1.22.0 to 1.23.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.22.0...v1.23.1) Updates `golang.org/x/net` from 0.20.0 to 0.21.0 - [Commits](golang/net@v0.20.0...v0.21.0) Updates `golang.org/x/oauth2` from 0.16.0 to 0.17.0 - [Commits](golang/oauth2@v0.16.0...v0.17.0) Updates `google.golang.org/api` from 0.157.0 to 0.162.0 - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.157.0...v0.162.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/bigquery dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: cloud.google.com/go/pubsub dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: cloud.google.com/go/storage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: github.com/ClickHouse/clickhouse-go/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: github.com/IBM/sarama dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: github.com/apache/pulsar-client-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: github.com/aws/aws-lambda-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: github.com/getsentry/sentry-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: github.com/go-faker/faker/v4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: github.com/jhump/protoreflect dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: github.com/klauspost/compress dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: github.com/sijms/go-ora/v2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: github.com/twmb/franz-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: go.opentelemetry.io/otel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: go.opentelemetry.io/otel/sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: go.opentelemetry.io/otel/trace dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * Mark version in CHANGELOG for RCs * Update release notes script with release candidates section * Migrate all aws components to v2 apis * Add support for otlp sampling (redpanda-data#2364) * add otlp sampling option Signed-off-by: j0shthomas <[email protected]> * slight docs change Signed-off-by: j0shthomas <[email protected]> * gen docs Signed-off-by: j0shthomas <[email protected]> * gofmt Signed-off-by: j0shthomas <[email protected]> * slight formatting Signed-off-by: j0shthomas <[email protected]> --------- Signed-off-by: j0shthomas <[email protected]> Co-authored-by: joshuathomas97 <[email protected]> * Tidy up some fields * Add support for ARNs in kinesis components * reduce kinesis output wait timer * Favour faster error return for kinesis output connect * Fix message structured set to null * Add CosmosDB components and gocosmos SQL driver This is a revamp of redpanda-data#1583, where I did the initial exploration to add these components. Since then, [gocosmos](https://pkg.go.dev/github.com/microsoft/gocosmos) became an official Microsoft SQL driver for CosmosDB and it is currently marked as experimental, so I decided to include it as well because it comes with some extra goodies, such as support for [hierarchical partition keys](https://learn.microsoft.com/en-us/azure/cosmos-db/hierarchical-partition-keys) and [cross-partition queries](https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/how-to-query-container#cross-partition-query), which are not currently supported by the [`azcosmos`](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos) driver. Signed-off-by: Mihai Todor <[email protected]> * Update some of the docs fields * Fix output resources blocking unit tests * WIP: Add opensearch output * Finish opensearch output, update deps * Reduce bloblang parser allocations * Simplify delimited parser * Update CHANGELOG * Add explicit slug to add components * Fix template config parsing * Fix non-generalised docs defaults * Migrate parsers to use generics * Fix diff and patch docs * Add credit property to amqp1 input (redpanda-data#2357) * Add support for max_in_flight messages (aka credit) for amqp_1 input Signed-off-by: Andreas Habel <[email protected]> * Update CHANGELOG Signed-off-by: Andreas Habel <[email protected]> * Changed name of description var to fix linting Signed-off-by: Andreas Habel <[email protected]> * Updated CHANGELOG and default value of credit Signed-off-by: Andreas Habel <[email protected]> * Updated docs Signed-off-by: Andreas Habel <[email protected]> --------- Signed-off-by: Andreas Habel <[email protected]> Signed-off-by: Andreas Habel <[email protected]> Co-authored-by: Andreas Habel <[email protected]> * Prevent redundant bootstrap reattempts with studio sync * Fix file input race condition on errored close * Tidy up cockroachdb changefeed shutdown * Pre-emptively recover sqlx close panics * Add some examples to http_server input * Add root level if statements * Add sql cache * MongoDB input - add batching Signed-off-by: Brad Anderson <[email protected]> * Tidy up docs and fields * Fix double fire on @hourly generate intervals * Fix fmt interpretted imports of configs * Support extended JSON in mongodb mappings * Rename url field on otel tracer targets to address * Add idempotent_write field to kafka output * Refactor and tidy up nats connections * Tidy up all AWS integration tests * Update CHANGELOG --------- Signed-off-by: Anton Frank <[email protected]> Signed-off-by: Mihai Todor <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: j0shthomas <[email protected]> Signed-off-by: Andreas Habel <[email protected]> Signed-off-by: Andreas Habel <[email protected]> Signed-off-by: Brad Anderson <[email protected]> Co-authored-by: Ashley Jeffs <[email protected]> Co-authored-by: Anton Frank <[email protected]> Co-authored-by: Dan Goodman <[email protected]> Co-authored-by: Mihai Todor <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joshua Thomas <[email protected]> Co-authored-by: joshuathomas97 <[email protected]> Co-authored-by: Arunachalam Lakshmanan <[email protected]> Co-authored-by: andreas-habel <[email protected]> Co-authored-by: Andreas Habel <[email protected]> Co-authored-by: Brad Anderson <[email protected]>
- Loading branch information