github go-goyave/goyave v5.0.0-rc4
Pre-release v5.0.0-rc4

latest releases: v5.2.1, v5.2.0, v5.1.1...
pre-release7 months ago
  • Improvements to the session package to make manual transaction (begin, commit, rollback) easier and to improve support on nested transaction (that can possibly involve multiple different services).
    • The Session interface now has a Context() context.Context method.
    • Begin() now also injects the transaction DB in the new session's context.
    • Begin() and Transaction() now use the DB retrieved from the given context if available. This makes nested transactions possible even if the service is using the root session.

Don't miss a new goyave release

NewReleases is sending notifications on new releases.