Skip to content

v0.3.1

Choose a tag to compare

@dberry37388 dberry37388 released this 12 May 22:29
· 400 commits to main since this release

Fixed

  • swarm:relay / DatabaseDurableOutbox::reserve() threw BadMethodCallException: Call to undefined method Builder::skipLocked() on Laravel 13 with Postgres or MySQL. FOR UPDATE SKIP LOCKED must be expressed as a string passed to ->lock() — there is no chainable skipLocked() method on Illuminate\Database\Query\Builder. (#3)