Skip to content

Latest commit

 

History

History
93 lines (54 loc) · 2.01 KB

File metadata and controls

93 lines (54 loc) · 2.01 KB

Changelog

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.

Unreleased

2.3.1 - 2026-01-12

  • Update urlib3 version for a vulnerability

2.3.0 - 2025-12-08

  • 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

2.2.1 - 2025-01-08

  • Handle VersionLabel not being present in API response gracefully

2.2.0 - 2024-11-26

Added

  • Support the VersionLabel response element (as the version_label property)
  • Bump boto3 and related libraries

2.1.2 - 2024-06-18

Changed

  • Bump urllib3 dependency due to security issue.
  • Add missing explicit export for mypy (#15)
  • No functionality changes.

2.1.1 - 2024-04-26

Changed

  • Include py.typed file to indicate the library is typed per PEP-561.
  • No code changes.

2.1.0 - 2023-11-03

Changed

  • Removed Python 3.6 from list of supported versions. Minimum version is now 3.7.
  • Updated dependencies.
  • No code changes.

2.0.3 - 2022-07-19

Fixed

  • 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)

2.0.2 - 2022-04-04

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.

2.0.1 - 2022-01-11

Fixed

  • Fixed an issue with empty (unchanged) updates (#2)

2.0.0 - 2021-11-19

Changed

  • Updated library to use new AppConfig Data API

Removed

  • Removed the client_id parameter for the AppConfigHelper class as it is no longer used by the API
  • Removed the config_version property, as it is no longer returned by the API

1.1.0 - 2020-11-04

Added

  • raw_content and content_type properties

1.0.0 - 2020-10-20

  • Initial release