Skip to content

Releases: microsoftgraph/msgraph-sdk-python-core

v1.1.1

Choose a tag to compare

@release-please release-please released this 10 Jul 10:44
e1ae3bb

1.1.1 (2024-07-10)

Bug Fixes

  • avoid using default mutable parameters (9fa773a)
  • fixes constants path for release please config (2ff4440)

v1.1.0

Choose a tag to compare

@release-please release-please released this 19 Jun 12:47
d5f40d9

1.1.0 (2024-06-19)

Features

  • adds support for python 3.12 (991a5e0)

Bug Fixes

  • replaces older contributing rst by md version (70f6fb2)

v1.0.1

Choose a tag to compare

@baywet baywet released this 19 Jun 12:36
v1.0.1
eb0fd78

Added
-Page Iterator support
-Large file Uploads

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 22 Jan 16:20
56fa4a5

Added

Changed

  • GA release.

v0.3.0-preview

v0.3.0-preview Pre-release
Pre-release

Choose a tag to compare

@samwelkanda samwelkanda released this 23 Nov 12:43
4f6df14

What's Changed

Full Changelog: v0.2.2...v0.3.0-preview

v0.2.2

v0.2.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Jul 08:04

Notes

  • Update version on PyPI

Changes

v0.2.1

v0.2.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Jul 07:28

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

v0.2.0

v0.2.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Jul 12:31

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

0.1.2 Pre-release
Pre-release

Choose a tag to compare

@samwelkanda samwelkanda released this 10 Jun 18:14
4404367

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:

0.1.0

0.1.0 Pre-release
Pre-release

Choose a tag to compare

@samwelkanda samwelkanda released this 04 Jun 21:29
103e7fe

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: