Changelog¶
chore(release): update version to 5.0.0 [skip ci] by semantic-release-bot at 2026-09-15 23:29:28
test(ci): use explicit insecure option for test hosts [PSAAS-30614] by Jacob Davis at 2026-09-15 22:34:14
The IP-addressed integration appliances use self-signed certificates. Authored-by: Codex
fix(cli): verify TLS for package installs [PSAAS-30614] by Jacob Davis at 2026-09-15 22:40:09
Verify certificates by default for password and token authentication. Keep an explicit –insecure opt-out for deployments without a valid certificate. BREAKING CHANGE: package install now verifies TLS by default; use –insecure for invalid certs. Authored-by: Codex
fix: honor platform TLS verification [PSAAS-30614] by Jacob Davis at 2026-09-15 18:58:40
Use the platform TLS verification setting when AppClient creates and refreshes its HTTP client. Authored-by: Codex
chore(release): update version to 4.4.2 [skip ci] by semantic-release-bot at 2026-09-15 19:07:14
fix(manifests): require SOAR 8.9 for Python scripts [PSAAS-30501] by Jacob Davis at 2026-09-15 00:57:38
Raise the generated minimum Phantom version to 8.9.0 whenever an app uses a python_script asset field. Cover lower, equal, and higher declared versions. Co-Authored-By: Codex <codex@openai.com>
chore(release): update version to 4.4.1 [skip ci] by semantic-release-bot at 2026-09-09 19:58:41
fix(deps): bump the uv group across 6 directories with 1 update by dependabot[bot] at 2026-08-03 22:36:57
Bumps the uv group with 1 update in the / directory: [cryptography](https://github.com/pyca/cryptography). Bumps the uv group with 1 update in the /tests/example_app_with_webhook directory: [cryptography](https://github.com/pyca/cryptography). Bumps the uv group with 1 update in the /tests/example_app_with_oauth directory: [cryptography](https://github.com/pyca/cryptography). Bumps the uv group with 1 update in the /tests/example_app_plaintext_state directory: [cryptography](https://github.com/pyca/cryptography). Bumps the uv group with 1 update in the /tests/example_app directory: [cryptography](https://github.com/pyca/cryptography). Bumps the uv group with 1 update in the /mcp_server directory: [cryptography](https://github.com/pyca/cryptography). Updates `cryptography` from 48.0.1 to 50.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/48.0.1…50.0.0) Updates `cryptography` from 48.0.1 to 50.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/48.0.1…50.0.0) Updates `cryptography` from 48.0.1 to 50.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/48.0.1…50.0.0) Updates `cryptography` from 48.0.1 to 50.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/48.0.1…50.0.0) Updates `cryptography` from 48.0.1 to 50.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/48.0.1…50.0.0) Updates `cryptography` from 48.0.1 to 50.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/48.0.1…50.0.0) — updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: indirect dependency-group: uv - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: indirect dependency-group: uv - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: indirect dependency-group: uv - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: indirect dependency-group: uv - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: indirect dependency-group: uv - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: indirect dependency-group: uv … Signed-off-by: dependabot[bot] <support@github.com>
chore(release): update version to 4.4.0 [skip ci] by semantic-release-bot at 2026-09-09 19:23:27
feat: support Python script asset fields by Jacob Davis at 2026-09-04 23:16:37
Allow SDK apps to declare top-level Python script uploads. Preserve the type when converting manifests. Validate string fields and reject ambiguous flags. Raise generated manifests to SOAR 8.8.0 through a reusable feature requirement registry. Reject obsolete feature requirements below the SDK-wide minimum supported SOAR version. Co-Authored-By: Codex <noreply@openai.com>