Releases: microsoftgraph/msgraph-sdk-python-core
v0.2.0
Notes
Main features
- Retry handling
- Request metadata through telemetry handler
- Use requests version 2.26.0
Changes
-
e8a95c0 Release v0.2.0
-
522b505 Update sdk version to 0.2.0
-
6af9bbc Update requests version to fix vulnerability with urllib3
-
43e3c53 Switch from test to main pypi
-
7e8be20 Remove no longer needed .pypyrc
-
7bef6bd Update release workflow and release template
-
ebb01c1 Update package publishing workflow
-
f5af5fd Add workflows to automate package publishing
-
774f058 Validate client request id in request context is equal to the custom id provided
-
dbbd838 Add tests on custom client-request-id
-
4288405 Fix typo's in README
-
444a3f6 Update README with information on telemetry data that is captured
-
8b86e24 Update logic for checking graph urls
-
e6ea103 Only add a retry-attempt header on a retry
-
1edfb90 Update docstrings for request context and samples
-
77e5b4c Add comment on supported middleware options
-
892e870 Update CI configuration
0.1.2
This is the initial development release of the Microsoft Graph Python Core SDK developed according to the Microsoft Graph SDK design. The initial feature list includes:
- Support for Azure Identity TokenCredential with Authorization middleware.
- HttpClientFactory
- GraphClient
- Support for custom middleware
- RequestContext
- Support for selecting National Cloud endpoints
0.1.0
This is the initial development release of the Microsoft Graph Python Core SDK developed according to the Microsoft Graph SDK design. The initial feature list includes:
- Support for Azure Identity TokenCredential with Authorization middleware.
- HttpClientFactory
- GraphClient
- Support for custom middleware
- RequestContext
- Support for selecting National Cloud endpoints