Skip to content

Commit ed2f91e

Browse files
committed
Added release 3.1.13 announcement
1 parent 316d5c9 commit ed2f91e

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
layout: post
3+
title: "utPLSQL v3.1.12 released"
4+
date: 2022-12-11 22:40:00 +0002
5+
categories: version3
6+
---
7+
8+
# Changes in release 3.1.13
9+
10+
11+
## New features
12+
13+
- Add ability to run tests by part of a name. Fixed in [#1203](https://github.com/utPLSQL/utPLSQL/pull/1203), resolves [#470](https://github.com/utPLSQL/utPLSQL/issues/470)
14+
15+
## Enhancements
16+
17+
- Added documentation section on creating a custom reporter. Fixed in [#1225](https://github.com/utPLSQL/utPLSQL/pull/1225), resolves [#710](https://github.com/utPLSQL/utPLSQL/issues/701)
18+
19+
## Bug fixes
20+
21+
- Comparing collection that have long type names. Fixed in [#1238](https://github.com/utPLSQL/utPLSQL/issues/1238), resolves [#1235](https://github.com/utPLSQL/utPLSQL/issues/1235).
22+
- Code coverage reporting on code with long lines. Fixed in [#1240](https://github.com/utPLSQL/utPLSQL/issues/1240), resolves [#1232](https://github.com/utPLSQL/utPLSQL/issues/1232), [#1087](https://github.com/utPLSQL/utPLSQL/issues/1087).
23+
- Code coverage reporting does not exclude tests. Fixed in [#1226](https://github.com/utPLSQL/utPLSQL/issues/1226), resolves [#1222](https://github.com/utPLSQL/utPLSQL/issues/1222).
24+
- Uninstall script buffer overflow. Fixed in [#1221](https://github.com/utPLSQL/utPLSQL/issues/1221), resolves [#1220](https://github.com/utPLSQL/utPLSQL/issues/1220).
25+
26+
27+
## Internal improvements
28+
29+
- Improved process of generating utPLSQL documentation. Implemented in [689bbd0](https://github.com/utPLSQL/utPLSQL/commit/689bbd0e365ed919315c29727bc10fbfc0dadce8), resolves [#1237](https://github.com/utPLSQL/utPLSQL/issues/1237).
30+
- Removed username env variables for internal development. Implemented in [#1201](https://github.com/utPLSQL/utPLSQL/issues/1221), resolves [#1200](https://github.com/utPLSQL/utPLSQL/issues/1200).
31+
- Test execution data of utPLSQL project not showing on SonarCloud. Implemented in [#1199](https://github.com/utPLSQL/utPLSQL/issues/1199), resolves [#1198](https://github.com/utPLSQL/utPLSQL/issues/1198).
32+
33+
# Downloads
34+
35+
Download `v3.1.13` release version [here](https://github.com/utPLSQL/utPLSQL/releases/tag/v3.1.13)

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+
- version 3.1.13 released: _posts/2022-12-11-version3.1.13-released.md
8182
- New website (#JoelKallmanDay): _posts/2022-10-11-new-website-design.md
8283
- cli version 3.1.9 released: _posts/2022-06-13-cli-version3.1.9-released.md
8384
- maven plugin version3.1.10 released: _posts/2022-06-10-maven-plugin-version3.1.10-released.md

0 commit comments

Comments
 (0)