Thanks to Zeev Rotshtein for the feature request in `Issue 440 <https://github.com/adamchainz/ec2-metadata/issues/440>`__.
* Drop Python 3.8 support.
* Support Python 3.13.
2.13.0
-------------------
* Drop Python 3.7 support.
2.12.0
-------------------
* Support Python 3.12.
2.11.0
-------------------
* Improve type hints for the ``iam_info``, ``iam_security_credentials``, and ``instance_identity_document`` attributes, with ``TypedDict``\s on Python 3.8+.
2.10.0
-------------------
* Support Python 3.11.
2.9.1
------------------
* Return ``None`` for ``availability_zone_id`` when the underlying endpoint returns HTTP 404.
Thanks to Amir Rossert in `PR 350 <https://github.com/adamchainz/ec2-metadata/pull/350>`__.