Skip to content

Releases: lsst-dm/next_visit_fan_out

2.5.0

20 Nov 00:49
Compare
Choose a tag to compare

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

22 Oct 20:48
Compare
Choose a tag to compare

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

25 Jun 20:40
52d98c9
Compare
Choose a tag to compare

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

18 Jun 22:49
Compare
Choose a tag to compare

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

28 May 21:14
593f8df
Compare
Choose a tag to compare

This releases adds extra nextVisit information to some log messages.

What's Changed

  • DM-43646: Add nextVisit info to fan-out status logs by @hsinfang in #12

Full Changelog: v2.1...v2.1.1

v2.1

29 Feb 21:49
5039b5a
Compare
Choose a tag to compare

This release adds support for the new camera LSSTComCamSim.

What's Changed

  • DM-43090: next-visit-fan-out for LSSTComCamSim for dev by @hsinfang in #11

Full Changelog: v2.0...v2.1

v2.0

22 Feb 22:44
1ebd367
Compare
Choose a tag to compare

This release adds the startTime field (DM-42618) now that it's supported by the Summit.

What's Changed

  • DM-42618: Add startTime to the nextVisit schema in prompt processing by @hsinfang in #10

Full Changelog: v1.0.4...v2.0

v1.0.4

26 Jan 21:11
Compare
Choose a tag to compare

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

v1.0.3

22 Jan 23:24
2b5d982
Compare
Choose a tag to compare

This version expects the nextVisit schema to include the new startTime field (DM-42618)

v1.0.2

22 Jan 18:15
8fc1eab
Compare
Choose a tag to compare

This release has DM-42469 and no longer adds the instrument field following the schema change of the summit nextVisit messages.