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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,24 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
13
13
### Added
14
14
- N/A
15
15
16
+
## 1.3.0 - 2018-11-01
17
+
### Added
18
+
- Support for modifying the route table, DHCP options, and security lists associated with a subnet in the Networking service.
19
+
- Support for tagging of File Systems, Mount Targets, and Snapshots in the File Storage service.
20
+
- Support for nested compartments in the Identity service
21
+
- The region can be passed in via `SimpleAuthenticationDetailsProvider` and from config file using `ConfigFileAuthenticationDetailsProvider`
22
+
23
+
### Changed
24
+
- Passphrases are now passed as `char[]` instead of as `String`
25
+
- Optional headers that, when present, have to be signed are now included in the signature
26
+
- Attempts to parse the body only for responses that have Content-Type set to application/json; otherwise, it bails out and raises a generic `BmcException`
27
+
28
+
### Deprecated
29
+
- Methods accepting passphrases as `String` are deprecated; use `char[]` instead
30
+
31
+
### Notes
32
+
- The version is bumped to 1.3.0 due to breaking changes in previous release.
33
+
16
34
## 1.2.49 - 2018-10-18
17
35
### Added
18
36
- Support for cost tracking tags in the Identity service
0 commit comments