From 501faae40ede9fb3cfc6155f1b6cc3896ad44839 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 17:57:02 +0000 Subject: [PATCH 1/2] Bump version to 0.27.0 Triggered by @beepubapu --- CHANGELOG.md | 17 +++++++++++++++++ Gemfile.lock | 2 +- lib/semian/version.rb | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c6d6c215..bfadb2cdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# v0.27.0 + +* use the correct bot for github actions (#998) +* Redis: Namespace the added OOM error class attr +* Redis: Add OOM configuration leak tests +* Redis: Better command wording 2/2 +* Redis: Better command wording 1/2 +* Redis: Make OOM Errors configurable for circuit opening +* Redis: Do not open circuit on OOM +* Refresh dependencies for all adapters and fix time helper (#941) +* Bump edge Rails +* Add support for Active Record's PostgreSQL Adapter +* Accept `QueryIntent` from Active Record 8.2 in `execute_intent` +* Modify release workflow to preview changes through a PR (#825) +* Use GitHub assets for RELEASE.md images (#816) +* Create GitHub Action to publish new release (#779) + # v0.26.6 * Remove force_config_validation spammy log diff --git a/Gemfile.lock b/Gemfile.lock index af0bd1c8c..fa169476b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -26,7 +26,7 @@ GIT PATH remote: . specs: - semian (0.26.6) + semian (0.27.0) concurrent-ruby GEM diff --git a/lib/semian/version.rb b/lib/semian/version.rb index 51bd84b50..38461d958 100644 --- a/lib/semian/version.rb +++ b/lib/semian/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Semian - VERSION = "0.26.6" + VERSION = "0.27.0" end From 0e734787be5c6c0eb4984bb6a85ca40fd57ae75c Mon Sep 17 00:00:00 2001 From: Denis Ivanov Date: Thu, 22 Jan 2026 14:57:28 -0500 Subject: [PATCH 2/2] Amend v0.27.0 Changelog --- CHANGELOG.md | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfadb2cdd..13e2f1103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,25 +1,15 @@ # v0.27.0 -* use the correct bot for github actions (#998) -* Redis: Namespace the added OOM error class attr -* Redis: Add OOM configuration leak tests -* Redis: Better command wording 2/2 -* Redis: Better command wording 1/2 -* Redis: Make OOM Errors configurable for circuit opening -* Redis: Do not open circuit on OOM -* Refresh dependencies for all adapters and fix time helper (#941) -* Bump edge Rails -* Add support for Active Record's PostgreSQL Adapter -* Accept `QueryIntent` from Active Record 8.2 in `execute_intent` -* Modify release workflow to preview changes through a PR (#825) -* Use GitHub assets for RELEASE.md images (#816) -* Create GitHub Action to publish new release (#779) +* 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