Skip to content

Conversation

@roxblnfk
Copy link
Member

🔍 What was changed

  • Undeprecate ActiveMapper
  • Enhanced transaction API with improved transact() and groupActions() methods
  • transact() now provides both DatabaseInterface and EntityManager with immediate execution
  • groupActions() supports nesting and uses isolated Unit of Work instances
  • saveOrFail()/deleteOrFail() no longer throw exceptions inside groupActions()

AR::transact() creates separated EM that executes ORM actions right away without nesting transactions
@codecov
Copy link

codecov bot commented Aug 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (1.x@69358b3). Learn more about missing BASE report.

Additional details and impacted files
@@          Coverage Diff           @@
##             1.x      #38   +/-   ##
======================================
  Coverage       ?   97.14%           
  Complexity     ?       59           
======================================
  Files          ?       10           
  Lines          ?      175           
  Branches       ?        0           
======================================
  Hits           ?      170           
  Misses         ?        5           
  Partials       ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@roxblnfk roxblnfk merged commit 36c99e9 into 1.x Aug 31, 2025
23 checks passed
@roxblnfk roxblnfk deleted the polishing branch August 31, 2025 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants