Skip to content

Releases: openwisp/django-x509

1.1.0 [2022-04-20]

20 Apr 19:29
1.1.0
Compare
Choose a tag to compare

Features

  • Added validity_end to admin list of Ca and Cert

Changes

  • Removed test dependency on coveralls (it's defined in openwisp-utils)
  • Reformatted code with the latest version of the black formatter

1.0.0 [2022-02-25]

25 Feb 20:55
1.0.0
Compare
Choose a tag to compare

Bugfixes

  • Fixed bug in admin for creating CA with blank key_length and digest fields

Changes

  • Dropped support for Python 3.6
  • Added support for Python 3.8 and 3.9
  • Added support for Django 3.2.x and 4.0.x
  • Bumped cryptography~=36.0.0
  • Bumped pyopenssl~=21.0.0

0.9.4 [2021-04-14]

14 Apr 02:32
0.9.4
Compare
Choose a tag to compare
  • [fix] Fixed rendering of CA and cert edit pages when in popup mode (issue #113)
  • [fix] Fixed dependency version definition (minor fix)
  • [deps] Set min cryptography version to 3.4, allow any higher 3.x

0.9.3 [2021-03-16]

16 Mar 19:26
0.9.3
Compare
Choose a tag to compare
  • [deps] Updated pyopenssl range to allow 20.0.x
  • [deps] Removed django-model-utils in favour of openwisp-utils which centralizes several dependencies used by all the OpenWISP modules (including django-model-utils)

0.9.2 [2020-12-09]

09 Dec 19:25
0.9.2
Compare
Choose a tag to compare
  • [deps] Pinned django-model-utils>=4.0.0,<4.1.0
  • [deps] Pin cryptography to ~=3.2 because version 3.3 contains backward incompatible changes

0.9.1 [2020-11-13]

13 Nov 18:50
0.9.1
Compare
Choose a tag to compare
  • [deps] Updated cryptography minimum version to 3.2 for security reasons;
    The version range has also been relaxed to avoid having to update it too often, future versions up to but excluding 4.0 will be accepted
  • [fix] Removed static() call from admin media
  • [tests] Updated openwisp-utils[qa] to 0.7

0.9.0 [2020-09-18]

19 Sep 00:09
0.9.0
Compare
Choose a tag to compare

Changes

  • Models: updated max_length of common_name (Ca and Cert) to from 63 to 64, following conventions about maximum length of common names and hostnames

0.8.0 [2020-08-18]

19 Aug 14:06
0.8.0
f720e4c
Compare
Choose a tag to compare

Features

Changes

  • Breaking change: systems using django-x509 as a library must set DJANGO_X509_CA_MODEL & DJANGO_X509_CERT_MODEL values in their settings.py when upgrading or an exception like the following one will be raised: django.core.exceptions.ImproperlyConfigured: Could not find django_x509.Ca!
  • Added support for django 3.1
  • Added support for cryptography 3.0.0

Bugfixes

N/A

0.7.0 [2020-05-16]

19 May 10:51
0.7.0
a5cd3df
Compare
Choose a tag to compare
  • Added possibility to renew CAs and certificates
  • Updated dependency to support cryptography 2.9

0.6.2 [2020-02-26]

26 Feb 21:57
0.6.2
Compare
Choose a tag to compare
  • Switched back to jsonfield