From 6843830d225bd5dc7c5ec50acc6f02bb73ab5c56 Mon Sep 17 00:00:00 2001 From: Oleg Jukovec Date: Wed, 10 Jan 2024 16:46:05 +0300 Subject: [PATCH] Release 1.12.2 Overview The patch release imports fixes from the master branch. Breaking changes There are no breaking changes in the release. Bugfixes Tests with crud 1.4.0 (#336). Tests with case sensitive SQL (#341). Potentially packet length overflow when reading (#361). --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d89d97ce..a5c8b985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,8 +14,15 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release. ### Fixed +## [1.12.2] - 2024-01-11 + +The patch release with fixes from the master branch. + +### Fixed + - Tests with crud 1.4.0 (#336) - Tests with case sensitive SQL (#341) +- Potentially packet length overflow when reading (#361) ## [1.12.1] - 2023-08-03