* All docstrings have been translated into English * Documentation and examples are now available in two languages * Added MIT License * Updated setup.py
0.1.1
* Added streaming for reading Big Data * Refactored code to fix flake8 warnings * Fixed warnings in README.md * Resolved compatibility issues with earlier versions of Python * Added Python versions 3.7 - 3.13 to workflow tests
0.1.0
* Added a function to check if the connection object belongs to NamedTuple * Added a simple check for the ClickHttpSession class in workflow tests * Changed the protocol to HTTPS for port 443 * The formatter function now removes extra spaces * Added the project URL to setup.py
0.0.9
* Fixed the connection object check * Added simple tests for workflows * Corrected a typo in CHANGELOG.md
0.0.8
* Added SQL query formatting (with comment removal) * Added a dependency for the third-party library sqlparse (SQL formatter) in requirements.txt * Allowed the use of third-party NamedTuple objects for creating the connection object * Increased default CHUNK_SIZE to 50 MB * Project mirror moved to GitHub