File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ layout : post
3+ title : " utPLSQL v3.2.01 released"
4+ date : 2026-04-22 18:20:00 +0002
5+ categories : version3
6+ ---
7+
8+ ## Important
9+ - Dropped support for Oracle Database versions older than 19c
10+
11+ ## New features
12+ - Add TAP reporter by @WayneNani in [ #1305 ] ( https://github.com/utPLSQL/utPLSQL/pull/1305 )
13+
14+ ## Enhancements and bug fixes
15+ - Added duplicate detection on cursor comparison using ` join_by ` by @lwasylow in [ #1295 ] ( https://github.com/utPLSQL/utPLSQL/pull/1295 )
16+ - Fix code causing the object duration Oracle exception on oracle 23.26 by @lwasylow in [ #1310 ] ( https://github.com/utPLSQL/utPLSQL/pull/1310 )
17+ - Packages with annotation-like comments are not test suites by @jgebal in [ #1313 ] ( https://github.com/utPLSQL/utPLSQL/pull/1313 )
18+ - Performance improvements to annotation parsing by @lwasylow in [ #1312 ] ( https://github.com/utPLSQL/utPLSQL/pull/1319 )
19+ - Updated documentation and copyright banners across source files @jgebal in [ #1319 ] ( https://github.com/utPLSQL/utPLSQL/pull/1319 )
20+
21+ ----------------------------
22+ [ Download utPLSQL release v3.2.01 here] ( https://github.com/utPLSQL/utPLSQL/releases/tag/v3.2.01 )
Original file line number Diff line number Diff line change 88
99^2022-12-11^
1010
11+ [ version 3.2.01 released] ( _posts/2026-04-22-version3.2.01-released.md )
12+
13+ ----------------------------------------------------------------------
14+
15+ ^2024-02-19^
16+
17+ [ version 3.1.14 released] ( _posts/2024-02-19-version3.1.14-released.md )
18+
19+ ----------------------------------------------------------------------
20+
21+ ^2022-12-11^
22+
1123[ version 3.1.13 released] ( _posts/2022-12-11-version3.1.13-released.md )
1224
1325----------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ plugins:
7878nav :
7979 - Announcements :
8080 - index.md
81+ - utPLSQL 3.2.01 released : _posts/2026-04-22-version3.2.01-released.md
8182 - utPLSQL 3.1.14 released : _posts/2024-02-19-version3.1.14-released.md
8283 - version 3.1.13 released : _posts/2022-12-11-version3.1.13-released.md
8384 - New website (#JoelKallmanDay): _posts/2022-10-11-new-website-design.md
You can’t perform that action at this time.
0 commit comments