New Features
Bugs Fixed
Code Refactors
- **Query iterator only throws exeption once**
Revert previous changes from https://github.com/vaticle/typedb-client-python/pull/247/ and https://github.com/vaticle/typedb-client-python/pull/248/, which made query queues and iterators throw the same error idempotently. However, this goes counter to standard usage of iterators and queues, which are not meant to behave idempotently (each item is only returned once, and if they have an error they should no longer be used).
Other Improvements
- **bump VERSION to 2.8.0**
- **Bazel Cache is disabled temporarily until SSL is fixed**
- **remove dead code**