herbsjs / herbs

A domain-first framework. Code your domain and your infrastructure will follow
https://herbsjs.org/
MIT License
427 stars 14 forks source link

feat(buchu): update buchu version to 2.1.0 #59

Closed jhomarolo closed 1 year ago

jhomarolo commented 1 year ago

Fixes #

Proposed Changes

  1. update buchu to 2.1.0
  2. fix ci

Now buchu have the auditTrail configuration and user inside the context variable

BREAKING CHANGE: Projects that are using ctx.user. A ctx.user variable will now be overridden by context. So now this variable becomes reserved by the library and we recommend not using it beyond the purpose of capturing user information coming via authorize. See https://github.com/herbsjs/buchu/issues/84

Readiness Checklist

Author/Contributor

Reviewing Maintainer

herbsjs-robot commented 1 year ago

:tada: This PR is included in version 2.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: