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
+
8
+
## 1.3.0 - 2018-04-19
9
+
### Added
10
+
- Support for retry on OCI service APIs. Example can be found on [Github](https://github.com/oracle/oci-go-sdk/tree/master/example/example_retry_test.go)
11
+
- Support for tagging DbSystem and Database resources in the Database Service
12
+
- Support for filtering by DbSystemId in ListDbVersions operation in Database Service
13
+
14
+
### Fixed
15
+
- Fixed a request signing bug for PatchZoneRecords API
16
+
- Fixed a bug in DebugLn
17
+
7
18
## 1.2.0 - 2018-04-05
8
19
### Added
9
20
- Support for Email Delivery Service. Example can be found on [Github](https://github.com/oracle/oci-go-sdk/tree/master/example/example_email_test.go)
0 commit comments