Skip to content

Commit 0462e83

Browse files
committed
chore: release 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.
1 parent c3c9ea1 commit 0462e83

File tree

12 files changed

+1665
-88
lines changed

12 files changed

+1665
-88
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,16 @@ includes the following:
313313

314314
## Change Log
315315

316+
### v3.1.0
317+
318+
- Add `URLAccountLoader` plug-in which supports HTTP authentication (basic,
319+
digest, oauth2). This plug-in should be preferred over the existing
320+
`JSONAccountLoader`, `YAMLAccountLoader`, and `CSVAccountLoader` plug-ins,
321+
which will eventually be deprecated.
322+
323+
- Add HTTP POST support to the SAML credential provider plug-in. Thanks to
324+
@RobertShan2000 for the contribution.
325+
316326
### v3.0.0
317327

318328
- **BREAKING CHANGE**: Installation via `pip install awsurn` no longer installs

0 commit comments

Comments
 (0)