Skip to content

Commit

Permalink
v0.7.9 (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld committed Oct 25, 2023
1 parent 91db489 commit 125f3c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Karafka Web changelog

## 0.7.9 (2023-10-25)
- [Enhancement] Allow for `Karafka::Web.producer` reconfiguration from the default (`Karafka.producer`).
- [Change] Rely on `karafka-core` `>=` `2.2.4` to support lazy loaded custom web producer.

## 0.7.8 (2023-10-24)
- [Enhancement] Support transactional producer usage with Web UI.
- [Fix] Fix a bug where critical errors (like `IRB::Abort`) would not abort the ongoing transaction.
- [Fix] Prevent a scenario where an ongoing transactional producer would have stats emitted and an error that could not have been dispatched because of the transaction, creating a dead-lock.
- [Fix] Make sure that the `recent` displays the most recent non-compacted, non-system message.
- [Fix] Improve the `recent` message display to compensate for aborted transactions.
- [Fix] Fix `ReferenceError: response is not defined` that occurs when Web UI returns refresh non 200.
- [Change] Rely on `karafka-core` `>=` `2.2.4` to support lazy loaded custom web producer.

## 0.7.7 (2023-10-20)
- [Fix] Remove `thor` as a CLI engine due to breaking changes.
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:
karafka-web (0.7.8)
karafka-web (0.7.9)
erubi (~> 1.4)
karafka (>= 2.2.9, < 3.0.0)
karafka-core (>= 2.2.4, < 3.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/karafka/web/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module Karafka
module Web
# Current gem version
VERSION = '0.7.8'
VERSION = '0.7.9'
end
end

0 comments on commit 125f3c8

Please sign in to comment.