Skip to content

Commit ce34e46

Browse files
committed
Release 3.1.9 announcement
1 parent 720e27b commit ce34e46

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
layout: post
3+
title: "utPLSQL v3.1.9 released"
4+
date: 2019-11-10 11:50:00 +0000
5+
categories: version3
6+
---
7+
8+
# Changes in release 3.1.9
9+
10+
## New features
11+
12+
- Added ability to define [nested contexts](https://github.com/utPLSQL/utPLSQL/blob/v3.1.9/docs/userguide/annotations.md#context) within test suite [#938](https://github.com/utPLSQL/utPLSQL/issues/938)
13+
- Added ability to [exclude tests/suites by tags](https://github.com/utPLSQL/utPLSQL/blob/v3.1.9/docs/userguide/annotations.md#excluding-testssuites-by-tags) when invoking a test-run [#1007](https://github.com/utPLSQL/utPLSQL/issues/1007) [#983](https://github.com/utPLSQL/utPLSQL/issues/983)
14+
- Added new annotation [`--%name`](https://github.com/utPLSQL/utPLSQL/blob/v3.1.9/docs/userguide/annotations.md#name) to allow for providing custom name for contexts [#1016](https://github.com/utPLSQL/utPLSQL/issues/1016)
15+
16+
## Important changes
17+
18+
The value of `--%context` annotation is no longer representing context `name`.
19+
This value is now context description (displayname).
20+
With this change, the `--%context` annotation is now aligned with `--%test` and `--%suite` annotation syntax.
21+
22+
New annotation `--%name` was introduced to facilitate naming of contexts.
23+
24+
25+
## Enhancements
26+
27+
- Improved documentation for running tests
28+
- Improved documentation for tags [#1003](https://github.com/utPLSQL/utPLSQL/issues/1003)
29+
- Improved documentation for annotations
30+
31+
## Bug fixes
32+
33+
- Fixed bug with bad stacktrace showing in failing/erroring test [#1000](https://github.com/utPLSQL/utPLSQL/issues/1000)
34+
- Fixed issue with lack of validation for context name [#966](https://github.com/utPLSQL/utPLSQL/issues/966)
35+
- Fixed problem with install script privilege check for installation with DDL trigger [#992](https://github.com/utPLSQL/utPLSQL/issues/992)
36+
- Fixed issue with some common column names causing cursor comparison to fail [#997](https://github.com/utPLSQL/utPLSQL/issues/997)
37+
- Fixed issue with invocation of standalone expectations on cursor [#998](https://github.com/utPLSQL/utPLSQL/issues/998)
38+
39+
## Internal improvements
40+
41+
- Fixed runability of utplsql self-tests [#968](https://github.com/utPLSQL/utPLSQL/issues/968)
42+

0 commit comments

Comments
 (0)