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