Skip to content

Commit

Permalink
Merge pull request #565 from Shopify/0-22-0
Browse files Browse the repository at this point in the history
Release 0.22.0
  • Loading branch information
kirs authored Nov 5, 2024
2 parents 4098e20 + 0286457 commit d10e536
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Unreleased
# 0.22.0

* Change: semians will trigger on ER_PROXYSQL_MAX_CONN_TIMEOUT (#520)
* Change: semians will trigger on ER_PROXYSQL_MAX_CONN_TIMEOUT with mysql2 (#522)
* Change: added support for dynamic semian_configurations to the Semian Redis adapter
* Change: `Semian.disable_bulkheads_for_thread` disables bulkheads for the given thread
* New: `Semian.disable_bulkheads_for_thread` disables bulkheads for the given thread

# v0.21.3

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

module Semian
VERSION = "0.22.0.RC.1"
VERSION = "0.22.0"
end

0 comments on commit d10e536

Please sign in to comment.