Skip to content

Commit

Permalink
chore: release v3.1.0
Browse files Browse the repository at this point in the history
- Add `URLAccountLoader` plug-in which supports HTTP authentication (basic,
  digest, oauth2). This plug-in should be preferred over the existing
  `JSONAccountLoader`, `YAMLAccountLoader`, and `CSVAccountLoader` plug-ins,
  which will eventually be deprecated.

- Add HTTP POST support to the SAML credential provider plug-in. Thanks to
  @RobertShan2000 for the contribution.
  • Loading branch information
pkazmier committed Jul 3, 2024
1 parent c3c9ea1 commit 0462e83
Show file tree
Hide file tree
Showing 12 changed files with 1,665 additions and 88 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,16 @@ includes the following:

## Change Log

### v3.1.0

- Add `URLAccountLoader` plug-in which supports HTTP authentication (basic,
digest, oauth2). This plug-in should be preferred over the existing
`JSONAccountLoader`, `YAMLAccountLoader`, and `CSVAccountLoader` plug-ins,
which will eventually be deprecated.

- Add HTTP POST support to the SAML credential provider plug-in. Thanks to
@RobertShan2000 for the contribution.

### v3.0.0

- **BREAKING CHANGE**: Installation via `pip install awsurn` no longer installs
Expand Down
Loading

0 comments on commit 0462e83

Please sign in to comment.