Skip to content

release notes for WDT 3.0.4 #1426

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions documentation/3.0/content/release-notes/_index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
+++
title = "Release Notes"
date = 2019-02-22T15:27:38-05:00
weight = 92
weight = 91
pre = "<b> </b>"
+++


### Changes in Release 3.0.3
### Changes in Release 3.0.4
- [Major New Features](#major-new-features)
- [Other Changes](#other-changes)
- [Bugs Fixes](#bug-fixes)
Expand All @@ -20,11 +20,7 @@ None
None

#### Bug Fixes
- #1412: Fixed a bug in the Prepare Model integration with WKTUI.
- #1413: Fixed a number of internationalization message-related issues.
- #1414: Fixed a bug with wallet collection during discovery of a Proxy data source.
- #1416: Fixed a bug in the handling of mail session properties with credentials that was causing a Jython AttributeError (Issue #1415).
- #1419: Fixed open issue from previous releases regarding wlst attribute not defined errors in online remote discovery.
- #1420: Fixed a bug where a trailing slash on an application `SourcePath` would cause a empty ZIP file error.
- #1422: Fixed a bug in online discovery of the `Cluster` attribute of `ServerTemplate`.
- #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.

#### Known Issues
30 changes: 30 additions & 0 deletions documentation/3.0/content/release-notes/release-3.0.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
+++
title = "Release Notes 3.0.3"
date = 2019-02-22T15:27:38-05:00
weight = 92
pre = "<b> </b>"
+++


### Changes in Release 3.0.3
- [Major New Features](#major-new-features)
- [Other Changes](#other-changes)
- [Bugs Fixes](#bug-fixes)
- [Known Issues](#known-issues)


#### Major New Features
None

#### Other Changes
None

#### Bug Fixes
- #1412: Fixed a bug in the Prepare Model integration with WKTUI.
- #1413: Fixed a number of internationalization message-related issues.
- #1414: Fixed a bug with wallet collection during discovery of a Proxy data source.
- #1416: Fixed a bug in the handling of mail session properties with credentials that was causing a Jython AttributeError (Issue #1415).
- #1419: Fixed open issue from previous releases regarding wlst attribute not defined errors in online remote discovery.
- #1420: Fixed a bug where a trailing slash on an application `SourcePath` would cause a empty ZIP file error.

#### Known Issues