-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'development' into development_py36
- Loading branch information
Showing
41 changed files
with
734 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,29 @@ | ||
metpx-sr3 (3.00.55rc2) stable; urgency=medium | ||
metpx-sr3 (3.00.56rc1) unstable; urgency=medium | ||
|
||
* fix #1219 correct date conversion. | ||
* fix #1214 scheduling refactor addresses a regression found in rc1 | ||
* NEW option *recusion* option ( #1237 ) (actually restored, was removed.) | ||
* fix #1156 - NEW option *logDuplicates* | ||
* NEW EXPERIMENTAL option: *logJson* | ||
* fix #1223 Switch from global QoS to per-consumer. | ||
* AM sender problems identified in satnet testing. | ||
* working on #35 augmenting .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. | ||
* fix #1199 - directory / not interpreted properly. | ||
* fix #1246 delete source when no options given | ||
|
||
-- SSC-5CD2310S60 <[email protected]> Tue, 08 Oct 2024 10:42:37 -0400 | ||
|
||
metpx-sr3 (3.00.55post1) unstable; urgency=medium | ||
|
||
* fix #1242 sftp creates directories when it should not. | ||
|
||
-- SSC-5CD2310S60 <[email protected]> Thu, 12 Sep 2024 15:16:55 -0400 | ||
-- peter <[email protected]> Sat, 28 Sep 2024 00:51:47 -0400 | ||
|
||
metpx-sr3 (3.00.55rc1) unstable; urgency=medium | ||
metpx-sr3 (3.00.55) unstable; urgency=medium | ||
|
||
* fix #1219 correct date conversion. | ||
* fix #1214 scheduling refactor addresses a regression found in rc1 | ||
* fix #953 sr3 status queue size updates again. | ||
* fix #1157 transfer/stat() call improves behaviour with overly dynamic data. | ||
* fix #1209 Added *schedule_time* to scheduled flows (and polls) | ||
|
@@ -25,8 +42,14 @@ metpx-sr3 (3.00.55rc1) unstable; urgency=medium | |
* fix #1217 one minute of wiggle room when scheduled flows come due. | ||
* fix #1218 permissions of directories created by senders. | ||
|
||
-- SSC-5CD2310S60 <[email protected]> Tue, 23 Sep 2024 09:47:36 -0400 | ||
|
||
metpx-sr3 (3.00.54post2) unstable; urgency=medium | ||
|
||
* 3.00.54post1 package generation on launchpad failed, re-uploading as post2 | ||
* fix for crash in fileAgeMin | ||
|
||
-- SSC-5CD2310S60 <[email protected]> Tue, 11 Sep 2024 11:24:36 -0400 | ||
-- SSC-5CD2310S60 <[email protected]> Wed, 21 Aug 2024 11:49:45 -0400 | ||
|
||
metpx-sr3 (3.00.54) unstable; urgency=medium | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "3.00.55rc2" | ||
__version__ = "3.00.56rc1" |
Oops, something went wrong.