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
{{ message }}
This repository was archived by the owner on Feb 12, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,27 @@
1
1
# CHANGELOG
2
2
3
+
## v10.0.0
4
+
5
+
### New Features
6
+
7
+
- Added target and innererror fields to ServiceError to comply with OData v4 spec.
8
+
- The Done() method on futures will now return a ServiceError object when available (it used to return a partial value of such errors).
9
+
- Added helper methods for obtaining authorizers.
10
+
- Expose the polling URL for futures.
11
+
12
+
### Bug Fixes
13
+
14
+
- Switched from glide to dep for dependency management.
15
+
- Fixed unmarshaling of ServiceError for JSON bodies that don't conform to the OData spec.
16
+
- Fixed a race condition in token refresh.
17
+
18
+
### Breaking Changes
19
+
20
+
- The ServiceError.Details field type has been changed to match the OData v4 spec.
21
+
- Go v1.7 has been dropped from CI.
22
+
- API parameter validation failures will now return a unique error type validation.Error.
23
+
- The adal.Token type has been decomposed from adal.ServicePrincipalToken (this was necessary in order to fix the token refresh race).
24
+
3
25
## v9.10.0
4
26
- Fix the Service Bus suffix in Azure public env
5
27
- Add Service Bus Endpoint (AAD ResourceURI) for use in [Azure Service Bus RBAC Preview](https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-role-based-access-control)
0 commit comments