Releases: bartventer/gorm-multitenancy
Releases · bartventer/gorm-multitenancy
v2.3.0
v2.2.0
v2.1.0
v2.0.4
feat: Add workflow for semver tag and release bump
v2.0.3
Remove transaction for public migration
v2.0.2
Update table name validation logic
v2.0.1
- Update postgresql driver usage notes
v2.0.0
Breaking change added to ensure models implement gorm.Tabler
interface, and to ensure both public and private models are named correctly (i.e. public models should contain public.
prefix):
New
andOpen
functions could panicRegisterModels
now returns an error
Important notes have been added to the PostgreSQL usage docs to emphasize the importance of table naming conventions.
v1.0.9
Update middleware usage documentation
v1.0.8
Add http middleware examples to docs