Skip to content

Commit 3da8e84

Browse files
authored
Merge pull request #157 from python-astrodynamics/feature/prepare-2.0
Prepare 2.0
2 parents 8d082d4 + caa3b42 commit 3da8e84

9 files changed

Lines changed: 27 additions & 10 deletions

File tree

docs/changelog.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@ Change Log
33

44
.. towncrier release notes start
55
6+
`2.0.0 <https://github.com/python-astrodynamics/spacetrack/releases/tag/2.0.0>`_ - 2026-08-10
7+
---------------------------------------------------------------------------------------------
8+
9+
Added
10+
~~~~~
11+
12+
- Support for Python 3.14 (`#137 <https://github.com/python-astrodynamics/spacetrack/issues/137>`_)
13+
- Support for Python 3.15 (`#154 <https://github.com/python-astrodynamics/spacetrack/issues/154>`_)
14+
15+
16+
Changed
17+
~~~~~~~
18+
19+
- Replace `HTTPX <https://www.python-httpx.org/>`__ with the maintained `HTTPX2 <https://httpx2.pydantic.dev/>`__ fork.
20+
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>`_)
21+
22+
23+
Removed
24+
~~~~~~~
25+
26+
- **Support for Python 3.9** (`#137 <https://github.com/python-astrodynamics/spacetrack/issues/137>`_)
27+
- The ``tle``, ``tle_latest``, ``tle_publish``, and ``omm`` request classes have
28+
been removed because they no longer exist on Space-Track. (`#138 <https://github.com/python-astrodynamics/spacetrack/issues/138>`_)
29+
30+
631
1.4.0_ - 2025-02-21
732
-------------------
833

newsfragments/137.added.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/137.removed.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/138.removed.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

newsfragments/151.changed.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/152.changed.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

newsfragments/154.added.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "spacetrack"
7-
version = "1.4.0"
7+
version = "2.0.0"
88
description = "Python client for space-track.org"
99
readme = "README.rst"
1010
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)