All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Changes are grouped into "Added", "Changed", "Deprecated", "Removed", "Fixed", "Security"
- Fixed "Type Error" when port parameter is not passed while calling setup_db #28
- Removed project image
- Added Pradeep Nayak[email protected] into list of contributors
- Fixed sub-package db import
- Added log, changelog and issue files.
- Added support for multiprocessing
- support pypy implementation
- Used deque instead of list to implement queue
- Fixed multiple flake8 issues
- Downgrade version from major 1 to 0
- Added support for python3.7
- Fixed pypi shipping
- Added setup to publish to PyPi
- Re-defined API naming.
- Added PostgreSQL database support
- Fixed database connection bug
- First official release