Skip to content

Commit

Permalink
3.4.0 in progress (#221)
Browse files Browse the repository at this point in the history
* Beginning of ordered list operations

* Finished the get_by_value* family of operations

* Convert older list operations to helper file

* Finish new list op documentation

* Add new package with operation helpers

* Add version of old operate test using new helpers

* Finish documentation of helpers

* Add inverted flags to map ops, add map_get_by_key_list, map_get_by_value_list operations

* Add tests for map operation helpers.

* Add docstring for operation helpers

* Update documentation to build for new helpers

* Remove reference to ubuntu12 being supported, update operate example to use new helper functions

* Update to C client 4.3.13, add keyfile_pw to TLS config setup

* Add fail_on_cluster_change option to query policy

* Deal with falsey default values

* Add the correct list sort default

* Make return type required for helpers, remove inverted option from single value operations

* Remove unnecessary code in list op helpers

* Update documentation to use new helpers, fix typos
  • Loading branch information
aerospikerobertmarks committed Jul 11, 2018
1 parent e2231d6 commit 09d3b0e
Show file tree
Hide file tree
Showing 35 changed files with 6,630 additions and 237 deletions.
4 changes: 2 additions & 2 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ sudo yum install python-setuptools
To get `python26-devel` on older distros such as CentOS 5, see [Stack Overflow](http://stackoverflow.com/a/11684053/582436).


### Debian 6+ and Ubuntu 12.04+
### Debian 6+ and Ubuntu 14.04+

The following are dependencies for:

- Debian 6 or newer
- Ubuntu 12.04 or newer
- Ubuntu 14.04 or newer
- Related distributions which use the `apt` package manager

```
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Debian 6+ and Ubuntu 14.04+
The following are dependencies for:

- Debian 6 or newer
- Ubuntu 12.04 or newer
- Ubuntu 14.04 or newer
- Related distributions which use the ``apt`` package manager

::
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.4.0
Empty file added aerospike_helpers/__init__.py
Empty file.
Empty file.

0 comments on commit 09d3b0e

Please sign in to comment.