Releases: yoyowallet/drf-integrations-framework
Releases · yoyowallet/drf-integrations-framework
0.9.0-alpha
Alpha release for fixes to provide Django 4.2 support
0.8.6
0.8.2
Adds migrations for `BigAuto` fields to conform to Django 4.* requirements.
0.8.1
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
0.6.0
0.5.0
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
Added
- Add
namespace
property toBaseIntegration
class.
0.3.0
Added
- Add optional var-positional
implements
parameter toRegistry.get_all
. - Add var-keyword argument
**kwargs
toBaseIntegration.get_installation_lookup_from_request
Changed
- Backwards-incompatible: Change the
application
argument ofBaseIntegration.get_installation_lookup_from_request
to be keyword-only.