File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "packages/abstractions" : " 1.6.2 " ,
3- "packages/authentication/azure" : " 1.6.2 " ,
4- "packages/http/httpx" : " 1.6.2 " ,
5- "packages/serialization/json" : " 1.6.2 " ,
6- "packages/serialization/form" : " 1.6.2 " ,
7- "packages/serialization/text" : " 1.6.2 " ,
8- "packages/serialization/multipart" : " 1.6.2 " ,
9- "packages/bundle" : " 1.6.2 "
2+ "packages/abstractions" : " 1.6.3 " ,
3+ "packages/authentication/azure" : " 1.6.3 " ,
4+ "packages/http/httpx" : " 1.6.3 " ,
5+ "packages/serialization/json" : " 1.6.3 " ,
6+ "packages/serialization/form" : " 1.6.3 " ,
7+ "packages/serialization/text" : " 1.6.3 " ,
8+ "packages/serialization/multipart" : " 1.6.3 " ,
9+ "packages/bundle" : " 1.6.3 "
1010}
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.6.3] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-abstractions-v1.6.2...microsoft-kiota-abstractions-v1.6.3 ) (2024-12-02)
9+
10+
11+ ### Miscellaneous Chores
12+
13+ * ** microsoft-kiota-abstractions:** Synchronize microsoft-kiota versions
14+
815## [ 1.6.2] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-abstractions-v1.6.1...microsoft-kiota-abstractions-v1.6.2 ) (2024-11-11)
916
1017
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " microsoft-kiota-abstractions"
7- version = " 1.6.2 "
7+ version = " 1.6.3 "
88description = " Core abstractions for kiota generated libraries in Python"
99authors = [" Microsoft <graphtooling+python@microsoft.com>" ]
1010license = " MIT"
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.6.3] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-authentication-azure-v1.6.2...microsoft-kiota-authentication-azure-v1.6.3 ) (2024-12-02)
9+
10+
11+ ### Miscellaneous Chores
12+
13+ * ** microsoft-kiota-authentication-azure:** Synchronize microsoft-kiota versions
14+
815## [ 1.6.2] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-authentication-azure-v1.6.1...microsoft-kiota-authentication-azure-v1.6.2 ) (2024-11-11)
916
1017
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " microsoft-kiota-authentication-azure"
7- version = " 1.6.2 "
7+ version = " 1.6.3 "
88description = " Core abstractions for kiota generated libraries in Python"
99authors = [" Microsoft <graphtooling+python@microsoft.com>" ]
1010license = " MIT"
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.6.3] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-bundle-v1.6.2...microsoft-kiota-bundle-v1.6.3 ) (2024-12-02)
4+
5+
6+ ### Miscellaneous Chores
7+
8+ * ** microsoft-kiota-bundle:** Synchronize microsoft-kiota versions
9+
310## [ 1.6.2] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-bundle-v1.6.1...microsoft-kiota-bundle-v1.6.2 ) (2024-11-11)
411
512
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " microsoft-kiota-bundle"
7- version = " 1.6.2 "
7+ version = " 1.6.3 "
88description = " Bundle package for kiota generated libraries in Python"
99authors = [" Microsoft <graphtooling+python@microsoft.com>" ]
1010license = " MIT"
Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.6.3] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.6.2...microsoft-kiota-http-v1.6.3 ) (2024-12-02)
9+
10+
11+ ### Bug Fixes
12+
13+ * Ensure calculated retry delay validated against correct maximum value of 180 secs ([ 886f28e] ( https://github.com/microsoft/kiota-python/commit/886f28e47e38831c3cb55da2e790d73f81d33181 ) )
14+ * Ensures retry count is incremented based on value in retry-attempt header ([ c655fa2] ( https://github.com/microsoft/kiota-python/commit/c655fa253294bf3b8f65be1b991a93ce0890a46a ) )
15+ * Fixes retry handler exponential back-off to consider the delay specified in the retry handler option ([ fd87c67] ( https://github.com/microsoft/kiota-python/commit/fd87c67d599add9e59f48db76a23dd367376b3e1 ) )
16+
817## [ 1.6.2] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.6.1...microsoft-kiota-http-v1.6.2 ) (2024-11-11)
918
1019
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " microsoft-kiota-http"
7- version = " 1.6.2 "
7+ version = " 1.6.3 "
88description = " Core abstractions for kiota generated libraries in Python"
99authors = [" Microsoft <graphtooling+python@microsoft.com>" ]
1010license = " MIT"
Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212### Changed
1313
14+ ## [ 1.6.3] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-form-v1.6.2...microsoft-kiota-serialization-form-v1.6.3 ) (2024-12-02)
15+
16+
17+ ### Miscellaneous Chores
18+
19+ * ** microsoft-kiota-serialization-form:** Synchronize microsoft-kiota versions
20+
1421## [ 1.6.2] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-form-v1.6.1...microsoft-kiota-serialization-form-v1.6.2 ) (2024-11-11)
1522
1623
You can’t perform that action at this time.
0 commit comments