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
This version of utPLQL-cli is compatible with all versions of utPLSQL from 3.0.0 to 3.1.6. We encourage you to always use the latest version of cli to communicate with a v3 core.
11
+
12
+
# Changes in this release
13
+
14
+
## New Features
15
+
* CLI now logs some basic information to screen in addition to an eventually configured to-screen-reporter ([#89](https://github.com/utPLSQL/utPLSQL-cli/issues/89), [#76](https://github.com/utPLSQL/utPLSQL-cli/issues/76))
16
+
* This output can be avoided with the new `-q, --quiet` parameter
17
+
* Much more logging can be output with the new `-d, --debug` parameter
18
+
* It's possible to connect as sysdba now via `utplsql run "sys as sysdba"/pw@connectstring` ([#115](https://github.com/utPLSQL/utPLSQL-cli/issues/115))
19
+
* The default timeout of 60 minutes is now configurable via the new `-t, --timeout` parameter ([#124](https://github.com/utPLSQL/utPLSQL-cli/issues/124))
20
+
21
+
## Enhancements
22
+
* Timeout now returns error exit-code ([#129](https://github.com/utPLSQL/utPLSQL-cli/issues/129))
23
+
* In case of Oracle stuck-scenario during createStatement, a warning is written to the screen and the same call for running the tests is retried up to 5 times. ([#20](https://github.com/utPLSQL/utPLSQL-cli/issues/20))
24
+
* It's now possible to pass usernames containing `/` and passwords containing `@` by encapsulating those in the connectstring with `"`: `utplsql run "my/User"/"P@ssword"@server:1521/Service` ([#111](https://github.com/utPLSQL/utPLSQL-cli/issues/111))
25
+
* API-version is now stored in a separate, non-compiled file
26
+
27
+
## Bugfixes
28
+
* Info command should now show the correct version information ([#108](https://github.com/utPLSQL/utPLSQL-cli/issues/108))
29
+
* Non-argument call will output help ([#110](https://github.com/utPLSQL/utPLSQL-cli/issues/110))
30
+
31
+
## Internal enhancements
32
+
* Update of HikariCP
33
+
* Improvement of passing user/pw/connect info to connection pool
0 commit comments