From 326b8990bbd1d25da391b97bc1201fdbe02da4b7 Mon Sep 17 00:00:00 2001 From: Sandor Kertesz Date: Wed, 13 May 2026 14:05:59 +0100 Subject: [PATCH] Release notes --- docs/release_notes/version_0.20_updates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release_notes/version_0.20_updates.rst b/docs/release_notes/version_0.20_updates.rst index cae0ce90..60c62c94 100644 --- a/docs/release_notes/version_0.20_updates.rst +++ b/docs/release_notes/version_0.20_updates.rst @@ -8,4 +8,4 @@ Version 0.20.0 Changes ++++++++++++++++++++++++++++++ -Previously, when using the :ref:`data-sources-mars` source via the standalone MARS client the ``MARS_AUTO_SPLIT_BY_DATES="1"`` environment variable was set to enable splitting of MARS requests by date when needed. However, this approach has been removed and now users must set this environment variable themselves when needed. This change was made to give users more control over the behavior of MARS requests and to avoid potential issues with unintended splitting of requests. (:pr:`974`) +Previously, when using the :ref:`data-sources-mars` source via the standalone MARS client the ``MARS_AUTO_SPLIT_BY_DATES="1"`` environment variable was set to enable splitting of MARS requests by date when needed. However, this approach has been removed and now users must set this environment variable themselves when needed. This change was made to give users more control over the behavior of MARS requests and to avoid potential issues with unintended splitting of requests. (:pr:`994`)