Releases: microsoftgraph/msgraph-sdk-python-core
Releases · microsoftgraph/msgraph-sdk-python-core
v1.1.4
v1.1.3
v1.1.2
1.1.2 (2024-07-12)
Bug Fixes
v1.1.1
v1.1.0
v1.0.1
v1.0.0
Added
Changed
- GA release.
v0.3.0-preview
What's Changed
- Allow post requests without content-type header by @samwelkanda in #109
- Task/kiota core migration by @samwelkanda in #142
- Task/kiota core dependency by @samwelkanda in #141
- Task/refactor packaging by @samwelkanda in #144
- Bugfix/set context and feature usage by @samwelkanda in #145
Full Changelog: v0.2.2...v0.3.0-preview
v0.2.2
v0.2.1
Notes
Bugfix
Refactors the GraphClient implementation to allow passing middleware options as well as optional kwargs such as stream=True
Changes
-
c88b1a1 Release v0.2.1
-
2ae58f6 Remove unnecessary placeholder variables
-
80efb76 Install dev dependencies for CI tests
-
0e106d0 Configure CI to use environment variables
-
5d9704d Refactor graph client to avoid preparing request
-
2045d3b Support auth argument for use in non-graph requests
-
d125c27 Fix bug on prepared request in graph client