Skip to content

Commit e76bc6b

Browse files
authored
Merge pull request #1049 from Shopify/release/v0.28.3
Release v0.28.3
2 parents f2de776 + 78de53b commit e76bc6b

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v0.28.3
2+
3+
* Make sure PG adapter correctly handles PG::ConnectionBad errors. rails/rails@e61b5e24 rescues these and converts them to ActiveRecord::ConnectionNotEstablished, but that is only on edge. Now that we are also testing on 8.1 it exposed that we are not handling the 8.1 behaviour which is to raise a PG::ConnectionBad.
4+
* Improve testing matrix for this gem.
5+
* Execute_intent no longe raises errors. We need to check the error stored on the query intent and raise it to trip the circuit breaker, then rescue and allow Rails to continue execution.
6+
* Bump rails to latest for testing
7+
18
# v0.28.2
29

310
* Fix Semian resource allocator pairing

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/semian/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Semian
4-
VERSION = "0.28.2"
4+
VERSION = "0.28.3"
55
end

0 commit comments

Comments
 (0)