You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
7
+
## 15.6.0 - 2020-02-18
8
+
### Added
9
+
- Support for the NoSQL Database service
10
+
- Support for filtering database versions by storage management type in the Database service
11
+
- Support for specifying paid listing types within pricing models in the Marketplace service
12
+
- Support for primary and non-primary instance types in the Content and Experience service
13
+
7
14
## 15.5.0 - 2020-02-11
8
15
### Added
9
16
- Support for listing supported database versions for Autonomous Database Serverless, and selecting a version at provisioning time in the Database service
Copy file name to clipboardExpand all lines: database/list_db_versions_request_response.go
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,11 @@ type ListDbVersionsRequest struct {
26
26
// The DB system OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm). If provided, filters the results to the set of database versions which are supported for the DB system.
0 commit comments