Skip to content

Commit 6b8919a

Browse files
committed
Release 3.1.14 announcement
1 parent ad70fc4 commit 6b8919a

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: post
3+
title: "utPLSQL v3.1.14 released"
4+
date: 2024-02-19 23:50:00 +0002
5+
categories: version3
6+
---
7+
8+
## What's Changed
9+
* Added support for `and` and `or` operators when running tests by tags by [@lwasylow](https://github.com/lwasylow) in [#1250](https://github.com/utPLSQL/utPLSQL/pull/1250)
10+
* Allow for test runs over 4 hours by [@jgebal](https://github.com/jgebal) in [#1243](https://github.com/utPLSQL/utPLSQL/pull/1243)
11+
* Framework performance improvements by [@jgebal](https://github.com/jgebal) in [#1249](https://github.com/utPLSQL/utPLSQL/pull/1249)
12+
* Support multiple expectation failures with teamcity reporter by [@jgebal](https://github.com/jgebal) in [#1251](https://github.com/utPLSQL/utPLSQL/pull/1251)
13+
* Address issue where the not_to(contain) not run correctly by [@lwasylow](https://github.com/lwasylow) in [#1246](https://github.com/utPLSQL/utPLSQL/pull/1246)
14+
* Fix regex to be NLS_SORT independent by [@jgebal](https://github.com/jgebal) in [#1253](https://github.com/utPLSQL/utPLSQL/pull/1253)
15+
* Fix output length error and output buffer. by [@jgebal](https://github.com/jgebal) in [#1255](https://github.com/utPLSQL/utPLSQL/pull/1255)
16+
* (docs): Update running-unit-tests.md - remove example by [@gassenmj](https://github.com/gassenmj) in [#1261](https://github.com/utPLSQL/utPLSQL/pull/1261)
17+
* The line-rate is not recorded for packages and classes in cobertura coverage reporter by [@lwasylow](https://github.com/lwasylow) in [#1269](https://github.com/utPLSQL/utPLSQL/pull/1269)
18+
* (docs): Fix nested list issue by [@iamrachid](https://github.com/iamrachid) in [#1274](https://github.com/utPLSQL/utPLSQL/pull/1274)
19+
* Update TFS reporter to correct format by [@lwasylow](https://github.com/lwasylow) in [#1270](https://github.com/utPLSQL/utPLSQL/pull/1270)
20+
21+
## New Contributors
22+
* [@gassenmj](https://github.com/gassenmj) made their first contribution in [#1261](https://github.com/utPLSQL/utPLSQL/pull/1261)
23+
* [@iamrachid](https://github.com/iamrachid) made their first contribution in [#1274](https://github.com/utPLSQL/utPLSQL/pull/1274)
24+
25+
**Full Changelog**: [v3.1.13...v3.1.14](https://github.com/utPLSQL/utPLSQL/compare/v3.1.13...v3.1.14)
26+
27+
----------------------------
28+
[Download utPLSQL release `v3.1.14` here](https://github.com/utPLSQL/utPLSQL/releases/tag/v3.1.14)

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ plugins:
7878
nav:
7979
- Announcements:
8080
- index.md
81+
- utPLSQL 3.1.14 released: _posts/2024-02-19-version3.1.14-released.md
8182
- version 3.1.13 released: _posts/2022-12-11-version3.1.13-released.md
8283
- New website (#JoelKallmanDay): _posts/2022-10-11-new-website-design.md
8384
- cli version 3.1.9 released: _posts/2022-06-13-cli-version3.1.9-released.md

0 commit comments

Comments
 (0)