Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 3, 2023. It is now read-only.

Tags: integralads/aerospike-client-python

Tags

3.10.0.2

Toggle 3.10.0.2's commit message
Release 3.10.0.2

3.10.0.1

Toggle 3.10.0.1's commit message
Release 3.10.0.1

3.10.0

Toggle 3.10.0's commit message
doc touch ups

3.9.0

Toggle 3.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Nested CDT map and list operations and bitwise operations 3.9.0 (aero…

…spike#8)

* fixed OverflowError: Python int too large to convert to C long

* added large job id test

* fixed double linked list corruption error

* added query apply set detection tests

* updated test_query_apply

* refactored double free and python overflow fixes

* added test for non list udf arguments

* update c client

* check for illegal udf arguments in dictionaries

* added bytes udf test

* added py_to_val coversion for python3 bytes

* update illegal udf args exception, add stream udf tuple test

* iterative udf arg check

* removed unnecessary assignments, consistent string encoding in tests, added udf arg documentation to query.apply

* fail on 4XX response codes

https://curl.haxx.se/mail/archive-2006-02/0004.html the exit status of
curl on a 4XX response code is zero without the -f flag.

* Remove transaction queue and thread-per-queue config options

These config options were removed in server version 4.7.0
https://www.aerospike.com/download/server/notes.html#4.7.0.2

* Bitwise operations (aerospike#6)

* Initial bitwise file

* Start of bitwise ops

* Tests for bitwise beginning

* Basic bitwise testing

* Tests for resize

* bitwise remove and set

* set_bit tests, documentation, set_bit Byte_Offset fixed

* implemented bit_count

* bit_count tests

* implemented bit_add and bit_add tests

* implemented bit_and, bit_and tests

* implemented bit_get

* bit_get tests

* implemented bit_get_int and bit_get_int tests

* implemented bit_insert

* bit_insert tests

* implemented bit_lscan and bit_lscan tests

* implemented bit_lshift and lshift tests

* implemented bit_not and bit_not tests

* implemented bit_or and bit_or tests

* implemented bit_rscan and bit_rshift with tests

* implemented bit_subtract and tests

* implemented bit_xor and tests

* bit_wise documentation and tests

* update c client, fix travis config thread queue option, cleanup bit operate

* cleanup bitwise documentation, change isbitop to use range

* add bitwise helper get_uint32t_from_pyargs, refactor bitwise code and documentation

* Nested_cdt support for map and list ops. (aerospike#7)

* nested cdt groundwork and tests

* nested cdt constants

* added support for as_val based nested cdt ops, list_op nested cdt ops, and tests

* nested cdt for list ops

* nested cdt_ctx logic for all list ops, more tests for nested cdt list ops

* nested cdt ctx groundwork, nested cdt for map_get_by_key

* Remove transaction queue and thread-per-queue config options

These config options were removed in server version 4.7.0
https://www.aerospike.com/download/server/notes.html#4.7.0.2

* nested map cdt get by val and index, fixed nested cdt list tests and python cdt_ctx converter

* nested cdt map ops for all remove by rank, map size, map policy, increment, put, put items and tests

* nested cdt ops and tests for all map ops except relative ops

* nested cdt ops and tests for maps

* fix ctx error mem leak

* move ctx_operations out of operations

* sort nested_map by key_order

3.8.0

Toggle 3.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3 from citrusleaf/fixversionHub

update version to 3.8.0

3.7.3

Toggle 3.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request aerospike#244 from aerospike/3.7.3-candidate

3.7.3 candidate

3.7.2

Toggle 3.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request aerospike#239 from aerospike/3.7.2-candidate

3.7.2 candidate

3.7.1

Toggle 3.7.1's commit message
Increase c client version

3.7.0

Toggle 3.7.0's commit message
Update remove documentation

3.6.0

Toggle 3.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request aerospike#233 from aerospike/3.6.0-in-progress

3.6.0 in progress