Skip to content

Commit 7cdd162

Browse files
adding release notes for 3.1.0 (#1442)
1 parent bc2970e commit 7cdd162

File tree

2 files changed

+43
-5
lines changed

2 files changed

+43
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
+++
22
title = "Release Notes"
33
date = 2019-02-22T15:27:38-05:00
4-
weight = 91
4+
weight = 90
55
pre = "<b> </b>"
66
+++
77

88

9-
### Changes in Release 3.0.4
9+
### Changes in Release 3.1.0
1010
- [Major New Features](#major-new-features)
1111
- [Other Changes](#other-changes)
1212
- [Bugs Fixes](#bug-fixes)
@@ -17,10 +17,22 @@ pre = "<b> </b>"
1717
None
1818

1919
#### Other Changes
20-
None
20+
- #1431 - Added new `OPSSInitialization` section to `domainInfo` in order to support ODI and OIG domain creation.
21+
- #1432 - Added database connectivity check to validate RCU database connection details prior to creating a domain
22+
using RCU schemas when not running RCU.
23+
- #1434 - Added JSON output of restart and non-dynamic change information (#1154)
24+
- #1438 - Deprecated the use of all RCU-related arguments that provide database connectivity information with
25+
the Create Domain tool.
2126

2227
#### Bug Fixes
23-
- #1422: Fixed a bug in online discovery of the `Cluster` attribute of `ServerTemplate`.
24-
- #1425: Fixed a bug for online remote discovery causing SSL cipher suites to show up in 14.1.1 even when it was set to the default value.
28+
- #1428 - Added command-line usage for OPSS Wallet related arguments to Create Domain. Enhanced the documentation to
29+
describe how to use the OPSS Wallet to recreate a domain that connects to existing RCU schemas.
30+
- #1429 - Updated Discover Domain `-target` argument usage. Updated the documentation related to `-target` to reflect
31+
recent changes.
32+
- #1436 - Fixed an issue with deleting machines created by a template.
33+
- #1437 - Fixed offline discovery issues when discovering domains that have used slashes in their object names (e.g., SOA Suite)
34+
- #1438 - Fixed issues where Create Domain RCU-related command-line arguments were not override model-supplied values.
35+
- #1439 - Worked around a discovery issue for domains with the `Trust Service Identity Asserter` when the Oracle Home
36+
has not been patched to contain the security provider's schema JAR file.
2537

2638
#### Known Issues
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
+++
2+
title = "Release 3.0.4"
3+
date = 2019-02-22T15:27:38-05:00
4+
weight = 91
5+
pre = "<b> </b>"
6+
+++
7+
8+
9+
### Changes in Release 3.0.4
10+
- [Major New Features](#major-new-features)
11+
- [Other Changes](#other-changes)
12+
- [Bugs Fixes](#bug-fixes)
13+
- [Known Issues](#known-issues)
14+
15+
16+
#### Major New Features
17+
None
18+
19+
#### Other Changes
20+
None
21+
22+
#### Bug Fixes
23+
- #1422: Fixed a bug in online discovery of the `Cluster` attribute of `ServerTemplate`.
24+
- #1425: Fixed a bug for online remote discovery causing SSL cipher suites to show up in 14.1.1 even when it was set to the default value.
25+
26+
#### Known Issues

0 commit comments

Comments
 (0)