Skip to content

Commit

Permalink
Release v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
composerinteralia committed Aug 16, 2023
1 parent 24e7369 commit 5678822
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## Unreleased

## 2.5.0

### Fixed
- Fix build with LibreSSL #73
- Fix build error on FreeBSD #82
- Fix Trilogy.new with no arguments #94
- Fix issues with OpenSSL #95 #112
- Avoid closing connections that are not connected
- Always close socket on error
- Clear error queue after close
- Clear error queue before each operation to defend against other misbehaving libraries
- Close connection if interrupted by a Ruby timeout #110
- Correctly cast time of 00:00:00 #97

### Added
- Add option to disable multi_result capability #77
- Add option to validate max_allowed_packet #84
- Add binary protocol/prepared statement support to the C library #3
- Cast port option to integer #100
- Add select_db as an alias for change_db #101

## 2.4.1

### Fixed
Expand Down
5 changes: 4 additions & 1 deletion contrib/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
trilogy (2.4.1)
trilogy (2.5.0)

GEM
remote: https://rubygems.org/
Expand All @@ -22,3 +22,6 @@ DEPENDENCIES
mysql2
rake-compiler (~> 1.0)
trilogy!

BUNDLED WITH
2.4.12
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.4.1"
VERSION = "2.5.0"
end

0 comments on commit 5678822

Please sign in to comment.