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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,17 @@ 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
+
## 1.1.1 - 2020-06-16
8
+
9
+
### Added
10
+
11
+
- Support for creating a new database from an existing database based on a given timestamp in the Database service
12
+
- Support for enabling archive log backups of databases in the Database service
13
+
- Support for returning the database version on autonomous container databases in the Database service
14
+
- Support for the new DNS format of the Data Transfer service
15
+
- Support for scheduled autoscaling, which allows for scaling actions triggered at particular times based on CRON expressions, in the Compute Autoscaling service
16
+
- Support for filtering of list APIs for groups, identity providers, identity provider groups, compartments, dynamic groups, network sources, policies, and users by name or lifecycle state in the Identity Service
This is Oracle Cloud Infrastructure SDK for TypeScript. (Note that the SDK works with both JavaScript and TypeScript projects.) This project is open source and maintained by Oracle Corp.
6
-
The home page for the project is [Oracle Cloud Infrastructure SDK for TypeScript](https://github.com/oracle/oci-typescript-sdk/).
5
+
This is Oracle Cloud Infrastructure SDK for TypeScript and JavaScript. (Note that the SDK works with both JavaScript and TypeScript projects.) This project is open source and maintained by Oracle Corp.
6
+
The home page for the project is [Oracle Cloud Infrastructure SDK for TypeScript and JavaScript](https://github.com/oracle/oci-typescript-sdk/).
7
7
8
8
## Installing
9
9
@@ -15,9 +15,9 @@ npm install oci-sdk
15
15
16
16
Alternatively you can git clone this repo.
17
17
18
-
## Working with the SDK for TypeScript
18
+
## Working with the SDK for TypeScript and JavaScript
19
19
20
-
To start working with the SDK for TypeScript, you import the service package, create a client, and then use that client to make calls. [Refer to examples section](https://github.com/oracle/oci-typescript-sdk/tree/master/examples) for examples on how to make requests.
20
+
To start working with the SDK for TypeScript and JavaScript, you import the service package, create a client, and then use that client to make calls. [Refer to examples section](https://github.com/oracle/oci-typescript-sdk/tree/master/examples) for examples on how to make requests.
21
21
22
22
### Configuring
23
23
@@ -28,7 +28,7 @@ Before using the SDK, set up a config file with the required credentials. See [S
28
28
The `oci-typescript-sdk` contains the following:
29
29
30
30
-**Service packages**: All packages except `common` and any other package found inside `lib`. These packages represent
31
-
the Oracle Cloud Infrastructure services supported by the SDK for TypeScript. Each package represents a service.
31
+
the Oracle Cloud Infrastructure services supported by the SDK for TypeScript and JavaScript. Each package represents a service.
32
32
These packages include methods to interact with the service, structs that model
33
33
input and output parameters, and a client struct that acts as receiver for the above methods.
34
34
@@ -42,15 +42,15 @@ Examples can be found [in the examples section](https://github.com/oracle/oci-ty
42
42
43
43
## Documentation
44
44
45
-
Full documentation can be found [on the sdk for typescript documentation site](https://docs.cloud.oracle.com/en-us/iaas/Content/API/SDKDocs/typescriptsdk.htm).
45
+
Full documentation can be found [on the sdk for typescript and javascript documentation site](https://docs.cloud.oracle.com/en-us/iaas/Content/API/SDKDocs/typescriptsdk.htm).
46
46
47
47
## Versions Supported
48
48
49
-
The SDK for TypeScript currently supports NodeJS version 10.15.3 and TypeScript version 3.6.4.
49
+
The SDK for TypeScript and JavaScript currently supports NodeJS version 10.15.3 and TypeScript version 3.6.4.
50
50
51
51
## Node & Browser Support
52
52
53
-
The SDK for TypeScript currently supports NodeJS but does not have browser support.
53
+
The SDK for TypeScript and JavaScript currently supports NodeJS but does not have browser support.
0 commit comments