Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"packages/abstractions": "1.0.0-preview.103",
"packages/authentication/azure": "1.0.0-preview.103",
"packages/authentication/spfx": "1.0.0-preview.103",
"packages/bundle": "1.0.0-preview.103",
"packages/http/fetch": "1.0.0-preview.103",
"packages/serialization/form": "1.0.0-preview.103",
"packages/serialization/json": "1.0.0-preview.103",
"packages/serialization/multipart": "1.0.0-preview.103",
"packages/serialization/text": "1.0.0-preview.103"
"packages/abstractions": "1.0.0-preview.104",
"packages/authentication/azure": "1.0.0-preview.104",
"packages/authentication/spfx": "1.0.0-preview.104",
"packages/bundle": "1.0.0-preview.104",
"packages/http/fetch": "1.0.0-preview.104",
"packages/serialization/form": "1.0.0-preview.104",
"packages/serialization/json": "1.0.0-preview.104",
"packages/serialization/multipart": "1.0.0-preview.104",
"packages/serialization/text": "1.0.0-preview.104"
}
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/abstractions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.0-preview.104](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-abstractions@1.0.0-preview.103...@microsoft/kiota-abstractions@1.0.0-preview.104) (2026-08-07)


### Miscellaneous Chores

* **@microsoft/kiota-abstractions:** Synchronize microsoft-kiota versions

## [1.0.0-preview.103](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-abstractions@1.0.0-preview.102...@microsoft/kiota-abstractions@1.0.0-preview.103) (2026-06-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/abstractions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-abstractions",
"version": "1.0.0-preview.103",
"version": "1.0.0-preview.104",
"description": "Core abstractions for kiota generated libraries in TypeScript and JavaScript",
"main": "dist/es/src/index.js",
"module": "dist/es/src/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/authentication/azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.0.0-preview.104](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-azure@1.0.0-preview.103...@microsoft/kiota-authentication-azure@1.0.0-preview.104) (2026-08-07)


### Miscellaneous Chores

* **@microsoft/kiota-authentication-azure:** Synchronize microsoft-kiota versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.103 to ^1.0.0-preview.104

## [1.0.0-preview.103](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-azure@1.0.0-preview.102...@microsoft/kiota-authentication-azure@1.0.0-preview.103) (2026-06-17)


Expand Down
4 changes: 2 additions & 2 deletions packages/authentication/azure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-authentication-azure",
"version": "1.0.0-preview.103",
"version": "1.0.0-preview.104",
"description": "Authentication provider for Kiota using Azure Identity",
"main": "dist/es/src/index.js",
"module": "dist/es/src/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
"dependencies": {
"@azure/core-auth": "^1.11.0",
"@microsoft/kiota-abstractions": "^1.0.0-preview.103",
"@microsoft/kiota-abstractions": "^1.0.0-preview.104",
"@opentelemetry/api": "^1.7.0",
"tslib": "^2.6.2"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/authentication/spfx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.0.0-preview.104](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-spfx@1.0.0-preview.103...@microsoft/kiota-authentication-spfx@1.0.0-preview.104) (2026-08-07)


### Miscellaneous Chores

* **@microsoft/kiota-authentication-spfx:** Synchronize microsoft-kiota versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.103 to ^1.0.0-preview.104

## [1.0.0-preview.103](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-spfx@1.0.0-preview.102...@microsoft/kiota-authentication-spfx@1.0.0-preview.103) (2026-06-17)


Expand Down
4 changes: 2 additions & 2 deletions packages/authentication/spfx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-authentication-spfx",
"version": "1.0.0-preview.103",
"version": "1.0.0-preview.104",
"description": "Authentication provider for using Kiota in SPFx solutions",
"main": "dist/es/src/index.js",
"module": "dist/es/src/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
"dependencies": {
"@microsoft/kiota-abstractions": "^1.0.0-preview.103",
"@microsoft/kiota-abstractions": "^1.0.0-preview.104",
"@microsoft/sp-http": "^1.23.2",
"@opentelemetry/api": "^1.7.0",
"tslib": "^2.6.2"
Expand Down
19 changes: 19 additions & 0 deletions packages/bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.0.0-preview.104](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-bundle@1.0.0-preview.103...@microsoft/kiota-bundle@1.0.0-preview.104) (2026-08-07)


### Miscellaneous Chores

* **@microsoft/kiota-bundle:** Synchronize microsoft-kiota versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.103 to ^1.0.0-preview.104
* @microsoft/kiota-http-fetchlibrary bumped from ^1.0.0-preview.103 to ^1.0.0-preview.104
* @microsoft/kiota-serialization-form bumped from ^1.0.0-preview.103 to ^1.0.0-preview.104
* @microsoft/kiota-serialization-json bumped from ^1.0.0-preview.103 to ^1.0.0-preview.104
* @microsoft/kiota-serialization-multipart bumped from ^1.0.0-preview.103 to ^1.0.0-preview.104
* @microsoft/kiota-serialization-text bumped from ^1.0.0-preview.103 to ^1.0.0-preview.104

