Skip to content

Commit f3d4b32

Browse files
committed
v3.0.4 release announcement
1 parent 8224bb2 commit f3d4b32

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: post
3+
title: "utPLSQL v3.0.4 - released"
4+
date: 2017-11-03 11:35:00 +0000
5+
categories: version3
6+
---
7+
8+
9+
# Changes in this release
10+
11+
## Improvements and fixes
12+
13+
- Removed overloaded procedures `ut_runner.run`
14+
- utPLSQL will not not open new transaction when running tests
15+
- Added buffering of dbms_output before the run
16+
- Removed `ut_expectation` sub-types
17+
- Restructured annotations and added caching to improve framework start-up time
18+
- Savepoint name is now generated from sys_guid to avoid issues on Windows-based Oracle instances
19+
- Fixed XML/HTML special characters in reporters
20+
- Unified handling of failure reporting across reporters
21+
22+
## Documentation fixes
23+
24+
- Fixed link to contributing guide in the doc
25+
- Added example of handling exceptions to documentation
26+
- Added example for custom expectation-fail message in docs

0 commit comments

Comments
 (0)