Skip to content

Knative Eventing Rabbitmq release v1.4.0

Choose a tag to compare

@knative-prow-releaser-robot knative-prow-releaser-robot released this 19 Apr 23:11
d906fe3

Changes by Kind

Performance

  • Now performance graphs for the RabbitMQ Broker are going to be generated for every major version release inside our performance test directories (#668, @gabo1208)
  • Now the RabbitMQ Source, when failing to send an event, does not get stuck in a cycle requeueing messages as they come. It follows a retries based backoff strategy (and does not reqeue them if the prefetchCount is 1) (#614, @gabo1208)

Enhancement

  • Now the RabbitMQ's Broker Ingress pod can recover from a closed Channel or Connection (#648, @gabo1208)
  • 🧹 Changed prefetchCount env variable name to Parallelism in both Trigger and Source, to better reflect its functionallity (#676, @gabo1208)

Removal

Dependencies

Added

  • bitbucket.org/creachadair/shell: v0.0.6
  • github.com/a8m/envsubst: v1.3.0
  • github.com/cenkalti/backoff/v3: v3.0.0
  • github.com/getkin/kin-openapi: v0.76.0
  • github.com/google/cel-go: v0.9.0
  • github.com/google/cel-spec: v0.6.0
  • github.com/google/trillian: v1.4.0
  • github.com/hashicorp/go-plugin: v1.4.3
  • github.com/hashicorp/go-secure-stdlib/mlock: v0.1.1
  • github.com/hashicorp/go-secure-stdlib/parseutil: v0.1.1
  • github.com/hashicorp/go-secure-stdlib/strutil: v0.1.1
  • github.com/hashicorp/go-version: v1.2.0
  • github.com/hashicorp/vault/api: v1.4.1
  • github.com/hashicorp/vault/sdk: v0.4.1
  • github.com/hashicorp/yamux: 3520598
  • github.com/kr/fs: v0.1.0
  • github.com/oklog/run: v1.0.0
  • github.com/pkg/sftp: v1.10.1
  • github.com/ryanuber/go-glob: v1.0.0
  • go.etcd.io/etcd/etcdutl/v3: v3.5.0
  • sigs.k8s.io/json: c049b76

Changed

Removed