- (divinorum-webb) FIX modified import statements to remove import errors.
0.1.20
- (divinorum-webb) FIX refactored `create_group` logic and fixed a bug that caused errors when creating groups with active directory.
0.1.19
- (divinorum-webb) FIX resolved the issue raised in V0.1.18 with the `create_site` method. The issue was that some optional parameters were incorrectly being passed as tuples.
0.1.18
- (divinorum-webb) FIX (temporary) disabled multiple optional parameters for the `create_site` method. These parameters are triggering Java exceptions on the Tableau Server side.
0.1.17
- (divinorum-webb) FIX removed print statements used for testing / troubleshooting.
0.1.16
- (divinorum-webb) Corrected a type hints in `querying/groups.py`. - (divinorum-webb) `extract_pages()` now always returns a list; if no pages are found for the content than the list contains an empty dict.