You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added support for [session context](https://github.com/utPLSQL/utPLSQL/blob/v3.1.8/docs/userguide/annotations.md#sys_context) to provide test and suite information during test run [#963](https://github.com/utPLSQL/utPLSQL/issues/963)[#781](https://github.com/utPLSQL/utPLSQL/issues/781)
13
+
- Added ability to [invoke expectations without running framework](https://github.com/utPLSQL/utPLSQL/blob/v3.1.8/docs/userguide/expectations.md#running-expectations-outside-utplsql-framework)[#956](https://github.com/utPLSQL/utPLSQL/issues/956)[#963](https://github.com/utPLSQL/utPLSQL/issues/963)
14
+
- Failing expectations are now reported with call stack [#967](https://github.com/utPLSQL/utPLSQL/issues/967)[#963](https://github.com/utPLSQL/utPLSQL/issues/963)
15
+
16
+
## Enhancements
17
+
18
+
- Improved framework table private data protection [#922](https://github.com/utPLSQL/utPLSQL/issues/922)[#954](https://github.com/utPLSQL/utPLSQL/issues/954)
19
+
- Improved install process. It is now unified for installation with both public and private synonyms [#957](https://github.com/utPLSQL/utPLSQL/issues/957)[#954](https://github.com/utPLSQL/utPLSQL/issues/954)
20
+
- Improved reporting of warnings for integration with SQLDeveloper [#964](https://github.com/utPLSQL/utPLSQL/issues/964)
21
+
- Improved query to retrieve coverage sources [#981](https://github.com/utPLSQL/utPLSQL/issues/981)[#970](https://github.com/utPLSQL/utPLSQL/issues/970)
22
+
- Improved security around malicious utPLSQL owner name [#920](https://github.com/utPLSQL/utPLSQL/issues/920)
23
+
24
+
## Bug fixes
25
+
26
+
- Fixed cursor comparison on Oracle 11.2 [#947](https://github.com/utPLSQL/utPLSQL/issues/947)
27
+
- Fixed issue with retrieving suite data [#977](https://github.com/utPLSQL/utPLSQL/issues/977)[#974](https://github.com/utPLSQL/utPLSQL/issues/974)[#978](https://github.com/utPLSQL/utPLSQL/issues/978)
28
+
- Application context is now reset in session after test run [#951](https://github.com/utPLSQL/utPLSQL/issues/951)
0 commit comments