Skip to content

Releases: intersystems/TestCoverage

v4.1.2

02 Dec 14:58

Choose a tag to compare

Automated release created by action-gh-release.

v4.1.1

24 Nov 19:40
8e24c21

Choose a tag to compare

Automated release created by action-gh-release.

v4.1.0

13 Nov 18:36

Choose a tag to compare

Automated release created by action-gh-release.

v4.0.7

23 Sep 19:20
eb805db

Choose a tag to compare

Automated release created by action-gh-release.

v4.0.6

13 Aug 17:26
114426e

Choose a tag to compare

Automated release created by action-gh-release.

v4.0.5

04 Nov 16:55
adbe6ae

Choose a tag to compare

[4.0.5] - 2024-11-04

Fixed

  • #57: Improve SQL performance when mapping run coverage

v4.0.4

22 Oct 12:31
181e2bb

Choose a tag to compare

Fixed

#54: Defend against possible configuration-dependent SQL exceptions in mapping INT to MAC/CLS coverage

v4.0.3

19 Aug 13:52
f58ef2e

Choose a tag to compare

Automated release created by action-gh-release.

v4.0.2

16 Aug 19:12
5e85d48

Choose a tag to compare

[4.0.2] - 2024-08-16

Fixed

  • #51: Don't start (and stop) the ObjectScript and Python monitors if there are no ObjectScript/Python routines being tracked respectively, fixes error from trying to start/stop the %Monitor.System.LineByLine with no routines

v4.0.1

16 Aug 17:37
a8fa2af

Choose a tag to compare

[4.0.1] - 2024-08-16

Fixed

  • #45: Fixed Python line 0 tracking for 2024.2
  • #46: Fix for bug caused by UpdateComplexity calling GetCurrentByName unnecessarily and causing dependency issues
  • #47: Fixed mapping issue caused by empty lines at top of Python method not showing up in compiled Python
  • #48: When the Line-By-Line Monitor resumes after pausing, resume the Python tracer too
  • #49: Added user parameter for preloading python modules (fixes problem of pandas breaking sys.settrace on first import)