Skip to content

Releases: bartventer/gorm-multitenancy

v3.0.3

09 Feb 11:54
acc4657
Compare
Choose a tag to compare

3.0.3 (2024-02-09)

Bug Fixes

  • increase logging detail for CreateSchemaForTenant function (acc4657)

v3.0.2

08 Feb 14:21
Compare
Choose a tag to compare

3.0.2 (2024-02-08)

Bug Fixes

  • deprecate unused types and variables (c884678)

v3.0.1

08 Feb 12:54
da912c1
Compare
Choose a tag to compare

3.0.1 (2024-02-08)

Bug Fixes

v3.0.0

08 Feb 12:47
Compare
Choose a tag to compare

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

27 Jan 11:18
e955618
Compare
Choose a tag to compare

2.5.4 (2024-01-27)

Bug Fixes

  • update postgres docs reference typos (e955618)

v2.5.3

27 Jan 11:16
4c62b85
Compare
Choose a tag to compare

2.5.3 (2024-01-27)

Bug Fixes

  • update MigratePublicSchema docs typo (4c62b85)

v2.5.2

27 Jan 10:55
Compare
Choose a tag to compare

2.5.2 (2024-01-27)

Bug Fixes

  • Update main and example README files (a8579a3)

v2.5.1

25 Jan 08:40
Compare
Choose a tag to compare

2.5.1 (2024-01-25)

Bug Fixes

  • update migrator alias, add fossa workflow (6bec9f4)

v2.5.0

24 Jan 19:38
Compare
Choose a tag to compare

2.5.0 (2024-01-24)

Features

  • make thread safe, add fossa scan (91988ab)

v2.4.0

24 Jan 11:56
Compare
Choose a tag to compare

2.4.0 (2024-01-24)

Features

  • add postgres SetSearchPath utility (78370dd)