Skip to content

Releases: yoyowallet/drf-integrations-framework

0.9.0-alpha

13 Sep 07:42
Compare
Choose a tag to compare
0.9.0-alpha Pre-release
Pre-release

Alpha release for fixes to provide Django 4.2 support

0.8.6

02 May 16:52
Compare
Choose a tag to compare
- Drop support for Python 3.6
- Added support for Python 3.11
- Added support for Django 4.2
- Fixed issue with the form if the user only has view permissions.
- Minor version updates to some packages
- Allow a wider range of Pillow versions

0.8.2

05 May 13:08
d40b4a0
Compare
Choose a tag to compare
Adds migrations for `BigAuto` fields to conform to Django 4.* requirements. 

0.8.1

03 May 14:43
1b7670c
Compare
Choose a tag to compare
Publish drf-integrations-framework to PyPi.
Depreciate support for Python 3.6.
Add support for Django 4.0.
Upgrade imported libraries to latest versions compatible with Python 3.7 and above.

0.6.1

15 Apr 02:52
7cf5cd2
Compare
Choose a tag to compare

Fixes ApplicationInstallationForm to allow empty incoming config values

0.6.0

12 Apr 15:24
f9d5f14
Compare
Choose a tag to compare

Support installations without integrations (#12)

0.5.0

27 Jan 09:38
45851c0
Compare
Choose a tag to compare
Allow `ApplicationInstallation` config field to be blank (#11)

* Allow ApplicationInstallation config to be blank

* Add migrations to make config blank

* Add release notes for new version

0.4.0

08 Sep 12:36
54d2569
Compare
Choose a tag to compare

Added

  • Add namespace property to BaseIntegration class.

0.3.0

17 Aug 15:47
a80c593
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Added

  • Add optional var-positional implements parameter to Registry.get_all.
  • Add var-keyword argument **kwargs to BaseIntegration.get_installation_lookup_from_request

Changed

  • Backwards-incompatible: Change the application argument of BaseIntegration.get_installation_lookup_from_request to be keyword-only.

0.2.0

03 Aug 11:09
d34730e
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Bump OAuth toolkit to 1.3.0