File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 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.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7- ## [ 1.10.10] - Unreleased
7+ ## [ 1.10.10] - 2025-04-04
88
99### Fixed
1010
1111- Extend response buffer size in ` iBlob.get_info2 ` .
12-
12+ - Don't use ` _bpb_stream ` when opening blob.
13+ - Fixed typo in ` iResultSet ` definition.
1314
1415## [ 1.10.9] - 2025-01-03
1516
Original file line number Diff line number Diff line change 22Changelog
33#########
44
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+
512Version 1.10.9
613==============
714
Original file line number Diff line number Diff line change 6161 Server , Statement )
6262
6363#: 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