Skip to content

Commit 60cad23

Browse files
author
Samuel Nitsche
committed
New post: cli 3.1.6 released
1 parent 7354bd5 commit 60cad23

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-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-cli v3.1.6 released"
4+
date: 2019-03-25 23:10:00 +0000
5+
categories: cli
6+
---
7+
8+
# Compatibility
9+
10+
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
34+
* Improvement of Error-Handling
35+
* Cleanup of tests

0 commit comments

Comments
 (0)