Skip to content

Commit 7354bd5

Browse files
author
Samuel Nitsche
committed
New post: cli 3.1.2 released
1 parent f082543 commit 7354bd5

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
_site
22
.sass-cache
33
.jekyll-metadata
4+
.idea
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
layout: post
3+
title: "utPLSQL-cli v3.1.2 released"
4+
date: 2018-10-24 10:55: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.3. 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+
* New command `utplsql info [user/password@connectstring]` [#77](https://github.com/utPLSQL/utPLSQL-cli/issues/77)
16+
* New command `utplsql reporters user/password@connecstring`
17+
* Cli tries to connect to oracle via thick-driver first and use thin-driver as fallback [#88](https://github.com/utPLSQL/utPLSQL-cli/issues/88) [#90](https://github.com/utPLSQL/utPLSQL-cli/issues/90) [#91](https://github.com/utPLSQL/utPLSQL-cli/issues/91)
18+
19+
## Enhancements
20+
* Limit number of connections to number of reporters+1 [#85](https://github.com/utPLSQL/utPLSQL-cli/issues/85)
21+
* Include JAXB library so utPLSQL-cli can be run on java 9+10 [#82](https://github.com/utPLSQL/utPLSQL-cli/issues/82)
22+
* There is however still a problem when using HTMLCoverageReporter and Java 9/10
23+
* Improved documentation and help-command [#31](https://github.com/utPLSQL/utPLSQL-cli/issues/31)
24+
* An existant NLS_LANG-variable will now lead to corresponding `ALTER SESSION` statements when connecting [#101](https://github.com/utPLSQL/utPLSQL-cli/issues/101)
25+
26+
## Bugfixes
27+
* HTML Coverage assets are placed and referenced correctly when using output file in subdirectory [#94](https://github.com/utPLSQL/utPLSQL-cli/issues/94)
28+
* Java-locale is now correctly derived from LC_ALL or LANG environment variable, not from NLS_LANG [#101](https://github.com/utPLSQL/utPLSQL-cli/issues/101)
29+
30+
## Internal enhancements
31+
* Refactoring of Command architecture
32+
* Refactoring of Connection handling
33+
* Improved Error handling

0 commit comments

Comments
 (0)