Skip to content

chore: bump version to 1.7.2 - #760

Merged
vnaren23 merged 1 commit into
mainfrom
chore/bump-1.7.2
Sep 18, 2026
Merged

vnaren23 merged 1 commit into
mainfrom
chore/bump-1.7.2

Conversation

@ninja-shreyash

@ninja-shreyash ninja-shreyash commented Sep 18, 2026 •

Copy link
Copy Markdown
Contributor

Version bump 1.7.1 → 1.7.2 for today's release. Changes only package.json and package-lock.json; release-metadata.json is regenerated off a fresh build and committed on this branch (the Regenerate release-metadata workflow re-verifies it).

Why patch, not minor: no PR merged since 1.7.1 carries a breaking-change label, removes a public method, or changes an existing signature. This release is purely additive — two new services.

Draft release notes (1.7.2)

### New Features & Improvements

- Introduced Connections service for Integration Service connections, connectors, and connector element metadata (#554)
- Introduced Users service for organization user management (#663)
- Fixed non-OData services silently sending `$count: true` in request bodies (#663)

---

**Full Changelog**: https://github.com/UiPath/uipath-typescript/compare/1.7.1...1.7.2

Both new services are tagged @experimental in source. Not called out in the notes above, per the convention the published releases follow — the Functions service shipped @experimental in 1.6.1 and was announced as a plain Introduced a ... service line.

Excluded as not user-facing: #720 and #739 (changes to the separate @uipath/coded-action-app package, released independently), #735 and #710 (docs), #709 (Document Understanding validation station samples — no src/ code), #670 and #729 (integration test fixes).

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@ninja-shreyash
ninja-shreyash requested a review from a team September 18, 2026 08:04
@github-actions

github-actions Bot commented Sep 18, 2026 •

Copy link
Copy Markdown
Contributor
PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-09-18 12:14 UTC

@claude

claude Bot commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

Missing execute() from release-metadata.json

The PR description's draft release notes mention execute() (the passthrough that runs an arbitrary connector operation) as a new public API in this release. However, it does not appear in release-metadata.json.

Root cause: scripts/gen-release-metadata.mjs discovers methods exclusively by walking *ServiceModel interfaces — class-based services only. The execute() export in src/services/integration-service/execution/execution.ts is a standalone free function, not a method on any *ServiceModel interface, so the generator never reaches it. It is tagged @experimental (not @internal), so it should be included per CLAUDE.md: if you added a service/method, confirm it appears after the bump.

Options to fix:

  1. Wrap execute() in a *ServiceModel-implementing class so the generator picks it up automatically.
  2. Extend gen-release-metadata.mjs to also capture standalone named function exports that are not marked @internal.
  3. Remove the mention of execute() from the draft release notes if it is intended to stay outside the tracked public surface for now.

This does not block the version bump mechanically, but release-metadata.json will permanently lack a since: 1.7.2 record for this API unless addressed here.

@vnaren23
vnaren23 merged commit 714b08b into main Sep 18, 2026
34 of 38 checks passed
@vnaren23
vnaren23 deleted the chore/bump-1.7.2 branch September 18, 2026 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants