We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8207762 commit 4a4ab93Copy full SHA for 4a4ab93
CHANGELOG.md
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [1.0.1] - 2024-04-22
9
+
10
+### Added
11
12
+### Changed
13
+ -Enabled Large File Upload and Page iterator support
14
15
16
## [1.0.0] - 2023-10-31
17
18
### Added
src/msgraph_core/_constants.py
@@ -8,5 +8,5 @@
"""
DEFAULT_REQUEST_TIMEOUT = 100
DEFAULT_CONNECTION_TIMEOUT = 30
-SDK_VERSION = '1.0.0'
+SDK_VERSION = '1.0.1'
MS_DEFAULT_SCOPE = 'https://graph.microsoft.com/.default'
0 commit comments