Releases: mozilla-services/pyramid_multiauth
Releases · mozilla-services/pyramid_multiauth
1.0.2
What's Changed
Documentation
- Fix a few typos by @timgates42 in #32
Other Changes
- Modernize repo by @leplatrem in #33
New Contributors
- @dependabot made their first contribution in #34
Full Changelog: 1.0.1...1.1.0
1.0.1
Bug Fixes
- Fix the
ConfigurationError
about authentication and authorization conflicting
with the default security when loading various policies via their module name.
Internal Changes
- Migrate CI from CircleCI to Github Actions
- Tox: add py3.7 and py3.9 support
- Remove code for Pyramid < 1.3
- Use
assertEqual()
in tests - Drop support of Python 2.7