|
| 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) |