Releases: bartventer/gorm-multitenancy
Releases · bartventer/gorm-multitenancy
v3.0.3
3.0.3 (2024-02-09)
Bug Fixes
- increase logging detail for CreateSchemaForTenant function (acc4657)
v3.0.2
3.0.2 (2024-02-08)
Bug Fixes
- deprecate unused types and variables (c884678)
v3.0.1
3.0.1 (2024-02-08)
Bug Fixes
v3.0.0
3.0.0 (2024-02-08)
Performance Improvements
BREAKING CHANGES
- Added native echo context support for echo middleware instead of calling the net/http middleware. Added the ExtractDomain function which is in sync with the regex check of the SchemaName field of the TenantModel. Renamed the context package to tenantcontext. Further added unit tests for all examples.
v2.5.4
2.5.4 (2024-01-27)
Bug Fixes
- update postgres docs reference typos (e955618)
v2.5.3
2.5.3 (2024-01-27)
Bug Fixes
- update MigratePublicSchema docs typo (4c62b85)
v2.5.2
2.5.2 (2024-01-27)
Bug Fixes
- Update main and example README files (a8579a3)
v2.5.1
2.5.1 (2024-01-25)
Bug Fixes
- update migrator alias, add fossa workflow (6bec9f4)
v2.5.0
2.5.0 (2024-01-24)
Features
- make thread safe, add fossa scan (91988ab)
v2.4.0
2.4.0 (2024-01-24)
Features
- add postgres SetSearchPath utility (78370dd)