Skip to content

Releases: rkoval/alfred-aws-console-services-workflow

v4.5.0

28 Jul 06:45
39a1f0b
Compare
Choose a tag to compare

Changes

User-facing

  • Added Route53 sub-services
  • Added Route53 hosted zone searcher
  • Added Elastic Beanstalk application searcher
  • Added EC2 load balancer searcher

v4.4.0

27 Jul 07:37
f57ea6c
Compare
Choose a tag to compare

Changes

User-facing

  • Added ElastiCache Redis cluster searcher
  • Added ElastiCache Memcached cluster searcher

v4.3.0

14 Jul 09:46
292600c
Compare
Choose a tag to compare

Changes

User-facing

  • Made it so EC2 searcher opens up EC2 instance directly instead of in search results (this makes opening the instance faster in accounts with many instances)
  • Added profile and region display when workflow is first opened

v4.2.0

14 Jul 07:57
b5f0c54
Compare
Choose a tag to compare

Changes

User-facing

  • Fixed various broken links for services
  • Added global region awareness when populating links relevant services (this will result in a small page load speedup for these services because there's one less redirect)

Internal

  • Added debug support opening all services in browser (not just sub-services anymore)

v4.1.0

14 Jul 05:51
b91c79a
Compare
Choose a tag to compare

Changes

User-facing

  • Added support for Chinese regions opening up the correct console URL (resolves #32)
  • Added support for specifying a custom domain via ALRED_AWS_CONSOLE_SERVICES_WORKFLOW_AWS_CONSOLE_DOMAIN

v4.0.0

13 Jul 07:35
9348326
Compare
Choose a tag to compare

If you missed it and you're upgrading from 2.x, you'll need to see the 3.0.0 release for upgrade information

4.0.0 is out! While this is a new major release, it should not contain any breaking user-facing changes. However, there have been substantial internal changes that makes this feel worthy of a major bump. Additionally, there is technically a breaking change for developers in that the minimum go version has been updated (v1.14.0 -> v1.16.5).

The main thing to note about this release is the migration from aws-sdk-go to aws-sdk-go-v2. As it is advertised, this upgrade provides major CPU and memory improvements for the areas of the workflow that interact with AWS directly (see their release announcement for more details). It additionally provides a smaller binary for this workflow so the .alfredworkflow download is not as large as the previous release.

For more details surrounding the changes in this release, see below. Thanks for using this workflow!

Changes

User-facing

  • Fixed RDS Database searcher not paginating properly
  • Added SNS sub-services
  • Added SNS topic searcher
  • Added SNS subscription searcher

Internal

  • Upgraded aws-sdk-go to aws-sdk-go-v2
  • Upgraded minimum go version for development
  • Added code generators for creating searchers. The generators will inspect the AWS JSON files used to generate aws-sdk-go-v2 to generate the appropriate boilerplate for use in querying AWS.

v3.7.0

09 Jul 23:20
0ee6b74
Compare
Choose a tag to compare

If you missed it and you're upgrading from 2.x, you'll need to see the 3.0.0 release for upgrade information

Changes

User-facing

  • Added RDS Database searcher

v3.6.1

09 Jul 15:46
370ff33
Compare
Choose a tag to compare

If you missed it and you're upgrading from 2.x, you'll need to see the 3.0.0 release for upgrade information

Changes

User-facing

  • Fixed DMS URL
  • Fixed GlobalAccelerator URL

v3.6.0

21 Oct 06:09
102c9d7
Compare
Choose a tag to compare

If you missed it and you're upgrading from 2.x, you'll need to see the 3.0.0 release for upgrade information

Changes

User-facing

  • Added CloudFormation sub-services
  • Added CloudFormation Stack searcher

v3.5.0

21 Oct 05:13
fb6db47
Compare
Choose a tag to compare

If you missed it and you're upgrading from 2.x, you'll need to see the 3.0.0 release for upgrade information

Changes

User-facing

  • Fixed EFS short name typo
  • Added ElastiCache sub-services