Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@ Change Log

.. towncrier release notes start

`2.0.0 <https://github.com/python-astrodynamics/spacetrack/releases/tag/2.0.0>`_ - 2026-08-10
---------------------------------------------------------------------------------------------

Added
~~~~~

- Support for Python 3.14 (`#137 <https://github.com/python-astrodynamics/spacetrack/issues/137>`_)
- Support for Python 3.15 (`#154 <https://github.com/python-astrodynamics/spacetrack/issues/154>`_)


Changed
~~~~~~~

- Replace `HTTPX <https://www.python-httpx.org/>`__ with the maintained `HTTPX2 <https://httpx2.pydantic.dev/>`__ fork.
Users that provide a custom ``httpx_client`` must now pass an ``httpx2.Client`` or ``httpx2.AsyncClient``, and exception handling should catch exceptions from ``httpx2`` instead of ``httpx``. (`#152 <https://github.com/python-astrodynamics/spacetrack/issues/152>`_)


Removed
~~~~~~~

- **Support for Python 3.9** (`#137 <https://github.com/python-astrodynamics/spacetrack/issues/137>`_)
- The ``tle``, ``tle_latest``, ``tle_publish``, and ``omm`` request classes have
been removed because they no longer exist on Space-Track. (`#138 <https://github.com/python-astrodynamics/spacetrack/issues/138>`_)


1.4.0_ - 2025-02-21
-------------------

Expand Down
1 change: 0 additions & 1 deletion newsfragments/137.added.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/137.removed.rst

This file was deleted.

2 changes: 0 additions & 2 deletions newsfragments/138.removed.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/151.changed.rst

This file was deleted.

2 changes: 0 additions & 2 deletions newsfragments/152.changed.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/154.added.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "spacetrack"
version = "1.4.0"
version = "2.0.0"
description = "Python client for space-track.org"
readme = "README.rst"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.