This is an automated email from the ASF dual-hosted git repository.
isapego pushed a change to branch gg-41069
in repository https://gitbox.apache.org/repos/asf/ignite-python-thin-client.git
was 222d197 GG-41002 Fix for vector search (#66)
This change permanently discards the following revisions:
discard 222d197 GG-41002 Fix for vector search (#66)
discard 525b84b GG-40634 Implement vector search (#65)
discard 158d983 GG-37476 Update tzlocal version (#63)
discard 5a8e42f GG-35312 use_ssl is not set when auth used (#61)
discard 1335fd1 GG-35220 Fix examples and documentation (#60)
discard ff3266a GG-35197 Fix supported versions and other docs (#58)
discard fae4fe3 Update version to 1.4.0
discard f3038eb GG-33808 IGNITE-15479 Fix partial read from socket (#57)
discard 18b2aee GG-33663 IGNITE-15266 Fix nested object arrays
deserialization (#56)
discard 4c9207a GG-33939 IGNITE-15118 Implement handshake timeout (#55)
discard 8fdc81c GG-33936 IGNITE-15102 Event handling and monitoring (#54)
discard dafa815 GG-33923 IGNITE-15103 Implement logging of connections and
queries (#53)
discard 894a64c GG-33908 IGNITE-14911 Unify timeouts, add support for
datetime.timedelta for expiry_policy (#52)
discard a983639 GG-33899 IGNITE-14851 Enable partition awareness by default,
remove double connect (#51)
discard 58ed200 GG-33875 [IGNITE-14850] Document Transactions API (#50)
discard 1fc5d32 GG-33857 [IGNITE-12467] Transactions, rewrite async
connections (#49)
discard 977126e GG-33856 IGNITE-14686 Fix incorrect type hint for get_all
(#48)
discard 63169f6 GG-33848 [IGNITE-14738] Remove obsolete setup dependency to
pytest-runner (#47)
discard 0131010 GG-33820 [IGNITE-14705] Fix handling collections with binary
objects (#46)
discard eeef976 GG-33821 [IGNITE-14595] Implement ExpiryPolicy support (#45)
discard 79d8e9a GG-33815 [IGNITE-14564] Add LICENSE files to all artifacts
(#44)
discard a26885a GG-33813 [IGNITE-14534] Add script to build wheels on Windows
(#43)
discard c9be9b2 GG-33810 [IGNITE-14511] Fix serialization of bytes, improve
serialization-deserialization of collections (#42)
discard 21d7065 GG-33046: Fix project description (#41)
discard bcb07a1 GG-33031 [IGNITE-14418] Update documentation and examples
(#40)
discard 832cf97 GG-33025: Add typing for Cluster and AioCluster (#39)
discard 7a62cd3 GG-32996 [IGNITE-14472] Multiple performance improvements
(#38)
discard 0728459 GG-31859 [IGNITE-14465 Add] the ability to set and get
cluster state (#37)
discard 718eed4 GG-32981 [IGNITE-14444] Move affinity mapping to clients (#36)
discard e80a129 GG-32959 [IGNITE-13405] Fix cache configuration
serialization/deserialization (#35)
discard 3f5d779 GG-32949 [IGNITE-14429] Fix cache.get_size with non-default
PeekModes (#34)
discard 33ff593 GG-32946 [IGNITE-14432] Implement connection context managers
for clients (#33)
discard ec24b29 GG-32947 [IGNITE-13862] Add test case for put_all large
amount of complex maps (#32)
discard 1cc0a56 GG-32914 [IGNITE-13911] Asyncio version of client (#31)
discard dade2d6 IGNITE-14245 Fix infinite loop while trying to get affinity
mapping on failed node (#30)
discard c10294e IGNITE-14240 Re-factor tests (#29)
discard e62fbb9 GG-32909 IGNITE-14186 Implement C module to speedup hashcode
(#28)
discard 8e23a7b GG-32725 IGNITE-14211 Remove existing cache requirement from
SQL API (#26)
discard 629174d GG-32405: Fix documentation links (#25)
discard de75672 GG-32709 [IGNITE-14167] Simplify reconnecting, fix affinity
topology … (#24)
discard 315249d GG-32404: Add AuthenticationError (#22)
discard 3b8be56 GG-32679 [IGNITE-14154] Remove unnecessary test, remove
duplicates (#23)
discard 71deb00 GG-32415: Fix timezone mess when using SQL (#21)
discard 8dead15 GG-32605 [IGNITE-13967] Optimizations and refactoring of
parsing (#20)
discard 86fb5c5 GG-32680 [IGNITE-14072] Refactor and optimize Response and
SQLResponse (#19)
discard 59061d0 GG-32600 [IGNITE-12975] SQL query do not create cache (#18)
discard b890785 IGNITE-14127: Default sql page size from 1 => 1024 (#14)
discard a49c6bc GG-32601 [IGNITE-11528]: Deprecate SqlQuery API (#15)
discard d075a43 GG-32661 [IGNITE-12809] Fix wrong order of the SQL query
result (#17)
discard f8b6a87 GG-32662 [IGNITE-12718] add SSL keyfile password argument
(#16)
discard 33f7ead GG-32660: Port review changes from several donations (#13)
discard 8d643c8 GG-31694: Fix Null reading and writing (#12)
discard 4290f23 GG-31727: Fix hashing (#11)
discard 9f7c5ba GG-30304 Fix partition awareness.
discard f17cd62 GG-27755: Bool arrays now return as bool array, not int array
(#8)
discard 2b0e27e Updated version to 1.2.0
discard 4e247f2 Readme updated
discard 0ec3eea GG-27261 Python client incorrect hash code calculation for
classes as composite keys (#6)
discard 672be9a GG-27270 Support big-endian systems
discard b00b7d5 GG-26034: Renamed Affinity -> Partition Awareness (#5)
discard b598254 GG-25632 Python Thin - Extend test coverage [NBL-5] Python
thin client: best effort affinity (#3)
discard 0f7893d GG-25840: Updated README (#4)
discard fb9dcb1 GG-25412: Add license note to repository root (#2)
discard 5b72e2f GG-24926: Fixed documentation (Ignite -> GridGain) (#1)
discard 84f048a Next development iteration 1.1.0
discard 7016c28 Updated setup.py release information
discard 2f2f573 NBL-67: Python: Add examples on complex data types. Fix
serialization defaults
discard c468d85 NBL-48 Make correct Python identifiers out of GridGain binary
type names
discard d7d613a NBL-64: Python: Allow signed byte values in `ByteArray`
discard 21a1008 NBL-68 Fix connection failure detection in `Client.connect()`.
discard e4a9927 NBL-31: Python thin now does not fails if one node is not
avail
discard df2129c NBL-7: Use bytearray as a Python type for Ignite ByteArray
discard 3bb9a44 NBL-21: Python thin: changed packet name
discard e2ea65f NBL-19 Optimized cyclic bytes concatenation with bytearray
discard a4e34a7 NBL-5: Affinity Awareness for Python Thin client
discard 01da2d0 GG-17382 Fixed whitespaces
discard 9a99801 Copyright 2019 GridGain Systems, Inc. and Contributors.
discard 1bc3bca "README.md", "README.txt", "NOTICE_HADOOP", "NOTICE_IGNITE",
"LICENSE", "NOTICE", "LICENSE_HADOOP", "LICENSE_IGNITE"
discard fb508c9 Licensed under the GridGain Community Edition License (the
"License");