- Breaking Changes:
- Removed class methods. Use context manager exclusively.
- Changed to properties:
- configured
- client
- test_id
- fake_synapse_id
- Added type hints.
- Python 3.8 - 3.11 support.
- Added None and filehandles as disposable objects.
- create_temp_dir and create_temp_file will ensure the full directory path exists.
- Initial release.