File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
5
5
6
6
## Unreleased
7
7
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
+
8
22
## 2.8.1
9
23
10
24
### Fixed
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- trilogy (2.8.1 )
4
+ trilogy (2.9.0 )
5
5
6
6
GEM
7
7
remote: https://rubygems.org/
Original file line number Diff line number Diff line change 1
1
class Trilogy
2
- VERSION = "2.8.1 "
2
+ VERSION = "2.9.0 "
3
3
end
You can’t perform that action at this time.
0 commit comments