Skip to content

Releases: bedita/aws

Release 3.0.5

30 Jun 08:01
6d00b46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.4...v3.0.5

Release 3.0.4

08 Sep 09:07
548a72d
Compare
Choose a tag to compare

What's Changed

  • Use reusable PHP workflows in CI by @didoda in #11

Full Changelog: v3.0.3...v3.0.4

Release 3.0.3

08 Sep 07:24
a9dc8b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.3

Release 3.0.2

07 Sep 10:04
58a19ef
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.0.2

Release 3.0.1

31 Aug 15:40
d75163b
Compare
Choose a tag to compare

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

31 Aug 08:55
fc507cb
Compare
Choose a tag to compare

This release adds support to BEdita 5 - see #6

Full Changelog: v2.1.0...v3.0.0

Release 2.1.0

01 Apr 12:25
098ea0d
Compare
Choose a tag to compare

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

29 Mar 07:51
0b5a524
Compare
Choose a tag to compare

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

18 Nov 09:41
Compare
Choose a tag to compare
[minor] chore: relax constraint on CakePHP version