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
+6
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ 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
+
## 5.5.0 - 2019-05-07
8
+
### Added
9
+
- Support for the Tokyo (NRT) region
10
+
11
+
- Support UploadManager for uploading large objects. Sample is available on [Github](https://github.com/oracle/oci-go-sdk/tree/master/example/example_objectstorage_test.go)
12
+
7
13
## 5.4.0 - 2019-04-16
8
14
### Added
9
15
- Support for tagging dynamic groups in the Identity service
Copy file name to clipboardExpand all lines: loadbalancer/extend_http_request_header_value_rule.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ import (
14
14
"github.com/oracle/oci-go-sdk/common"
15
15
)
16
16
17
-
// ExtendHttpRequestHeaderValueRule An object that represents the action of modifying a request header value. This rule applies only to HTTP or HTTP2 listeners.
17
+
// ExtendHttpRequestHeaderValueRule An object that represents the action of modifying a request header value. This rule applies only to HTTP listeners.
18
18
// This rule adds a prefix, a suffix, or both to the header value.
19
19
// **NOTES:**
20
20
// * This rule requires a value for a prefix, suffix, or both.
Copy file name to clipboardExpand all lines: loadbalancer/extend_http_response_header_value_rule.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ import (
14
14
"github.com/oracle/oci-go-sdk/common"
15
15
)
16
16
17
-
// ExtendHttpResponseHeaderValueRule An object that represents the action of modifying a response header value. This rule applies only to HTTP or HTTP2 listeners.
17
+
// ExtendHttpResponseHeaderValueRule An object that represents the action of modifying a response header value. This rule applies only to HTTP listeners.
18
18
// This rule adds a prefix, a suffix, or both to the header value.
19
19
// **NOTES:**
20
20
// * This rule requires a value for a prefix, suffix, or both.
Copy file name to clipboardExpand all lines: loadbalancer/remove_http_request_header_rule.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ import (
14
14
"github.com/oracle/oci-go-sdk/common"
15
15
)
16
16
17
-
// RemoveHttpRequestHeaderRule An object that represents the action of removing a header from a request. This rule applies only to HTTP or HTTP2 listeners.
17
+
// RemoveHttpRequestHeaderRule An object that represents the action of removing a header from a request. This rule applies only to HTTP listeners.
18
18
// If the same header appears more than once in the request, the load balancer removes all occurances of the specified header.
19
19
// **NOTE:** The system does not distinquish between underscore and dash characters in headers. That is, it treats
20
20
// `example_header_name` and `example-header-name` as identical. Oracle recommends that you do not rely on underscore
Copy file name to clipboardExpand all lines: loadbalancer/remove_http_response_header_rule.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ import (
14
14
"github.com/oracle/oci-go-sdk/common"
15
15
)
16
16
17
-
// RemoveHttpResponseHeaderRule An object that represents the action of removing a header from a response. This rule applies only to HTTP or HTTP2 listeners.
17
+
// RemoveHttpResponseHeaderRule An object that represents the action of removing a header from a response. This rule applies only to HTTP listeners.
18
18
// If the same header appears more than once in the response, the load balancer removes all occurances of the specified header.
19
19
// **NOTE:** The system does not distinquish between underscore and dash characters in headers. That is, it treats
20
20
// `example_header_name` and `example-header-name` as identical. Oracle recommends that you do not rely on underscore
0 commit comments