Releases: lsst-dm/next_visit_fan_out
2.5.0
This release adds support for retries of runs that Prompt Processing marked as retriable (as of Prompt Processing 4.8, this means runs interrupted by a pod restart before anything was written to the APDB).
What's Changed
- DM-47057: Fix deprecation warning in next_visit_fan_out by @kfindeisen in #18
- DM-47656: Re-enable retries in Prompt Processing fan-out service by @kfindeisen in #19
Full Changelog: 2.4.0...2.5.0
2.4.0
This release adds many configuration options to fan-out in preparation for ComCam observing and future development. It also fixes an issue that prevented fan-out from sending more than 100 messages at a time.
What's Changed
- DM-45258: Clarify text in next_visit_fan_out logs by @kfindeisen in #16
- DM-46588: Configure connection limits and instrument configs for fan-out by @kfindeisen in #17
Full Changelog: 2.3.0...2.4.0
2.3.0
This releases changes to determine the instrument by the instrument
field, not salIndex
, in the nextVisit
messages This release is made to support OR4.
What's Changed
- DM-44717: Support LSSTCam, ComCam, and ComCamSim with queue 1 in fan-out service by @hsinfang in #15
Full Changelog: v2.2...2.3.0
v2.2
This releases adds support to ignore old messages via a configuration.
What's Changed
- DM-43180: Filter out old messages in fan-out service by @kfindeisen in #13
Full Changelog: v2.1.1...v2.2
v2.1.1
v2.1
v2.0
v1.0.4
This release reverts the changes in 1.0.3, which accidentally added a feature before it was supported by the Summit.
What's Changed
- Revert #8, DM-42469: Add startTime to the nextVisit schema, by @kfindeisen in #9
Bug Fixes
- DM-42677: Don't forward visits with instrument="" by @kfindeisen in #9
Full Changelog: v1.0.3...v1.0.4