Skip to content

Conversation

@lotyp
Copy link
Member

@lotyp lotyp commented Sep 28, 2025

πŸ€– I have created a release beep boop

5.0.0 (2025-09-28)

⚠ BREAKING CHANGES

  • support for Laravel 12 and PHP 8.4
  • support for Laravel 12 and PHP 8.4

Features

  • prepare for laravel 12 and php 8.4 release (0951537)
  • support for Laravel 12 and PHP 8.4 (84f8f82)
  • support for Laravel 12 and PHP 8.4 (84f8f82)
  • support Laravel 12 (#756) (2baf91c)

Bug Fixes

  • ci: replace deprecated apt-key with modern Ubuntu 24.04+ package installation (8d0d433)
  • conflict with orchestra test bench (f5eacaa)
  • orm: ensure ORM::class and ORMInterface::class return same instance (399d696), closes #752
  • resolve SQL Server container initialization issues in GitHub Actions (f7c2f28)

Documentation

  • add comprehensive AI-assisted development guidelines (9f94948)
  • add comprehensive testing guidelines for Laravel Cycle ORM Adapter (9a0c86d)
  • update compatibility matrix to show Laravel support evolution (a50724e)
  • update readme (cd7449e)
  • update readme (cf87eaf)

Dependencies

  • deps: lock file maintenance (3ffb75f)
  • deps: lock file maintenance (059435d)
  • deps: lock file maintenance (5dbec2a)
  • deps: update actions/checkout action to v4.1.6 (918b337)
  • deps: update codecov/codecov-action action to v4.3.1 (79a5ff7)
  • deps: update codecov/codecov-action action to v4.4.0 (ca5a6fb)
  • deps: update codecov/codecov-action action to v4.4.1 (6c453fc)
  • deps: update dependency @types/node to v20.12.10 (eca6204)
  • deps: update dependency @types/node to v20.12.11 (2355dea)
  • deps: update dependency @types/node to v20.12.12 (e3c5d00)
  • deps: update dependency @types/node to v20.12.8 (d226aa0)
  • deps: update dependency cycle/orm to v2.8.0 (a50b7bc)
  • deps: update dependency larastan/larastan to v2.9.6 (7a5f7bd)
  • deps: update dependency larastan/larastan to v2.9.7 (9bd4ba8)
  • deps: update dependency rector/rector to v1.0.5 (3daaf53)
  • deps: update dependency vimeo/psalm to v5.24.0 (47997e0)
  • deps: update dependency wayofdev/cs-fixer-config to v1.5.0 (bd87368)
  • deps: update wayofdev/php-dev docker tag to v8.3 (322eb39)

Code Refactoring


This PR was generated with Release Please. See documentation.


Note

Release 5.0.0 adding Laravel 12 and PHP 8.4 support, with fixes, docs updates, dependency upgrades, and refactoring.

  • Breaking Changes:
    • Add support for Laravel 12 and PHP 8.4.
  • Features:
    • Prepare and enable compatibility with Laravel 12 and PHP 8.4.
  • Bug Fixes:
    • Ensure ORM::class and ORMInterface::class resolve to the same instance.
    • CI updates for Ubuntu 24.04+ package installation; stabilize SQL Server container setup.
    • Resolve conflict with Orchestra Testbench.
  • Dependencies:
    • Multiple upgrades (e.g., cycle/orm v2.8.0, tooling/actions, static analysis, Docker image tags).
  • Documentation:
    • Add AI-assisted development and testing guidelines; update compatibility matrix and README.
  • Code Refactoring:
    • Apply Rector rules.
  • Release Infra:
    • Bump version in .github/.release-please-manifest.json from 4.12.3 to 5.0.0.

Written by Cursor Bugbot for commit c8d2db8. This will update automatically on new commits. Configure here.

@lotyp lotyp force-pushed the release-please--branches--master--components--laravel-cycle-orm-adapter branch from 2146532 to c8d2db8 Compare September 28, 2025 16:30
@vercel
Copy link

vercel bot commented Sep 28, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
laravel-cycle-orm-adapter Ready Ready Preview Comment Sep 28, 2025 4:32pm

@coderabbitai
Copy link

coderabbitai bot commented Sep 28, 2025

Warning

Rate limit exceeded

@lotyp has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 8 minutes and 50 seconds before requesting another review.

βŒ› How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

πŸ“₯ Commits

Reviewing files that changed from the base of the PR and between 84f8f82 and c8d2db8.

πŸ“’ Files selected for processing (2)
  • .github/.release-please-manifest.json (1 hunks)
  • CHANGELOG.md (1 hunks)
✨ Finishing touches
πŸ§ͺ Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release-please--branches--master--components--laravel-cycle-orm-adapter

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❀️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Sep 28, 2025

Codecov Report

βœ… All modified and coverable lines are covered by tests.
βœ… Project coverage is 76.10%. Comparing base (84f8f82) to head (c8d2db8).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #760   +/-   ##
=========================================
  Coverage     76.10%   76.10%           
  Complexity      252      252           
=========================================
  Files            46       46           
  Lines          1000     1000           
=========================================
  Hits            761      761           
  Misses          239      239           

β˜” 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.

@lotyp lotyp merged commit 0cc1f7f into master Sep 28, 2025
29 checks passed
@lotyp lotyp deleted the release-please--branches--master--components--laravel-cycle-orm-adapter branch September 28, 2025 16:36
@lotyp
Copy link
Member Author

lotyp commented Sep 28, 2025

πŸ€– Created releases:

🌻

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.

[Bug]: Getting ORM:class from $app creates new instance

3 participants