File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.5.0 (2023-06-21)
2
+
3
+ New features and improvements:
4
+
5
+ * [ GH-2634 ] ( https://github.com/gophercloud/gophercloud/pull/2634 ) baremetal: update inspection inventory with recent additions
6
+ * [ GH-2635 ] ( https://github.com/gophercloud/gophercloud/pull/2635 ) [ manila] : Add Share Replicas support
7
+ * [ GH-2637 ] ( https://github.com/gophercloud/gophercloud/pull/2637 ) [ FWaaS_v2] : Add FWaaS_V2 workflow and enable tests
8
+ * [ GH-2639 ] ( https://github.com/gophercloud/gophercloud/pull/2639 ) Implement errors.Unwrap() on unexpected status code errors
9
+ * [ GH-2648 ] ( https://github.com/gophercloud/gophercloud/pull/2648 ) [ manila] : implement share transfer API
10
+
11
+
1
12
## v1.4.0 (2023-05-25)
2
13
3
14
New features and improvements:
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
15
15
// DefaultUserAgent is the default User-Agent string set in the request header.
16
16
const (
17
- DefaultUserAgent = "gophercloud/v1.4 .0"
17
+ DefaultUserAgent = "gophercloud/v1.5 .0"
18
18
DefaultMaxBackoffRetries = 60
19
19
)
20
20
You can’t perform that action at this time.
0 commit comments