Skip to content

Commit d22ed28

Browse files
Release v2.9.0
1 parent 2010e23 commit d22ed28

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55

66
## Unreleased
77

8+
## 2.9.0
9+
10+
### Added
11+
12+
- Add support for the VECTOR type. #194
13+
14+
### Changed
15+
- Mark C-extension as Ractor-safe. #192
16+
17+
### Fixed
18+
19+
- Fix bug allowing queries larger than the configured `max_allowed_packet`. #203
20+
- Restore error message context that was accidentally removed. #187
21+
822
## 2.8.1
923

1024
### Fixed

contrib/ruby/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
trilogy (2.8.1)
4+
trilogy (2.9.0)
55

66
GEM
77
remote: https://rubygems.org/

contrib/ruby/lib/trilogy/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Trilogy
2-
VERSION = "2.8.1"
2+
VERSION = "2.9.0"
33
end

0 commit comments

Comments
 (0)