Releases: carrotquest/django-clickhouse
Releases · carrotquest/django-clickhouse
Version 1.2.1
Version 1.2.0
Enhancements
- Added ability to add hints to RunPython and RunSQL migration operations
Bug fixes
- Fixed issue #42
Version 1.1.2
Bug fixes
- Fixed problem when
get_final_version()
could return 2 rows instead of 1 and insert multiplesign < 0
rows with singlesign > 0
- Fixed problem from PR #37, when
date_col
is not set forClickHouseModel
Version 1.1.1
Bugfixes
- Fixed issue when INSTALLED_APPS settings contains AppConfig classes instead of module paths
Version 1.1.0
Features
- Implemented
clickhouse_migrate
management command - Ability to print more verbose output when running
manage.py migrate
django command
Version 1.0.4
Testing
- Added docker testing environment
- Moved testing from TravisCI to GitHub Actions
Docs
- Added development section
Dependencies
- Optimized dependency installation: removed
six
;pytz
andtyping
are now installed in old python versions only;psycopg2
is replaced withpsycopg2-binary
in test requireements.
Version 1.0.3
Bug fixes
- Fixed compatibility with celery JSON serializer
- Fixed django database connection leaking in child threads during sync
Logging
- Added debug logs for sync process
Testing
- Added django 3.1 to Travis tests
Version 1.0.2
Requirements
Removed psycopg2 from requirements.txt as other database types are supported (Pull request by @Devkalion)
Version 1.0.1
Bug fixes
Fixed infi.clickhouse-orm compatibility issue (bug in migration fields imports)
Version 1.0.0
Initial release