Skip to content

Releases: woodlee/sqlserver-plan-regression-monitor

0.5.4

12 Nov 17:47
bcdd25b

Choose a tag to compare

Removes set_options from stats-gathering query to improve its performance

0.5.3

31 Jul 16:20

Choose a tag to compare

Adds tini as an init container for the Docker image build, to prevent zombie processes from blocking clean container shutdown.

0.5.2

07 Nov 23:01

Choose a tag to compare

Introduces a configuration option to allow manual IANA-compliant specification of the DB timezone, so that query-stats-related timestamps in messages change properly across Daylight Savings Time change boundaries.

0.5.1

16 Sep 14:52

Choose a tag to compare

  • Increase collector queue size
  • Pin version of markupsafe due to API break

0.5.0

01 Feb 20:22
2699ba2

Choose a tag to compare

Debuggability and major memory usage improvements.
Improved performance.
Upgrades to required libraries.

0.4.1

16 Aug 17:31

Choose a tag to compare

Log diagnostic info if producing to Kafka fails

0.4

13 Aug 20:27

Choose a tag to compare

0.4

Adds the ability to send notifications via generic HTTP POSTs

0.3.1

08 Jun 20:23

Choose a tag to compare

Adds the ability to specify message.max.bytes for Kafka producers

0.3

09 Feb 15:42
1ebbafd

Choose a tag to compare

0.3

Picks up functionality added by @angloyna in #5 , which prevents stats from prior versions of bad plans from being included in comparisons to new plans under evaluation.