This is an automated email from the ASF dual-hosted git repository.
ivandasch pushed a commit to branch pyignite-0.6.1
in repository https://gitbox.apache.org/repos/asf/ignite-python-thin-client.git
The following commit(s) were added to refs/heads/pyignite-0.6.1 by this push:
new 0d86f44 Add release notes for 0.6.1
0d86f44 is described below
commit 0d86f44e86270f4d578afbce41aa2d6c424d2615
Author: Ivan Daschinsky <[email protected]>
AuthorDate: Tue Feb 14 18:43:16 2023 +0300
Add release notes for 0.6.1
---
RELEASE_NOTES.txt | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 82c9f05..86448e9 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,6 +1,10 @@
Apache Ignite python thin client
================================
+0.6.1
+--------------------------------
+* Fixed query listener fires events only if debug logging level enabled.
+
0.6.0
--------------------------------
* Added support of python 3.11