Skip to content

Commit 7b16b67

Browse files
committed
Removed v2 docs - it is now hosted in gh-pages branch with all other versions.
Added post about cli released.
1 parent bc8f6d9 commit 7b16b67

31 files changed

+41
-9388
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
layout: post
3+
title: "utPLSQL-cli v3.1.0 released"
4+
date: 2018-03-29 21:04:00 +0000
5+
categories: version3
6+
---
7+
8+
9+
utPLSQL-cli v3.1.0 released
10+
------------------------------------
11+
12+
[Release download page](https://github.com/utPLSQL/utPLSQL-cli/releases/tag/v3.1.0)
13+
[Readme](https://github.com/utPLSQL/utPLSQL-cli/blob/v3.1.0/README.md)
14+
15+
### Requirements
16+
17+
- [Java8](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html)
18+
- Oracle JDBC driver file (ojdbc8.jar) is required
19+
- Oracle i18n driver file (orai18n.jar) is required for national character-set support
20+
21+
Both driver files need to be [downloaded](http://www.oracle.com/technetwork/database/features/jdbc/jdbc-ucp-122-3110062.html) and placed in `utPLSQL-cli/lib` folder
22+
23+
24+
### Compatibility
25+
26+
This version of java-api is compatible with all versions of utPLSQL from 3.0.0 to 3.1.0.
27+
We encourage you to always use the latest version of cli to communicate with a v3 core.
28+
29+
### Changes in this release
30+
31+
*Enhancements*
32+
- Support for custom reporters. Just call utplsql run user/pass@connstr -f=my_custom_reporter and cli will try to use a database-reporter with the given name
33+
- Assets necessary for CoverageHTMLReporter are written to $outputFileName-assets folder (utPLSQL/utPLSQL-java-api#39)
34+
- Realtime-Feedback: Output to screen is immediate, output to files is in bulks (#68)
35+
- NLS-Support from environment (#56)
36+
37+
*Bugfixes*
38+
- The correct usage is now stated in help message (#63)
39+
- Several small improvements
40+
41+
For more info on improvements and fixes, check out the [blog post from Samuel Nitsche](https://cleandatabase.wordpress.com/2018/03/29/open-source-engagement-for-utplsql/)

docs/admin.html

Lines changed: 0 additions & 254 deletions
This file was deleted.

docs/buildpack.html

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)