Skip to content

Commit 453b690

Browse files
committed
Announced 3.1.10 release
1 parent 6f8c6e7 commit 453b690

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: post
3+
title: "utPLSQL v3.1.9 released"
4+
date: 2020-02-23 16:40:00 +0000
5+
categories: version3
6+
---
7+
8+
# Changes in release 3.1.10
9+
10+
11+
## Enhancements
12+
13+
- utPLSQL test runner is now validating arguments of `--%throws` annotations at runtime [#721](https://github.com/utPLSQL/utPLSQL/issues/721) [#1033](https://github.com/utPLSQL/utPLSQL/issues/1033)
14+
- Documented limitations of insignificant spaces comparison in compound data [#880](https://github.com/utPLSQL/utPLSQL/issues/880)
15+
- utPLSQL will now detect empty annotation cache for schema even with DLL trigger enabled [#975](https://github.com/utPLSQL/utPLSQL/issues/975)
16+
- Order of procedures and annotation now determines default order of tests in suite [#1036](https://github.com/utPLSQL/utPLSQL/issues/1036)
17+
18+
19+
## Bug fixes
20+
21+
- Nested contexts are now properly identified [#1034](https://github.com/utPLSQL/utPLSQL/issues/1034)
22+
- TeamCity test reporter is now including error message [#1045](https://github.com/utPLSQL/utPLSQL/issues/1045)
23+
24+
## Internal improvements
25+
26+
- All self-tests for utPLSQL framework can now be executed using test-owner schema [#969](https://github.com/utPLSQL/utPLSQL/issues/969)
27+
- Misleading rollback warning is no longer showing when running self-tests for utPLSQL [#982](https://github.com/utPLSQL/utPLSQL/issues/982)
28+
29+
# Downloads
30+
31+
Download `v3.1.10` release version [here](https://github.com/utPLSQL/utPLSQL/releases/tag/v3.1.10)

0 commit comments

Comments
 (0)