Skip to content

Releases: rapid7/awsaml

Awsaml v3.1.2

05 Oct 19:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.1.2

Awsaml v3.1.1

13 Sep 20:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.1.1

Awsaml v3.1.0

27 Jul 18:00
Compare
Choose a tag to compare

What's Changed

New Contributors

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

Awsaml v3.0.0

18 Jul 20:07
953516f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v3.0.0

Awsaml v2.3.0

23 Mar 23:04
ec8180b
Compare
Choose a tag to compare

Fixed

  • Fix failures to login when moving between commercial/fedramp accounts: #192
  • Fix tests and enable github actions: #193
  • Add keyboard shortcut for Reset: #180
  • Bump packages called out by dependabot: #196
  • Bump electron packager to latest version: 197
  • Bump other packages to latest versions: #194

Awsaml v2.2.2

13 Sep 13:03
d82926d
Compare
Choose a tag to compare

Fixed

  • Upgraded electron bits to version that supports WebAuthn standard #135 - @dgreene-r7

Awsaml v2.2.1

08 Aug 21:03
0ca0690
Compare
Choose a tag to compare

Fixed

  • Upgraded electron and everything else, fixing #126

Awsaml v2.2.0

07 Aug 18:50
a388340
Compare
Choose a tag to compare

Added

  • Adds ability to proactively name new profiles (#125)

Changed

  • Disables hardware acceleration, giving you more battery time (#123)
  • Documentation updates (#124)

Awsaml v2.1.0

08 Aug 18:29
v2.1.0
7601740
Compare
Choose a tag to compare

Added

  • Search for recent logins (#120)
  • Multiple role support (#119)
  • Copy/paste button for terminal export commands

Changed

  • Backend improvements to identify each recent login profile with a unique UUID

Awsaml v2.0.0

27 Jul 18:48
e331222
Compare
Choose a tag to compare

This release represents a massive overhaul to how Awsaml's internals work. There are no changes to the way users interact with the tool aside from some nice bells and whistles. However, internally some of the changes include:

Changed

  • Created new SPA frontend app and deprecated express-react-views
  • Refactored the backend API to handle new SPA-based workflow
  • Frontend refresh; updated Bootstrap and added Font-Awesome for icons
  • Simplified and improved build process
  • Added "copy to clipboard" buttons where appropriate