Skip to content

Commit

Permalink
Showing 7 changed files with 18 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/microsoft_kiota_abstractions/CHANGELOG.md
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
5 changes: 4 additions & 1 deletion packages/microsoft_kiota_bundle/CHANGELOG.md
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
2 changes: 2 additions & 0 deletions packages/microsoft_kiota_http/CHANGELOG.md
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.
2 changes: 2 additions & 0 deletions packages/microsoft_kiota_serialization_form/CHANGELOG.md
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.
2 changes: 2 additions & 0 deletions packages/microsoft_kiota_serialization_json/CHANGELOG.md
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 packages/microsoft_kiota_serialization_multipart/CHANGELOG.md
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.
2 changes: 2 additions & 0 deletions packages/microsoft_kiota_serialization_text/CHANGELOG.md
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.

0 comments on commit 120928e

Please sign in to comment.