Skip to content

Commit

Permalink
Release 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deepredsky committed Jan 9, 2024
1 parent a5173be commit d7d3545
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
14 changes: 5 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,17 @@

## Unreleased

## 2.10.0.beta2

* Don't load rails env for liveness probe
* Resolve Rails 7.1 logger incompatibility
* Test with Ruby 3.3 preview

## 2.10.0.beta1
## 2.10.0

* Bump rdkafka gem version to 0.13.0
* Support cooperative-sticky
* Instrument produce delivery errors
* Resolve Rails 7.1 logger incompatibility
* Don't load rails env for liveness probe
* Fix config load for liveness probe
* Send exceptions to `process_batch` instrumenter
* Docker test fixes
* Test with Ruby 3.2
* Test in CI with Ruby 3.2

## v2.9.0, v2.9.0.beta1

Expand All @@ -26,7 +22,7 @@
* Add built-in liveness probe for Kubernetes deployments.

## v2.8.2
* Handles ErroneousStateError, in previous versions the consumer would do several unecessary group leave/joins. The log level is also changed to WARN instead of ERROR. ([#295](https://github.com/zendesk/racecar/pull/295))
* Handles ErroneousStateError, in previous versions the consumer would do several unnecessary group leave/joins. The log level is also changed to WARN instead of ERROR. ([#295](https://github.com/zendesk/racecar/pull/295))

## v2.8.1
* Adds new ErroneousStateError to racecar in order to give more information on this new possible exception.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
racecar (2.10.0.beta2)
racecar (2.10.0)
king_konf (~> 1.0.0)
rdkafka (~> 0.13.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/racecar/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Racecar
VERSION = "2.10.0.beta2"
VERSION = "2.10.0"
end

0 comments on commit d7d3545

Please sign in to comment.