Skip to content

Release v26.1.1#16

Merged
takaokouji merged 1 commit into
masterfrom
release/v26.1.1
Jan 21, 2026
Merged

Release v26.1.1#16
takaokouji merged 1 commit into
masterfrom
release/v26.1.1

Conversation

@takaokouji
Copy link
Copy Markdown
Collaborator

Summary

  • Bump version to 26.1.1

Changes included in this release

  • Fix quote method to use database adapter for MySQL compatibility
  • Add resource/resources methods to ResourceSetOperationResult for 0.9.x backward compatibility
  • Make apply_filters public for 0.9.x compatibility
  • Add PORO support in find_fragments with automatic detection

Backward compatibility improvements

This release eliminates the need for the following application-side patches when upgrading from 0.9.x:

  • quote method monkey patch → Now uses connection.quote_column_name
  • extract_resource_from_result helperresult.resource now works
  • public :apply_filters → Already public
  • find_fragments override for PORO → Automatic PORO detection

🤖 Generated with Claude Code

Release includes:
- Fix quote method for MySQL compatibility
- Add resource/resources methods for 0.9.x backward compatibility
- Make apply_filters public for 0.9.x compatibility
- Add PORO support in find_fragments

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@takaokouji takaokouji merged commit c3c3924 into master Jan 21, 2026
60 checks passed
@takaokouji takaokouji deleted the release/v26.1.1 branch January 21, 2026 03:12
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