Skip to content

Conversation

@PTKu
Copy link
Contributor

@PTKu PTKu commented Aug 18, 2025

This pull request includes several updates to improve compatibility with the latest tools and ensure correct write operations in the WebAPI connector. The most significant changes are grouped below:

Tooling and Script Updates:

  • Updated the expected apax version to 4.0.0 in check_requisites_apax.sh to ensure compatibility with the latest tooling.
  • Removed the --ignore-scripts flag from the apax build command in both sw_build_and_download_delta.sh and sw_build_and_download_full.sh, allowing build scripts to run as intended during the build process. [1] [2]

WebAPI Connector Logic:

  • Modified WriteBatchAsync in WebApiConnector.cs to filter primitives so that only those with ReadWriteAccess.ReadWrite are processed for writing, preventing unintended write attempts to read-only primitives.

closes #438

@PTKu PTKu linked an issue Aug 18, 2025 that may be closed by this pull request
- Filter writable primitives in WriteBatchAsync method.
- Update expected Apax version from 3.5.0 to 4.0.0.
- Change build command in delta and full download scripts.
@PTKu PTKu marked this pull request as ready for review August 18, 2025 12:35
@PTKu PTKu merged commit 64a6e52 into dev Aug 18, 2025
2 checks passed
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.

[BUG] Bulk write method may write ro members

2 participants