## [1.0.0-preview.103](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-bundle@1.0.0-preview.102...@microsoft/kiota-bundle@1.0.0-preview.103) (2026-06-17)


Expand Down
14 changes: 7 additions & 7 deletions packages/bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-bundle",
"version": "1.0.0-preview.103",
"version": "1.0.0-preview.104",
"description": "Kiota Bundle package providing default implementations for client setup for kiota generated libraries in TypeScript and JavaScript",
"main": "dist/es/src/index.js",
"module": "dist/es/src/index.js",
Expand Down Expand Up @@ -32,12 +32,12 @@
},
"homepage": "https://github.com/microsoft/kiota#readme",
"dependencies": {
"@microsoft/kiota-abstractions": "^1.0.0-preview.103",
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.103",
"@microsoft/kiota-serialization-form": "^1.0.0-preview.103",
"@microsoft/kiota-serialization-json": "^1.0.0-preview.103",
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.103",
"@microsoft/kiota-serialization-text": "^1.0.0-preview.103"
"@microsoft/kiota-abstractions": "^1.0.0-preview.104",
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.104",
"@microsoft/kiota-serialization-form": "^1.0.0-preview.104",
"@microsoft/kiota-serialization-json": "^1.0.0-preview.104",
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.104",
"@microsoft/kiota-serialization-text": "^1.0.0-preview.104"
},
"publishConfig": {
"access": "public"
Expand Down
20 changes: 20 additions & 0 deletions packages/http/fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.0.0-preview.104](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-http-fetchlibrary@1.0.0-preview.103...@microsoft/kiota-http-fetchlibrary@1.0.0-preview.104) (2026-08-07)


### Features

* **http-fetchlibrary:** export defaultScrubSensitiveHeaders for comp… ([6f067ed](https://github.com/microsoft/kiota-typescript/commit/6f067edb83af7e2a35cd06069591a16a0a12eb9e))
* **http-fetchlibrary:** export defaultScrubSensitiveHeaders for composition ([511cd50](https://github.com/microsoft/kiota-typescript/commit/511cd503092f280f96a2371705574a934916d2a9))


### Bug Fixes

* **http-fetchlibrary:** restore closing brace and de-duplicate proxy-authorization note ([0235d3a](https://github.com/microsoft/kiota-typescript/commit/0235d3aebf0550ec6c3df67644f1c033a7abc171))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.103 to ^1.0.0-preview.104

## [1.0.0-preview.103](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-http-fetchlibrary@1.0.0-preview.102...@microsoft/kiota-http-fetchlibrary@1.0.0-preview.103) (2026-06-17)


Expand Down
4 changes: 2 additions & 2 deletions packages/http/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-http-fetchlibrary",
"version": "1.0.0-preview.103",
"version": "1.0.0-preview.104",
"description": "Kiota request adapter implementation with fetch",
"keywords": [
"Kiota",
Expand Down Expand Up @@ -35,7 +35,7 @@
"prepack": "node -e \"require('fs').copyFileSync(require('path').join(process.env.npm_config_local_prefix,'LICENSE'),'LICENSE')\""
},
"dependencies": {
"@microsoft/kiota-abstractions": "^1.0.0-preview.103",
"@microsoft/kiota-abstractions": "^1.0.0-preview.104",
"@opentelemetry/api": "^1.7.0",
"tslib": "^2.6.2"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/serialization/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.0.0-preview.104](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-form@1.0.0-preview.103...@microsoft/kiota-serialization-form@1.0.0-preview.104) (2026-08-07)


### Miscellaneous Chores

* **@microsoft/kiota-serialization-form:** Synchronize microsoft-kiota versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.103 to ^1.0.0-preview.104

## [1.0.0-preview.103](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-form@1.0.0-preview.102...@microsoft/kiota-serialization-form@1.0.0-preview.103) (2026-06-17)


Expand Down
4 changes: 2 additions & 2 deletions packages/serialization/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-serialization-form",
"version": "1.0.0-preview.103",
"version": "1.0.0-preview.104",
"description": "Implementation of Kiota Serialization interfaces for URI from encoded",
"main": "dist/es/src/index.js",
"browser": {
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
"dependencies": {
"@microsoft/kiota-abstractions": "^1.0.0-preview.103",
"@microsoft/kiota-abstractions": "^1.0.0-preview.104",
"tslib": "^2.6.2"
},
"publishConfig": {
Expand Down
14 changes: 14 additions & 0 deletions packages/serialization/json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.0.0-preview.104](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-json@1.0.0-preview.103...@microsoft/kiota-serialization-json@1.0.0-preview.104) (2026-08-07)


### Miscellaneous Chores

* **@microsoft/kiota-serialization-json:** Synchronize microsoft-kiota versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.103 to ^1.0.0-preview.104

## [1.0.0-preview.103](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-json@1.0.0-preview.102...@microsoft/kiota-serialization-json@1.0.0-preview.103) (2026-06-17)


Expand Down
Loading
Loading