Skip to content

Releases: carrotquest/django-clickhouse

Version 1.2.1

20 Oct 08:48
b70ec45
Compare
Choose a tag to compare

Bug fixes

  1. Fixed conflict between model parameter and hints in DefaultRouter.allow_migrate(...) method

Version 1.2.0

19 Oct 08:10
fc362e8
Compare
Choose a tag to compare

Enhancements

  1. Added ability to add hints to RunPython and RunSQL migration operations

Bug fixes

  1. Fixed issue #42

Version 1.1.2

06 Oct 05:03
0e65f15
Compare
Choose a tag to compare

Bug fixes

  1. Fixed problem when get_final_version() could return 2 rows instead of 1 and insert multiple sign < 0 rows with single sign > 0
  2. Fixed problem from PR #37, when date_col is not set for ClickHouseModel

Version 1.1.1

01 Oct 12:38
12069db
Compare
Choose a tag to compare

Bugfixes

  1. Fixed issue when INSTALLED_APPS settings contains AppConfig classes instead of module paths

Version 1.1.0

25 Sep 18:01
0a7f0c1
Compare
Choose a tag to compare

Features

  1. Implemented clickhouse_migrate management command
  2. Ability to print more verbose output when running manage.py migrate django command

Version 1.0.4

08 Jul 07:38
Compare
Choose a tag to compare

Testing

  1. Added docker testing environment
  2. Moved testing from TravisCI to GitHub Actions

Docs

  1. Added development section

Dependencies

  1. Optimized dependency installation: removed six; pytz and typing are now installed in old python versions only; psycopg2 is replaced with psycopg2-binary in test requireements.

Version 1.0.3

01 Apr 12:18
2a694ee
Compare
Choose a tag to compare

Bug fixes

  1. Fixed compatibility with celery JSON serializer
  2. Fixed django database connection leaking in child threads during sync

Logging

  1. Added debug logs for sync process

Testing

  1. Added django 3.1 to Travis tests

Version 1.0.2

18 Jun 05:35
Compare
Choose a tag to compare

Requirements

Removed psycopg2 from requirements.txt as other database types are supported (Pull request by @Devkalion)

Version 1.0.1

03 Jun 06:46
030aab8
Compare
Choose a tag to compare

Bug fixes

Fixed infi.clickhouse-orm compatibility issue (bug in migration fields imports)

Version 1.0.0

07 Feb 12:58
Compare
Choose a tag to compare

Initial release