Releases: rkoval/alfred-aws-console-services-workflow
v4.5.0
v4.4.0
v4.3.0
v4.2.0
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
v4.0.0
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
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
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
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
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