Skip to content

Commit

Permalink
Merge pull request #35 from github/v2.2.0
Browse files Browse the repository at this point in the history
Version 2.2.0
  • Loading branch information
composerinteralia authored Mar 2, 2023
2 parents c74fc40 + f60b02d commit a725d2d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## 2.2.0

### Changed

- Bump minimum Trilogy version to 2.3.0. #32
- Start using the new Trilogy 2.3.0 error classes. #24
- Rely on the upstream `execute` method (which includes an `allow_retry` option). #13
- Rely on the upstream `raw_execute` method (which includes a new warning feature). #29
- Replace custom dbconsole patch with `TrilogyAdapter::Connection#trilogy_adapter_class`. #8

### Fixed

- Don't retain the old connection if reconnect fails. #13
- Call `super` in `TrilogyAdapter#disconnect!` to ensure we properly reset state. #11

## 2.1.0

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

module TrilogyAdapter
VERSION = "2.1.0"
VERSION = "2.2.0"
end

0 comments on commit a725d2d

Please sign in to comment.