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 CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@ Release history
===============


v4.0.0a5 (2025-12-04)
=====================

Chores
------

* Ensure locations dir exists during init (`#1958`_, `df263c2`_)

Performance Improvements
------------------------

* Download products and assets in parallel (`#1890`_, `b0b3799`_)

Refactoring
-----------

* Boto3 ServiceResource type check (`#1949`_, `90fafbe`_)

.. _#1890: https://github.com/CS-SI/eodag/pull/1890
.. _#1949: https://github.com/CS-SI/eodag/pull/1949
.. _#1958: https://github.com/CS-SI/eodag/pull/1958
.. _90fafbe: https://github.com/CS-SI/eodag/commit/90fafbe3501569ab394b14b6df14ff69f38c35f8
.. _b0b3799: https://github.com/CS-SI/eodag/commit/b0b37992c9d49d7e5743f2a638f84f47f1de440e
.. _df263c2: https://github.com/CS-SI/eodag/commit/df263c28042cc0aa4cdfeb88c24004aea9955cd5

v4.0.0a4 (2025-11-28)
=====================

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
fallback_version = "4.0.0a5.dev0"
fallback_version = "4.0.1.dev0"

[tool.coverage.report]
exclude_lines = [
Expand Down
Loading