File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
- ## [ 1.10.10] - Unreleased
7
+ ## [ 1.10.10] - 2025-04-04
8
8
9
9
### Fixed
10
10
11
11
- Extend response buffer size in ` iBlob.get_info2 ` .
12
-
12
+ - Don't use ` _bpb_stream ` when opening blob.
13
+ - Fixed typo in ` iResultSet ` definition.
13
14
14
15
## [ 1.10.9] - 2025-01-03
15
16
Original file line number Diff line number Diff line change 2
2
Changelog
3
3
#########
4
4
5
+ Version 1.10.10
6
+ ===============
7
+
8
+ - Fix: Extend response buffer size in `.iBlob.get_info2`.
9
+ - Fix: Don't use `_bpb_stream` when opening blob.
10
+ - Fix: typo in `.iResultSet` definition.
11
+
5
12
Version 1.10.9
6
13
==============
7
14
Original file line number Diff line number Diff line change 61
61
Server , Statement )
62
62
63
63
#: Current driver version, SEMVER string.
64
- __VERSION__ = '1.10.9 '
64
+ __VERSION__ = '1.10.10 '
You can’t perform that action at this time.
0 commit comments