Skip to content

Commit

Permalink
UPGRADE breakage notes + other doc updates
Browse files Browse the repository at this point in the history
UPGRADING: breakage expected in 3.0.56
sr3_options scheduled_time had some missing title bits.
  • Loading branch information
petersilva committed Sep 25, 2024
1 parent 4b3b0b9 commit 6aa4a15
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 4 deletions.
3 changes: 3 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
metpx-sr3 (3.00.56rc1) UNRELEASED; urgency=medium

* fix #1223 Switch from global QoS to per-consumer.
* AM sender problems identified in satnet testing.
* working on #35 replacing .qname with subscriptions.json state file.
* working on #1183, sr3 manages instances > 100 correctly.
* PR #1228 Unquote secret_access_key in s3CloudSender plugin
* PR #1230 ... reduced spurious "unknown options" messages from config.
Expand Down
15 changes: 15 additions & 0 deletions docs/source/How2Guides/UPGRADING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,21 @@ Installation Instructions
git
---

3.0.56
------

*CHANGE*: code refactor *sarracenia.credentials...* classes are now
*sarracenia.config.credentials* any code using credentials need to be
updated.

*CHANGE*: queue settings stored in subscriptions.json state file,
instead of a .qname file, along with more information. Transition
is perhaps complex. This version will read and write both files,
so as to preserve ability to downgrade. later version will drop
support for qname files.



3.0.54
------

Expand Down
4 changes: 2 additions & 2 deletions docs/source/Reference/sr3_options.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1771,7 +1771,7 @@ appropriately.


scheduled_interval,scheduled_hour,scheduled_minute,scheduled_time
--------------------------------------------------
-----------------------------------------------------------------

When working with scheduled flows, such as polls, one can configure a duration
(no units defaults to seconds, suffixes: m-minute, h-hour) at which to run a
Expand All @@ -1798,7 +1798,7 @@ this will poll the data at 15:30, 16:30 and 18:59 every day. This option allows
your time field then previous options.

sendTo <url>
---------------
------------

Specification of a remote resource to deliver to in a sender.

Expand Down
14 changes: 14 additions & 0 deletions docs/source/fr/CommentFaire/MiseANiveau.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,20 @@ Instructions d’installation
git
---

3.0.56
------

*CHANGEMENT* : refactorisation du code *sarracenia.credentials...* les classes sont désormais
*sarracenia.config.credentials* tout code utilisant des informations d'identification doit être
mis à jour.

*CHANGEMENT* : paramètres de file d'attente stockés dans le fichier d'état subscriptions.json,
au lieu d'un fichier .qname, avec plus d'informations. La transition
est peut-être complexe. Cette version lira et écrira les deux fichiers,
afin de préserver la possibilité de rétrogradation. La version ultérieure abandonnera
la prise en charge des fichiers qname.

3.0.54
------

Expand Down
4 changes: 2 additions & 2 deletions docs/source/fr/Reference/sr3_options.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1770,8 +1770,8 @@ sanity_log_dead <intervalle> (défaut: 1.5*housekeeping)

L’option **sanity_log_dead** définit la durée à prendre en compte avant de redémarrer un composant.

scheduled_interval,scheduled_hour,scheduled_minute
--------------------------------------------------
scheduled_interval,scheduled_hour,scheduled_minute,scheduled_time
-----------------------------------------------------------------

Lorsque vous travaillez avec des flux cédulés, tels que des sondages, vous pouvez configurer une durée
(unité: seconde par défaut, suffixes : m-minute, h-heure) à laquelle exécuter un
Expand Down

0 comments on commit 6aa4a15

Please sign in to comment.