Skip to content

Commit 4a0303d

Browse files
Merge pull request #2971 from shiftstack/remove_context
[v1] Remove context
2 parents 5b44c45 + f7678f8 commit 4a0303d

19 files changed

Lines changed: 172 additions & 2167 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## v1.10.0 (2024-02-27)
1+
## v1.11.0 (2024-03-07)
2+
3+
This version reverts the inclusion of Context in the v1 branch. This inclusion
4+
didn't add much value because no packages were using it; on the other hand, it
5+
introduced a bug when using the Context property of the Provider client.
6+
7+
## v1.10.0 (2024-02-27) **RETRACTED**: see https://github.com/gophercloud/gophercloud/issues/2969
28

39
* [GH-2893](https://github.com/gophercloud/gophercloud/pull/2893) [v1] authentication: Add WithContext functions
410
* [GH-2894](https://github.com/gophercloud/gophercloud/pull/2894) [v1] pager: Add WithContext functions
@@ -8,7 +14,7 @@
814
* [GH-2933](https://github.com/gophercloud/gophercloud/pull/2933) [v1] Fix AllowReauth reauthentication
915
* [GH-2950](https://github.com/gophercloud/gophercloud/pull/2950) [v1] compute: Use volumeID, not attachmentID for volume attachments
1016

11-
## v1.9.0 (2024-02-02)
17+
## v1.9.0 (2024-02-02) **RETRACTED**: see https://github.com/gophercloud/gophercloud/issues/2969
1218

1319
New features and improvements:
1420

0 commit comments

Comments
 (0)