Skip to content

Commit

Permalink
Merge pull request #67 from github/ac-release-2.4.0
Browse files Browse the repository at this point in the history
Release Trilogy 2.4.0
  • Loading branch information
composerinteralia authored Apr 15, 2023
2 parents ca99504 + 53158ac commit 32e135b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## Unreleased

## 2.4.0

### Added
- Implement set_option functionality, and add #set_server_option method to the Ruby binding. #52
- Implement multi-result support on the Ruby binding; TRILOGY_CAPABILITIES_MULTI_RESULTS flag enabled by default. #57
- Add `TRILOGY_FLAGS_CAST_ALL_DECIMALS_TO_BIGDECIMALS` flag, which enforces casting to BigDecimal even for column types
without decimal digits. #59
- Implement #discard to close child connections without impacting parent. #65

### Fixed
- Fix msec values for time columns. #61
Expand All @@ -18,7 +22,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
Trilogy client can now accept an `:encoding` option, which will tell the connection to use the specified encoding,
and will ensure that outgoing query strings are transcoded appropriately. If no encoding is supplied,
utf8mb4 is used by default. #64
- All SystemCallErrors classified as `Trilogy::Error`.
- All SystemCallErrors classified as `Trilogy::Error`. #63

## 2.3.0

Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby/lib/trilogy/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Trilogy
VERSION = "2.3.0"
VERSION = "2.4.0"
end

0 comments on commit 32e135b

Please sign in to comment.