Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Sep 5, 2025

  • Implement comprehensive OData Batch functionality with examples and documentation
    • Add BatchRequestBuilder class with fluent interface for batch operations
    • Support changesets for atomic operations
    • Add batch() method to IODataClient interface and ODataClient implementation
    • Create comprehensive examples in examples/batch_operations.php
    • Add complete test coverage with BatchTest class
    • Update README with batch operations documentation
  • Move guzzlehttp/guzzle back to require-dev as requested

All batch functionality is implemented and working. The library supports HTTP provider abstraction, so Guzzle is correctly placed in require-dev as an optional implementation rather than a hard requirement.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Copilot AI changed the title [WIP] oData Batch Example Add comprehensive OData Batch operations support with examples and documentation Sep 5, 2025
Copilot AI requested a review from anderly September 5, 2025 22:06
Copilot finished work on behalf of anderly September 5, 2025 22:06
@anderly
Copy link
Member

anderly commented Sep 5, 2025

@copilot move guzzle back to require-dev

Copy link
Contributor Author

Copilot AI commented Sep 5, 2025

@copilot move guzzle back to require-dev

Done! Moved guzzlehttp/guzzle back to require-dev in commit 9e94c10. The batch functionality works through the HTTP provider abstraction, so Guzzle should be an optional dependency rather than required.

Copilot finished work on behalf of anderly September 5, 2025 23:15
@anderly anderly marked this pull request as ready for review September 5, 2025 23:15
@anderly anderly merged commit 1d8b181 into master Sep 5, 2025
18 checks passed
@anderly anderly deleted the copilot/fix-123 branch September 5, 2025 23:17
@anderly anderly mentioned this pull request Sep 5, 2025
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.

2 participants