Skip to content

fix: upgrade keboola/php-component to ^11.0 for manifest_type normalization - #48

Closed
devin-ai-integration[bot] wants to merge 1 commit into
masterfrom
devin/1782377210-upgrade-php-component-v11
Closed

devin-ai-integration[bot] wants to merge 1 commit into
masterfrom
devin/1782377210-upgrade-php-component-v11

Conversation

@devin-ai-integration

Copy link
Copy Markdown
Contributor

Summary

Upgrades keboola/php-component from ^10.1 (10.1.6) to ^11.0 (11.0.1) to pick up the manifest_type normalization fix from keboola/php-component#96.

Why: When the new-native-types feature gate is active, the Python SDK writes manifest_type: "out" in output manifests. The PHP SDK v10.x only accepted "output", causing OptionsValidationException in the processor. v11.0.1 accepts both "out" and "in" and normalizes them to "output"/"input" internally.

This replaces the temporary Dockerfile patch from PR #47.

Breaking change note: php-component 11.0 bumps monolog from ^2 to ^3 and requires PHP ≥8.2 (this processor already uses 8.2). The processor does not use monolog directly.

Release Notes

Justification, description

Fix for extraction job failures caused by cross-SDK manifest_type incompatibility when new-native-types feature gate is enabled. The Python SDK writes manifest_type: "out" but php-component v10.x only accepted "output".

Plans for Customer Communication

N/A — internal platform fix, no customer-facing configuration changes.

Impact Analysis

Resolves OptionsValidationException: Manifest type "out" is not allowed errors for any component using this processor with Python-SDK-based extractors under native types.

Deployment Plan

Standard release — tag and deploy new processor version.

Rollback Plan

Revert to previous processor version (1.0.3 with php-component 10.1.6).

Post-Release Support Plan

N/A

Link to Devin session: https://app.devin.ai/sessions/9d9751648eb5449c8ea9d799fc4cd916

…zation

Upgrades keboola/php-component from ^10.1 (10.1.6) to ^11.0 (11.0.1).
Version 11.0.1 includes the fix to accept and normalize Python SDK
manifest_type values ('out' -> 'output', 'in' -> 'input'), resolving
the cross-SDK compatibility issue that caused extraction failures when
the new-native-types feature gate is enabled.

Co-Authored-By: olena.marchuk <olena.marchuk@keboola.com>
@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

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.

1 participant