Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Feb 16:30
· 395 commits to master since this release

4.0.0 (2024-02-19)

Bug Fixes

  • remove deprecated types and variables (7017cca)

Features

  • module: update module version to v4 and import paths (0da75e7)
  • align logger with gorm default logger (87655c7)
  • change SetSearchPath function signature (47b145d)
  • update newMultitenancyConfig error handling (9069f87)
  • update WithTenantSchema scope to set tenant in context (ec758cb)

BREAKING CHANGES

  • module: The module version and import paths have been updated to v4.
    This change requires updating all import statements to use the new version.
  • The function signature now returns a gorm db connection, the cleanup function and an error if any.