-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from microsoft/docs/version-bump
docs: version bumps in the changelogs
- v0.0.1
- microsoft_kiota_serialization_text-v0.0.2
- microsoft_kiota_serialization_text-v0.0.1
- microsoft_kiota_serialization_multipart-v0.0.2
- microsoft_kiota_serialization_multipart-v0.0.1
- microsoft_kiota_serialization_json-v0.0.2
- microsoft_kiota_serialization_json-v0.0.1
- microsoft_kiota_serialization_form-v0.0.2
- microsoft_kiota_serialization_form-v0.0.1
- microsoft_kiota_http-v0.0.2
- microsoft_kiota_http-v0.0.1
- microsoft_kiota_bundle-v0.0.2
- microsoft_kiota_bundle-v0.0.1
- microsoft_kiota_abstractions-v0.0.2
- microsoft_kiota_abstractions-v0.0.1
Showing
7 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
## Unreleased | ||
|
||
* Provides interfaces and base classes for a basic Kiota client | ||
## [0.0.1] - 2025-01-06 | ||
|
||
- Initial version. | ||
- Provides interfaces and base classes for a basic Kiota client |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
## Unreleased | ||
|
||
* Provides a `DefaultRequestAdapter` that adds default serializers and deserializers | ||
## [0.0.1] - 2025-01-06 | ||
|
||
- Initial version. | ||
- Provides a `DefaultRequestAdapter` that adds default serializers and deserializers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# Unreleased | ||
|
||
## [0.0.1] - 2025-01-06 | ||
|
||
- Initial version. | ||
- Provides an implementation of a `RequestAdapter` that uses `http` to send HTTP requests. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# Unreleased | ||
|
||
## [0.0.1] - 2025-01-06 | ||
|
||
- Initial version. | ||
- Provides parsing and serialization support for the `application/x-www-form-urlencoded` content type. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# Unreleased | ||
|
||
## [0.0.1] - 2025-01-06 | ||
|
||
- Initial version. | ||
- Provides parsing and serialization support for the `application/json` content type. |
2 changes: 2 additions & 0 deletions
2
packages/microsoft_kiota_serialization_multipart/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# Unreleased | ||
|
||
## [0.0.1] - 2025-01-06 | ||
|
||
- Initial version. | ||
- Provides parsing and serialization support for the `multipart/form-data` content type. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# Unreleased | ||
|
||
## [0.0.1] - 2025-01-06 | ||
|
||
- Initial version. | ||
- Provides parsing and serialization support for the `text/plain` content type. |