Skip to content

encode_utils

Compare
Choose a tag to compare
@nathankw nathankw released this 05 Apr 20:51
· 209 commits to master since this release

Bug Fixes:
-The last release introduced the (non-recommended) feature to not include the 'aliases' property when doing a POST. There was a bug in that sometimes when you did in fact provide aliases, Connection.post() still though you didn't.

New Features:
-New method Connection.remove_properties(). See example at
http://encode-utils.readthedocs.io/en/latest/examples.html#removing-properties-from-a-record.