All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update urlib3 version for a vulnerability
- Removed Python 3.8 and 3.9 from supported versions
- Added Python 3.13 and 3.14
- Update boto3
- Pin urllib3 version for a vulnerability
- Handle
VersionLabelnot being present in API response gracefully
- Support the
VersionLabelresponse element (as theversion_labelproperty) - Bump boto3 and related libraries
- Bump urllib3 dependency due to security issue.
- Add missing explicit export for mypy (#15)
- No functionality changes.
- Include py.typed file to indicate the library is typed per PEP-561.
- No code changes.
- Removed Python 3.6 from list of supported versions. Minimum version is now 3.7.
- Updated dependencies.
- No code changes.
- Fixed an issue where the library would get stuck if it needed to create a new session in order to continue (reported and contributed by @BiochemLouis in #5 and #6)
This is a release to bump the pip package version, to correct the previous PyPI release not containing the correct revision of code. No other changes.
- Fixed an issue with empty (unchanged) updates (#2)
- Updated library to use new AppConfig Data API
- Removed the
client_idparameter for the AppConfigHelper class as it is no longer used by the API - Removed the
config_versionproperty, as it is no longer returned by the API
raw_contentandcontent_typeproperties
- Initial release