Skip to content

Commit

Permalink
Release 3.1.14 announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
jgebal committed Feb 19, 2024
1 parent ad70fc4 commit 6b8919a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/_posts/2024-02-19-version3.1.14-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
layout: post
title: "utPLSQL v3.1.14 released"
date: 2024-02-19 23:50:00 +0002
categories: version3
---

## What's Changed
* 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)
* Allow for test runs over 4 hours by [@jgebal](https://github.com/jgebal) in [#1243](https://github.com/utPLSQL/utPLSQL/pull/1243)
* Framework performance improvements by [@jgebal](https://github.com/jgebal) in [#1249](https://github.com/utPLSQL/utPLSQL/pull/1249)
* Support multiple expectation failures with teamcity reporter by [@jgebal](https://github.com/jgebal) in [#1251](https://github.com/utPLSQL/utPLSQL/pull/1251)
* 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)
* Fix regex to be NLS_SORT independent by [@jgebal](https://github.com/jgebal) in [#1253](https://github.com/utPLSQL/utPLSQL/pull/1253)
* Fix output length error and output buffer. by [@jgebal](https://github.com/jgebal) in [#1255](https://github.com/utPLSQL/utPLSQL/pull/1255)
* (docs): Update running-unit-tests.md - remove example by [@gassenmj](https://github.com/gassenmj) in [#1261](https://github.com/utPLSQL/utPLSQL/pull/1261)
* 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)
* (docs): Fix nested list issue by [@iamrachid](https://github.com/iamrachid) in [#1274](https://github.com/utPLSQL/utPLSQL/pull/1274)
* Update TFS reporter to correct format by [@lwasylow](https://github.com/lwasylow) in [#1270](https://github.com/utPLSQL/utPLSQL/pull/1270)

## New Contributors
* [@gassenmj](https://github.com/gassenmj) made their first contribution in [#1261](https://github.com/utPLSQL/utPLSQL/pull/1261)
* [@iamrachid](https://github.com/iamrachid) made their first contribution in [#1274](https://github.com/utPLSQL/utPLSQL/pull/1274)

**Full Changelog**: [v3.1.13...v3.1.14](https://github.com/utPLSQL/utPLSQL/compare/v3.1.13...v3.1.14)

----------------------------
[Download utPLSQL release `v3.1.14` here](https://github.com/utPLSQL/utPLSQL/releases/tag/v3.1.14)
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ plugins:
nav:
- Announcements:
- index.md
- utPLSQL 3.1.14 released: _posts/2024-02-19-version3.1.14-released.md
- version 3.1.13 released: _posts/2022-12-11-version3.1.13-released.md
- New website (#JoelKallmanDay): _posts/2022-10-11-new-website-design.md
- cli version 3.1.9 released: _posts/2022-06-13-cli-version3.1.9-released.md
Expand Down

0 comments on commit 6b8919a

Please sign in to comment.