Skip to content

chore(main): release 1.0.0 - #29

Open
workos-sdk-automation[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--workos-ios
Open

workos-sdk-automation[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--workos-ios

Conversation

@workos-sdk-automation

@workos-sdk-automation workos-sdk-automation Bot commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

1.0.0 (2026-09-14)

⚠ BREAKING CHANGES

  • sso: Change SSO API surface (#32)

Features

  • admin_portal: Change admin portal API surface (#30) (9d94129)
  • agents: Add parameter AgentsSessions.list.organization_id (#34) (75cb82b)
  • audit_logs: Change audit log API surface (#30) (9d94129)
  • authorization: Change authorization API surface (#30) (9d94129)
  • events: Change events API surface (#30) (9d94129)
  • pipes: SDK surface change: Parameter "requestOptions" moved from position 3 to 4 on "Pipes.createDataIntegrationCredential" (#28) (164233e)
  • pipes: Update Pipes API surface (#34) (75cb82b)
  • sso: Change SSO API surface (#30) (9d94129)
  • sso: Change SSO API surface (#32) (1403b3a)
  • user_management: Add user management API surface (#34) (75cb82b)
  • user_management: Change user management API surface (#30) (9d94129)

Bug Fixes


This PR was generated with Release Please. See documentation.

@greptile-apps

greptile-apps Bot commented Sep 5, 2026

Copy link
Copy Markdown

RetriggerConfidence Score: 5/5

The release appears safe to merge, although the existing non-blocking changelog accuracy concerns remain unresolved.

Findings

  1. P2 Misleading API Change Description
  2. P2 Incorrect Changelog Links
Fix with agent prompt
### Issue 1
CHANGELOG.md:undefined-17
This entry says `requestOptions` moved, but the actual feature adds the optional `connectedAccountId` parameter before it. Existing labeled calls remain source-compatible, but consumers reading the changelog will miss the new capability introduced in 0.7.0. Describe the added parameter directly instead of only its effect on parameter order.

```suggestion
* **pipes:** Added optional parameter "connectedAccountId" to "Pipes.createDataIntegrationCredential" ([#28](https://github.com/workos/workos-ios/issues/28)) ([164233e](https://github.com/workos/workos-ios/commit/164233edac998b8f7d9631af043f69a4b02db4c7))
```

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

### Issue 2
CHANGELOG.md:12-22
These six new entries label the source as `#30` but link to GitHub issue 30, while the release fragment identifies the source as pull request 30. Readers who follow these release notes are sent to the wrong page. Update the links from `/issues/30` to `/pull/30`.

```suggestion
* **admin_portal:** Change admin portal API surface ([#30](https://github.com/workos/workos-ios/pull/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
* **audit_logs:** Change audit log API surface ([#30](https://github.com/workos/workos-ios/pull/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
* **authorization:** Change authorization API surface ([#30](https://github.com/workos/workos-ios/pull/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
* **events:** Change events API surface ([#30](https://github.com/workos/workos-ios/pull/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
* **pipes:** SDK surface change: Parameter "requestOptions" moved from position 3 to 4 on "Pipes.createDataIntegrationCredential" ([#28](https://github.com/workos/workos-ios/issues/28)) ([164233e](https://github.com/workos/workos-ios/commit/164233edac998b8f7d9631af043f69a4b02db4c7))
* **sso:** Change SSO API surface ([#30](https://github.com/workos/workos-ios/pull/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
* **user_management:** Change user management API surface ([#30](https://github.com/workos/workos-ios/pull/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
```

---

For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.

Summary

  • Advances the Release Please manifest and public SDK version from 0.6.0 to 1.0.0.
  • Adds the generated 1.0.0 release notes, including breaking changes, features, and fixes.
  • No runtime behavior is otherwise changed by this release commit.

Reviews (4) · Last reviewed commit: "chore(main): release 1.0.0"

Comment thread CHANGELOG.md

### Features

* **pipes:** SDK surface change: Parameter "requestOptions" moved from position 3 to 4 on "Pipes.createDataIntegrationCredential" ([#28](https://github.com/workos/workos-ios/issues/28)) ([164233e](https://github.com/workos/workos-ios/commit/164233edac998b8f7d9631af043f69a4b02db4c7))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Misleading API Change Description

This entry says requestOptions moved, but the actual feature adds the optional connectedAccountId parameter before it. Existing labeled calls remain source-compatible, but consumers reading the changelog will miss the new capability introduced in 0.7.0. Describe the added parameter directly instead of only its effect on parameter order.

Suggested change
* **pipes:** SDK surface change: Parameter "requestOptions" moved from position 3 to 4 on "Pipes.createDataIntegrationCredential" ([#28](https://github.com/workos/workos-ios/issues/28)) ([164233e](https://github.com/workos/workos-ios/commit/164233edac998b8f7d9631af043f69a4b02db4c7))
* **pipes:** Added optional parameter "connectedAccountId" to "Pipes.createDataIntegrationCredential" ([#28](https://github.com/workos/workos-ios/issues/28)) ([164233e](https://github.com/workos/workos-ios/commit/164233edac998b8f7d9631af043f69a4b02db4c7))
Prompt To Fix With AI
This is a comment left during a code review.
Path: CHANGELOG.md
Line: 8

Comment:
**Misleading API Change Description**

This entry says `requestOptions` moved, but the actual feature adds the optional `connectedAccountId` parameter before it. Existing labeled calls remain source-compatible, but consumers reading the changelog will miss the new capability introduced in 0.7.0. Describe the added parameter directly instead of only its effect on parameter order.

```suggestion
* **pipes:** Added optional parameter "connectedAccountId" to "Pipes.createDataIntegrationCredential" ([#28](https://github.com/workos/workos-ios/issues/28)) ([164233e](https://github.com/workos/workos-ios/commit/164233edac998b8f7d9631af043f69a4b02db4c7))
```

---

For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

@workos-sdk-automation
workos-sdk-automation Bot force-pushed the release-please--branches--main--components--workos-ios branch from 178552f to 9686f0a Compare September 8, 2026 15:59
Comment thread CHANGELOG.md
Comment on lines +8 to +14
* **admin_portal:** Change admin portal API surface ([#30](https://github.com/workos/workos-ios/issues/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
* **audit_logs:** Change audit log API surface ([#30](https://github.com/workos/workos-ios/issues/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
* **authorization:** Change authorization API surface ([#30](https://github.com/workos/workos-ios/issues/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
* **events:** Change events API surface ([#30](https://github.com/workos/workos-ios/issues/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
* **pipes:** SDK surface change: Parameter "requestOptions" moved from position 3 to 4 on "Pipes.createDataIntegrationCredential" ([#28](https://github.com/workos/workos-ios/issues/28)) ([164233e](https://github.com/workos/workos-ios/commit/164233edac998b8f7d9631af043f69a4b02db4c7))
* **sso:** Change SSO API surface ([#30](https://github.com/workos/workos-ios/issues/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
* **user_management:** Change user management API surface ([#30](https://github.com/workos/workos-ios/issues/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Incorrect Changelog Links

These six new entries label the source as #30 but link to GitHub issue 30, while the release fragment identifies the source as pull request 30. Readers who follow these release notes are sent to the wrong page. Update the links from /issues/30 to /pull/30.

Suggested change
* **admin_portal:** Change admin portal API surface ([#30](https://github.com/workos/workos-ios/issues/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
* **audit_logs:** Change audit log API surface ([#30](https://github.com/workos/workos-ios/issues/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
* **authorization:** Change authorization API surface ([#30](https://github.com/workos/workos-ios/issues/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
* **events:** Change events API surface ([#30](https://github.com/workos/workos-ios/issues/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
* **pipes:** SDK surface change: Parameter "requestOptions" moved from position 3 to 4 on "Pipes.createDataIntegrationCredential" ([#28](https://github.com/workos/workos-ios/issues/28)) ([164233e](https://github.com/workos/workos-ios/commit/164233edac998b8f7d9631af043f69a4b02db4c7))
* **sso:** Change SSO API surface ([#30](https://github.com/workos/workos-ios/issues/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
* **user_management:** Change user management API surface ([#30](https://github.com/workos/workos-ios/issues/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
* **admin_portal:** Change admin portal API surface ([#30](https://github.com/workos/workos-ios/pull/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
* **audit_logs:** Change audit log API surface ([#30](https://github.com/workos/workos-ios/pull/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
* **authorization:** Change authorization API surface ([#30](https://github.com/workos/workos-ios/pull/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
* **events:** Change events API surface ([#30](https://github.com/workos/workos-ios/pull/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
* **pipes:** SDK surface change: Parameter "requestOptions" moved from position 3 to 4 on "Pipes.createDataIntegrationCredential" ([#28](https://github.com/workos/workos-ios/issues/28)) ([164233e](https://github.com/workos/workos-ios/commit/164233edac998b8f7d9631af043f69a4b02db4c7))
* **sso:** Change SSO API surface ([#30](https://github.com/workos/workos-ios/pull/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
* **user_management:** Change user management API surface ([#30](https://github.com/workos/workos-ios/pull/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
Prompt To Fix With AI
This is a comment left during a code review.
Path: CHANGELOG.md
Line: 8-14

Comment:
**Incorrect Changelog Links**

These six new entries label the source as `#30` but link to GitHub issue 30, while the release fragment identifies the source as pull request 30. Readers who follow these release notes are sent to the wrong page. Update the links from `/issues/30` to `/pull/30`.

```suggestion
* **admin_portal:** Change admin portal API surface ([#30](https://github.com/workos/workos-ios/pull/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
* **audit_logs:** Change audit log API surface ([#30](https://github.com/workos/workos-ios/pull/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
* **authorization:** Change authorization API surface ([#30](https://github.com/workos/workos-ios/pull/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
* **events:** Change events API surface ([#30](https://github.com/workos/workos-ios/pull/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
* **pipes:** SDK surface change: Parameter "requestOptions" moved from position 3 to 4 on "Pipes.createDataIntegrationCredential" ([#28](https://github.com/workos/workos-ios/issues/28)) ([164233e](https://github.com/workos/workos-ios/commit/164233edac998b8f7d9631af043f69a4b02db4c7))
* **sso:** Change SSO API surface ([#30](https://github.com/workos/workos-ios/pull/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
* **user_management:** Change user management API surface ([#30](https://github.com/workos/workos-ios/pull/30)) ([9d94129](https://github.com/workos/workos-ios/commit/9d94129b6e5c0b279283c0be882ff256df91ed80))
```

---

For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.

@workos-sdk-automation workos-sdk-automation Bot changed the title chore(main): release 0.7.0 chore(main): release 1.0.0 Sep 10, 2026
@workos-sdk-automation
workos-sdk-automation Bot force-pushed the release-please--branches--main--components--workos-ios branch from 9686f0a to 8238f83 Compare September 10, 2026 12:51
@workos-sdk-automation
workos-sdk-automation Bot force-pushed the release-please--branches--main--components--workos-ios branch from 8238f83 to 20bd1a0 Compare September 14, 2026 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

0 participants