Skip to content

Releases: ruimarinho/gsts

v2.4.0

12 Jul 23:17
Compare
Choose a tag to compare

Changelog

v2.3.2

12 Jul 23:16
Compare
Choose a tag to compare

Changelog

Maintenance release.

  • Add missing puppeteer-device-viewport-plugin to package.json.

v2.3.1

10 Jul 11:55
Compare
Choose a tag to compare

Changelog

  • Minor tweaks to run on node v8. This is not a future guarantee that node < 10 will continue to be supported.
  • Improvements to puppeteer's stealth mode.

v2.3.0

14 May 02:17
Compare
Choose a tag to compare

Changelog

  • Fix issue with session validation when a custom role ARN is not set
  • Add an improved iframe stealth plugin to make puppeteer more resilient

v2.3.0-beta.3

05 May 10:31
Compare
Choose a tag to compare

Changelog

  • Add workaround attempt to avoid duplicate email insertion on login page.

v2.3.0-beta.2

25 Apr 00:31
Compare
Choose a tag to compare
v2.3.0-beta.2 Pre-release
Pre-release

Changelog

  • Automatically fetch new session credentials if role ARN changes
  • Use more reliable method of detecting max role session duration
  • Always return control to the terminal in case an unhandled rejection occurs
  • Add support for AWS China and AWS GovCloud (US) ARNs

v2.3.0-beta.1

24 Apr 00:39
Compare
Choose a tag to compare
v2.3.0-beta.1 Pre-release
Pre-release

Changelog

  • Allow overriding session duration. By default, gsts will use the IDP-provided session duration, but the role may have a custom MaxSessionDuration setting. In these situations, gsts will attempt to fetch this property and make sure that the requested SessionDuration from the STS service never exceeds it.
  • Make daemonizer dynamically aware of program arguments
  • Fix console command throwing error

v2.3.0-beta.0

18 Apr 01:53
Compare
Choose a tag to compare
v2.3.0-beta.0 Pre-release
Pre-release

Changelog

  • Add interactive mode when multiple roles are available
  • New UI with improved feedback

Screenshot 2020-04-18 at 02 51 26

  • Improved error handling on headful mode

v2.2.1

18 Apr 01:55
Compare
Choose a tag to compare

Changelog

  • Make ARN role not found message more helpful. Previously, an unhandled error would be output.

v2.2.0

18 Apr 01:56
Compare
Choose a tag to compare

Changelog

  • Add experimental support for legacy U2F (security keys).
  • Make sure parent folder exists when saving credentials (e.g. ~/.aws).