Releases: bedita/aws
Release 3.0.5
Release 3.0.4
Release 3.0.3
Release 3.0.2
Release 3.0.1
What's Changed
- Restore correct behavior of
AwsS3CloudFrontAdapter
, which was never invalidating anything - see #8 - Various cleanup - see #9
Full Changelog: v3.0.0...v3.0.1
Release 3.0.0
This release adds support to BEdita 5 - see #6
Full Changelog: v2.1.0...v3.0.0
Release 2.1.0
Release 2.1.0 introduces a new BEdita/AWS.Alb
authenticator that can be used in conjunction with CakePHP Authentication plugin to authenticate requests based on the x-amzn-oidc-data
header set by AWS Application Load Balancers when OIDC or Amazon Cognito authentication is enabled. The header contains a JWT token that can be either taken as is, or used to identify users against the database, an LDAP directory, …
What's Changed
- AWS ALB authenticator in #4
Full Changelog: v2.0.1...v2.1.0
Release 2.0.1
Release 2.0.1 introduces a refactor in the plugin structure to use the Plugin
class, updates dependencies and improves the code quality.
Most applications should be able to upgrade from version 1 to version 2 without any changes.
What's Changed
- Update plugin structure, copyright notice, dependencies, … in #2
Full Changelog: v1.1.0...v2.0.1
v1.0.0
[minor] chore: relax constraint on CakePHP version