Releases: rapid7/awsaml
Releases · rapid7/awsaml
Awsaml v3.1.2
What's Changed
- PD-41096 Auto-add cortex.yaml by @simonirwin-r7 in #234
- Bump dependencies. by @dgreene-r7 in #231
- Add basic logging by @mmurrell-r7 in #236
New Contributors
- @simonirwin-r7 made their first contribution in #234
Full Changelog: v3.1.1...v3.1.2
Awsaml v3.1.1
What's Changed
- Reorder Recent Logins List by @dgreene-r7 in #228
- FIX: Path vars for Windows environment by @mmurrell-r7 in #229
New Contributors
- @mmurrell-r7 made their first contribution in #229
Full Changelog: v3.1.0...v3.1.1
Awsaml v3.1.0
What's Changed
- Minor repo fixes by @dgreene-r7 in #222
- Make credential keys dark mode-aware. by @dgreene-r7 in #223
- Add Just In Time support by @anguyen-r7 in #226
New Contributors
- @anguyen-r7 made their first contribution in #226
Full Changelog: v3.0.0...v3.1.0
Awsaml v3.0.0
What's Changed
- add confirmation when deleting profile by @sspaeth-r7 in #206
- Updated repo to use yarn v3 by @dgreene-r7 in #212
- Update brew cask to 2.3.0 by @mkienow-r7 in #214
- v3 refactor by @dgreene-r7 in #217
- Added pull_request as event that trigger GH actions by @dgreene-r7 in #218
- Fixed issue where ui assets wouldn't be properly packaged by @dgreene-r7 in #219
- Release v3.0.0 by @dgreene-r7 in #220
New Contributors
- @sspaeth-r7 made their first contribution in #206
- @mkienow-r7 made their first contribution in #214
Full Changelog: v2.3.0...v3.0.0
Awsaml v2.3.0
Awsaml v2.2.2
Fixed
- Upgraded electron bits to version that supports WebAuthn standard #135 - @dgreene-r7
Awsaml v2.2.1
Fixed
- Upgraded electron and everything else, fixing #126
Awsaml v2.2.0
Awsaml v2.1.0
Awsaml v2.0.0
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