Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# v0.27.0

* Add `semian/activerecord_postgresql_adapter` for Active Record's PostgreSQL adapter (#889)
* Add `open_circuit_on_oom` option for Redis adapters to control whether OOM errors open the circuit breaker (defaults to `true` for backward compatibility) (#940)
* Support Active Record 8.2's `QueryIntent` API in trilogy adapter (#904)

# v0.26.6

* Remove force_config_validation spammy log

# v0.26.5

* Made `consumers` and `resources` fields private in Semian (#795)

# v0.25.5
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.26.6"
VERSION = "0.27.0"
end
Loading