Skip to content

Releases: thermondo/django-heroku-connect

4.0.0

18 Dec 12:28
Compare
Choose a tag to compare

What's Changed

  • Bump codecov/codecov-action from 3 to 5 by @dependabot in #199
  • drop EOL python 3.8 by @syphar in #198
  • extend healthcheck to fail when a single mapping is in a broken state by @syphar in #200

Full Changelog: 3.1.0...3.2.0

3.1.0

23 Aug 04:13
ec38371
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.1.0

3.0.0

22 May 11:33
1756a62
Compare
Choose a tag to compare

What's Changed

  • BREAKING add django 5 to test matrix, drop unsupported versions by @syphar in #137

Full Changelog: 2.0.0...3.0.0

2.0.0

05 Sep 08:49
02d3992
Compare
Choose a tag to compare

What's Changed

  • BREAKING remove EOL python & django versions from test matrix by @syphar in #129
  • testing: make warnings errors, fix some warnings by @syphar in #130
  • update docs generation & readthedocs config by @syphar in #131
  • Bump actions/checkout from 3 to 4 by @dependabot in #133
  • migrate to poetry for package & dependency management by @syphar in #132

Full Changelog: 1.1.1...2.0.0

1.1.1

10 Aug 07:31
Compare
Choose a tag to compare

Full Changelog: 1.1.0...1.1.1

1.1.0

09 Aug 11:51
c514c95
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

01 Mar 12:33
2ac6152
Compare
Choose a tag to compare

What's Changed

  • Update Actions to resolve warnings by @pcrock-thmdo in #115
  • BREAKING: add support for Django 4.x & python 3.11, drop unsupported django versions by @syphar in #114

Full Changelog: 0.26.0...1.0.0

0.26.0

26 Jan 08:52
bad12c1
Compare
Choose a tag to compare

What's Changed

  • add python 3.10 to the test matrix, replace tox with plain GH actions by @syphar in #110
  • Make DB port configurable, specify upper bound for Django version by @pcrock-thmdo in #113
  • Convert Composed query to str before running raw query by @pcrock-thmdo in #112

New Contributors

Full Changelog: 0.25.0...0.26.0

0.25.0

04 Jun 07:34
7ae4d65
Compare
Choose a tag to compare
  • Update CI test matrix: Add Django 3.2, drop Python 3.6, Django 3.0 #107
  • move linting to pre-commit, add black and run it #109

0.24.0

10 May 12:58
6a42444
Compare
Choose a tag to compare
  • migrate to GitHub actions, add python 3.9 and Django 3.1 (#104)
  • [doc] Add a note on Django signals (#105)
  • Replace deprecated Django ugettext_lazy (#106)