Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecation of all things "namespace" (#316)
* logging WARNINGs from Data API * deprecate bulk_write * keyspace method introduced + deprecation of namespace-same-named ones * property-adjusted testing in idiomatic * all namespace-methods deprecated and replicated with keyspace * introduce update_db_keyspace parameter, deprecate update_db_namespace + tests * fixed the deprecation of 'namespace' when it is a property * fix/simplify stacklevel logic for deprecation utilities * first sweep to rename internal variables * second sweep to rename internal variables * exceptions, constants and a few renames in tests * DatabaseInfo and CollectionInfo double-attributes * keyspace as parameter to all methods, with namespace as deprecated alias * all 'namespace=' renamed * swept/cleaned docstrings and stray references * most of the test assets cleaned as well * adapt to nulls-vs-absent ambiguity in findEmbProv responses * ensure forced dimensions overcome whether defaultValue=null for dimension in findEmvProv response * bump to 1.5.0
- Loading branch information