Releases: cloudtools/awacs
Releases · cloudtools/awacs
Release 2.4.1
2.4.1 (2023-12-22)
- Action Update 2023-34
- Action Update 2023-35
- Action Update 2023-36
- Action Update 2023-37
- Action Update 2023-38
- Action Update 2023-39
- Action Update 2023-40
- Action Update 2023-41
- Action Update 2023-42
- Action Update 2023-43
- Action Update 2023-44
- Action Update 2023-45
- Action Update 2023-46
- Action Update 2023-47
- Fix scraper by adding new service name alias
- Action Update 2023-51
Release 2.4.0
2.4.0 (2023-08-13)
- Action Update 2022-49
- Action Update 2022-50
- Fix for mypy which disallows implicit Optional
- Output correct Optional for type checking and fix up aliases
- Action Update 2023-05
- Action Update 2023-06
- Action Update 2023-08
- Action Update 2023-09
- Action Update 2023-10
- Action Update 2023-11
- Action Update 2023-12
- Action Update 2023-13
- Action Update 2023-14
- Action Update 2023-15
- Action Update 2023-16
- Action Update 2023-17
- Action Update 2023-18
- Action Update 2023-19
- Action Update 2023-20
- Action Update 2023-21
- Action Update 2023-22
- Action Update 2023-23
- Fix scraper
- Bump scraper's requirements
- Fix tests
- Action Update 2023-32
Release 2.3.0
2.3.0 (2022-11-28)
- Action Update 2022-31
- Action Update 2022-32
- Action Update 2022-33
- Action Update 2022-34
- Action Update 2022-35
- Action Update 2022-36
- Action Update 2022-37
- Action Update 2022-38
- Action Update 2022-39
- Action Update 2022-40
- Action Update 2022-41
- Action Update 2022-42
- Action Update 2022-43
- Action Update 2022-44
- Use the latest github actions
- Run tests against Python 3.11 and add trove classifier
- Action Update 2022-45
- Action Update 2022-46
- Action Update 2022-47
- Action Update 2022-48
Release 2.2.0
2.2.0 (2022-07-28)
- Action Update 2022-02
- Action Update 2022-03
- Action Update 2022-04
- Action Update 2022-05
- Action Update 2022-06
- Action Update 2022-07
- Action Update 2022-08
- Action Update 2022-09
- Action Update 2022-10
- Action Update 2022-11
- Action Update 2022-12
- Action Update 2022-13
- Fix scrape breakage by mapping "Amazon Pinpoint SMS Voice V2" to "sms-voice"
- Action Update 2022-16
- Action Update 2022-18
- Action Update 2022-19
- Action Update 2022-20
- Action Update 2022-21
- Action Update 2022-22
- Action Update 2022-23
- Action Update 2022-24
- Action Update 2022-25
- Action Update 2022-26
- Action Update 2022-27
- Action Update 2022-28
- Action Update 2022-29
- Action Update 2022-30
Release 2.1.0
2.1.0 (2022-01-01)
- Update base url used by scraper
- Make scraper resilient to base url changes
- Run tests against Python 3.10 and add trove classifier
- Action Update 2021-47
- Action Update 2021-48
- Action Update 2021-49
- Action Update 2021-50
- Remove workaround from scraper
- Action Update 2021-52
- Remove support for Python 3.6 due to EOL
Release 2.0.2
2.0.2 (2021-10-16)
- Fix scraper and improve error messages
- Stop “caching” prop names
- Fix scraper to deal with AWS doc changes
- Action Update 2021-41
Release 2.0.1
2.0.1 (2021-08-30)
- Action Update 2021-29
- Action Update 2021-34
- Action Update 2021-35
Release 2.0.0
2.0.0 (2021-07-05)
This release now only supports Python 3.6+
Special thanks to @michael-k for the Python 3 work and tooling improvements.
- Changes for Python 3.6+ (deprecating Python 2.x)
- Update generated files for Python 3.6+
- Update Python3 changes per review feedback
- Do not hardcode partition if region isn't
- Bump httpx[http2] from 0.16.1 to 0.17.0 in /scrape
- Properly chain exception
- Fix imports for 'Amazon Mechanical Turk Crowd'
- Switch from Travis CI to GitHub Actions and use tox
- Update manifest and check it with 'check_manifest'
- Change packaging to use declarative config in setup.cfg
- Add a release workflow
- Tweaks for "make test"
- Format the project files and auto-generate code for black code formatting
- Deprecate legacy ARN generation
- Run black on examples
- Regenerate awacs code with black code formatting
- Black format crowd.py
- Changes for "make test" to work properly with black formatting
- Add new tools to requirements.txt and run black/isort during scrape
- Run isort on project files
- Per review feedback, remove arbitrary indenting and use black for formatting
- Bump httpx[http2] from 0.17.0 to 0.17.1 in /scrape
- Use Python 3 way to call super()
- Add type hints
- Regenerate awacs code with type hints
- Check type hints with mypy
- Add 'py.typed' for PEP 561 compat
- Stop inheriting from object explicitly
- Remove 'u' prefix from strings
- Bump lxml from 4.6.2 to 4.6.3 in /scrape
- Fix scrape breakage by mapping "Amazon API Gateway Management V2" to "apigateway"
- Add mypy dependency
- Action Update 2021-12
- Action Update 2021-14
- New actions for services and adds mgm (application migration service)
- Action Update 2021-15
- Action Update 2021-16
- Action Update 2021-19
- Remove aws.ARN
- Bump pyflakes from 2.3.0 to 2.3.1 in /scrape
- Bump httpx[http2] from 0.17.1 to 0.18.1 in /scrape
- Bump tox from 3.23.0 to 3.23.1 in /scrape
- Bump black from 20.8b1 to 21.5b1 in /scrape
- Bump aiofiles from 0.6.0 to 0.7.0 in /scrape
- Action Update 2021-20
- Add static definitions for Conditions to allow for better linting
- Action Update 2021-26
- Bump black from 21.5b1 to 21.6b0 in /scrape
- Do not remove account and region from non-bucket s3 ARNs
- Bump httpx[http2] from 0.18.1 to 0.18.2 in /scrape
- Bump mypy from 0.812 to 0.910 in /scrape
- Fix syntax error in comment
- Bump isort from 5.8.0 to 5.9.1 in /scrape
- Use PyPA's
build
project to build sdist and wheel - Action Update 2021-26
Release 1.0.4
1.0.4 (2021-03-20)
- Action Update 2021-11
- Fix scrape breakage by mapping "Amazon Simple Email Service v2" to "ses"
- Map lambda to awslambda and remove lambda.py
- Action Update 2021-11
- Update copyright date
- Update "make test" to not use the deleted tools directory
- Fix pycodestyle issue with using a lambda in scrape.py
Release 1.0.3
1.0.3 (2021-03-08)
- Fix typo in CHANGELOG
- Action Update 2021-04
- Update scrape requirements versions
- Action Update 2021-05
- Fix scrape breakage by mapping "Amazon Lex V2" to "lex"
- Allow manual workflow via workflow_dispatch
- Action Update 2021-10