Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel fixes #5451

Merged
merged 4 commits into from Dec 23, 2019
Merged

Laravel fixes #5451

merged 4 commits into from Dec 23, 2019

Conversation

nanaya
Copy link
Collaborator

@nanaya nanaya commented Dec 23, 2019

  • routing fixes (hopefully all of them)
  • more updates

Transaction manager needs some fixing as laravel/framework#30883 changed the transaction level on commit event. Temporarily lock laravel to 6.8.0.

Our current transaction manager depends on transaction level to be decremented before the committed event is fired but the behavior is changed in 6.9.0 (laravel/framework#30883) and as a result I don't see any easy way to determine whether or not a connection has finished all of its transactions.
@peppy peppy merged commit b24b6a0 into ppy:master Dec 23, 2019
@nanaya nanaya deleted the laravel-fixes branch December 25, 2019 04:26
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.

None yet

2 participants