Skip to content

Tags: microsoft/kiota

Tags

v1.34.1

Toggle v1.34.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(release:main): bumps version for release of 1.34.1 (#7922)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

v1.34.0

Toggle v1.34.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(release:main): bumps version for release of 1.34.0 (#7921)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

v1.33.0

Toggle v1.33.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
 - bumps version for release of 1.33.0 (#7902)

v1.32.5

Toggle v1.32.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: make release publish jobs idempotent on re-run (#7895)

Re-triggering the release pipeline for a tag that was already (partially)
published previously failed hard: GitHubRelease@1 returns 422 on an existing
tag, NuGet push returns 409 on a duplicate version, npm/ESRP re-publish and
vsce publish fail on an existing version. This blocked recovering from a
partial release (e.g. when only the npm ESRP step failed) without manual
surgery.

Each publish job now checks whether its artifact version is already published
and skips the publish step if so, otherwise publishes as before:

- github_release: anonymous GitHub API lookup of the release by tag sets
  releaseExists; both GitHubRelease@1 tasks are gated to skip when it exists.
- deploy_kiota / deploy_builder: query the nuget.org flat container for the
  version parsed from the .nupkg filename; 1ES.PublishNuget@1 is gated on the
  result.
- deploy_npm: add UseNode@1 and run 'npm view @microsoft/kiota@<version>'
  (version parsed from the microsoft-kiota-<version>.tgz filename); EsrpRelease@12
  is gated on the result.
- vs_marketplace: capture vsce publish output and treat a non-zero exit whose
  output contains 'already exists' as an idempotent skip.

PushDockerImage is already idempotent (tag overwrite) and is unchanged.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

v1.32.4

Toggle v1.32.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
- bumps version for release of 1.32.4 (#7866)

* - bumps version for release of 1.32.4

* chore: Cleanup changelog.

v1.32.3

Toggle v1.32.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
- bumps version for release of 1.32.3 (#7846)

v1.32.2

Toggle v1.32.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
 - bumps version for release of 1.32.2 (#7766)

* - bumps version for release of 1.32.2

* updating the correct version number

* reverting back formatter changes

* Adding missing space

* Adding missing space

v1.32.1

Toggle v1.32.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
 - bumps version for release of 1.32.1 (#7757)

v1.32.0

Toggle v1.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump version for release 1.32.0 with dependency and changelog updates (

…#7753)

* - bumps version for release of 1.32.0

* chore: update StreamJsonRpc and remove explicit MessagePack override

* docs: add 1.32.0 entries for security fixes #7735 and #7746

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

v1.31.1

Toggle v1.31.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
 - bumps version for release of 1.3.1 (#7604)