1. a870b6c IGNITE-19817 Add configuration for read-the-docs (#63) by Igor Sapego · 9 months ago master
  2. 1e485b5 Update build scripts and README.md by Ivan Daschinsky · 1 year, 2 months ago
  3. d1213c2 Add release notes for 0.6.1 by Ivan Daschinsky · 1 year, 3 months ago
  4. b32131b IGNITE-18788 Fix firing query events only if debug level logger enabled. (#62) by Ivan Daschinskiy · 1 year, 3 months ago
  5. ae5ced4 Add release notes for 0.6.0 by Ivan Daschinsky · 1 year, 6 months ago
  6. d5afd76 Exclude unnecessary directory 'tests' in wheels (#60) by Ivan Daschinskiy · 1 year, 6 months ago
  7. 9f19c2e Update version for the next release by Ivan Daschinsky · 1 year, 6 months ago
  8. ec039cc IGNITE-18103 Move artifacts build to github actions (#59) by Ivan Daschinskiy · 1 year, 6 months ago
  9. 94e619a IGNITE-18006 Support timeouts in async cache operations (#58) by Ivan Daschinskiy · 1 year, 6 months ago
  10. bc5a52c IGNITE-17494 use_ssl is not set when auth used (#55) by Igor Sapego · 1 year, 9 months ago
  11. bf5ac4f IGNITE-17054 Fix examples and documentation (#53) by Igor Sapego · 1 year, 11 months ago
  12. ac12197 IGNITE-17023 Remove Python 3.6, add 3.10. by Igor Sapego · 2 years ago
  13. a1a920e Add release notes for 0.5.2 by Ivan Daschinsky · 2 years, 8 months ago
  14. abbff02 IGNITE-16599 Fix tests by setting strict version of MarkupSafe (#51) by Ivan Daschinskiy · 2 years, 2 months ago
  15. 3bf1cc1 IGNITE-15479 Fix incorrect partial read from socket in sync client - Fixes #50. by Ivan Daschinsky · 2 years, 8 months ago
  16. ef8687e Fix tests local run with tests/__init__.py added (#49) by Nikolay · 2 years, 8 months ago
  17. be18440 IGNITE-15266 Fix nested object arrays deserialization - Fixes #48. by Bojidar Marinov · 2 years, 9 months ago
  18. 05dc38e Add release notes for 0.5.1 by Ivan Daschinsky · 2 years, 9 months ago
  19. de07126 IGNITE-15118 Implement handshake timeout - Fixes #47. by Ivan Daschinsky · 2 years, 9 months ago
  20. 82f29e2 IGNITE-15102 Implement event handling and monitoring for python thin client - Fixes #46. by Ivan Daschinsky · 2 years, 10 months ago
  21. 8fc14f8 IGNITE-15103 Implement debug and error logging of connections and queries - Fixes #45. by Ivan Daschinsky · 2 years, 10 months ago
  22. dd3b280 Update to latest version of released pyignite in README.md by Ivan Daschinsky · 2 years, 11 months ago
  23. 92a115c IGNITE-14911 Unify timeouts, add support for datetime.timedelta for expiry_policy - Fixes #44. by Ivan Daschinsky · 2 years, 11 months ago
  24. 05413e7 Add release notes for 0.5.0 - Fixes #43. by Ivan Daschinsky · 2 years, 11 months ago
  25. 365b16e Update version for the next release by Ivan Daschinsky · 2 years, 11 months ago
  26. fbe61f3 IGNITE-14851 Enable partition awareness by default, fix unnecessary double connect - Fixes #42. by Ivan Daschinsky · 2 years, 11 months ago
  27. c64fb10 Fix async transactions code example in docs by Ivan Daschinsky · 2 years, 11 months ago
  28. 0afab5b Fix transactions code example in docs by Ivan Daschinsky · 2 years, 11 months ago
  29. a53afcc IGNITE-14850 Add documentation to transaction's api - Fixes #41. by Ivan Daschinsky · 2 years, 11 months ago
  30. 9945ecb IGNITE-12467 Implement transactions, rewrite async connections using protocol and transport - Fixes #40. by Ivan Daschinsky · 2 years, 11 months ago
  31. fa364df IGNITE-14686 Fix incorrect type hint for cache's get_all - Fixes #36. by Rob Emanuele · 2 years, 11 months ago
  32. 8c8a006 IGNITE-14738 Remove obsolete setup dependency to pytest-runner - Fixes #38. by Ivan Daschinsky · 3 years ago
  33. 746dd13 IGNITE-14705 Fix handling collections with binary objects - Fixes #37. by Ivan Daschinsky · 3 years ago
  34. 9f72781 IGNITE-14595 Implement ExpiryPolicy support - Fixes #35. by Ivan Daschinsky · 3 years ago
  35. 8b1e61c IGNITE-14564 Add LICENSE and NOTICE files to all artifacts - Fixes #34. by Ivan Daschinsky · 3 years, 1 month ago
  36. 4b39956 Add release notes for 0.4.0 by Ivan Daschinsky · 3 years, 1 month ago
  37. 572c8b9 Update version for next release by Ivan Daschinsky · 3 years, 1 month ago
  38. 453ea5d IGNITE-14534 Add script to build wheels on Windows by Igor Sapego · 3 years, 1 month ago
  39. fb400f1 IGNITE-14518 Add proper license and long description to package info - Fixes #31. by Ivan Daschinsky · 3 years, 1 month ago
  40. 3586db7 IGNITE-14511 Fix serialization of bytes, improve serialization-deserialization of collections. - Fixes #30. by Ivan Daschinsky · 3 years, 1 month ago
  41. 70bb1d9 IGNITE-14418 Add async client documentation, update examples by Ivan Dashchinskiy · 3 years, 1 month ago
  42. e48f4be IGNITE-14472 Multiple performance improvements by Ivan Dashchinskiy · 3 years, 1 month ago
  43. 7c1d0cc IGNITE-14465 Add the ability to set and get cluster state by Igor Sapego · 3 years, 1 month ago
  44. 7cbfe32 IGNITE-14444 Move affinity mapping storage and best node calculation to clients by Ivan Dashchinskiy · 3 years, 1 month ago
  45. 2fd7fda IGNITE-13405 Fix cache configuration serialization/deserialization by Ivan Dashchinskiy · 3 years, 1 month ago
  46. a7392fc IGNITE-14429 Fix cache.get_size with non-default PeekModes by Ivan Dashchinskiy · 3 years, 1 month ago
  47. f00d70f IGNITE-14432 Implement connection context managers for clients by Ivan Dashchinskiy · 3 years, 1 month ago
  48. 0bcd77f IGNITE-13862 Add test case for put_all large amount of complex maps by Ivan Dashchinskiy · 3 years, 1 month ago
  49. cfc2fe4 IGNITE-13911 Asyncio version of client by Ivan Dashchinskiy · 3 years, 1 month ago
  50. 6f56a3b IGNITE-14245 Fix infinite loop while trying to get affinity mapping on failed node by Ivan Dashchinskiy · 3 years, 2 months ago
  51. b2030be IGNITE-14240 Re-factor tests by Ivan Dashchinskiy · 3 years, 2 months ago
  52. 672a767 IGNITE-14211 Remove existing cache requirement from SQL API by Igor Sapego · 3 years, 2 months ago
  53. e5ca3fc IGNITE-14186 Implement C module to speedup hashcode by Ivan Dashchinskiy · 3 years, 2 months ago
  54. 7743b23 IGNITE-14167 Simplify reconnecting, fix affinity topology change detection by Ivan Dashchinskiy · 3 years, 3 months ago
  55. ba268cc IGNITE-14154 Remove unnecessary test, remove duplicates by Ivan Dashchinskiy · 3 years, 3 months ago
  56. 2ead7b9 IGNITE-13967: Optimizations and refactoring of parsing by Ivan Dashchinskiy · 3 years, 3 months ago
  57. 0f2828b IGNITE-14127: Default sql page size from 1 => 1024 by Igor Sapego · 3 years, 3 months ago
  58. 83208c2 IGNITE-12975: SQL query do not create cache by Igor Sapego · 3 years, 3 months ago
  59. d7d6d35 IGNITE-11528: Deprecate SqlQuery API by Igor Sapego · 3 years, 3 months ago
  60. 2c0ecb2 IGNITE-13863: Fix Null reading and writing by Igor Sapego · 3 years, 3 months ago
  61. e0c22ef IGNITE-14059: Fix hashing of complex objects by Igor Sapego · 3 years, 3 months ago
  62. b13d43b IGNITE-14075: Fix hash code calculation for composite keys by Ilya Kasnacheev · 3 years, 3 months ago
  63. 18d32bb IGNITE-14057 Support big-endian systems by Pavel Tupitsyn · 3 years, 3 months ago
  64. c746329 IGNITE-14072 Refactor, remove duplicates and optimize Response and SQLResponse by Ivan Dashchinskiy · 3 years, 3 months ago
  65. 4ca871d IGNITE-14058: Bool arrays now return as bool array, not int array by Igor Sapego · 3 years, 3 months ago
  66. 644de99 IGNITE-14056: Fixed README and documentation by Igor Sapego · 3 years, 3 months ago
  67. 99ed735 IGNITE-11303: Partition Awareness for Python Thin by Igor Sapego · 3 years, 3 months ago
  68. 51e9c82 IGNITE-13903: Add tox, docker-compose and travis integration by Ivan Daschinskiy · 3 years, 4 months ago
  69. 4b60f30 IGNITE-12809 Python thin client - Fix wrong order of the SQL query result (#8203) by Nikolay · 3 years, 8 months ago
  70. 0a9d71f IGNITE-12718 pyignite: added SSL keyfile password argument. (#7480) by Andrey Kuznetsov · 3 years, 8 months ago
  71. 2db9114 IGNITE-10691: Python thin client: UUID marshalling fix by Dmitry Melnichuk · 5 years ago
  72. b84185f IGNITE-10645: SQL: Avoid key/val ownership resolution of a field in runtime. This closes #5657. by Pavel Kuznetsov · 5 years ago
  73. 4ebd0d0 IGNITE-10358: Added collections data type specification for python thin client by Dmitry Melnichuk · 5 years ago 0.3.4
  74. ed6de34 IGNITE-9950 Python: Fixes for Decimal data type by Dmitry Melnichuk · 6 years ago
  75. 9c368a3 IGNITE-9908: Python client: fixed long data type processing. This closes #5017. by Dmitry Melnichuk · 6 years ago
  76. 70706f8 IGNITE-7782 Python thin client by Dmitry Melnichuk · 6 years ago