Skip to content

Releases: bartventer/gorm-multitenancy

v2.3.0

18 Jan 09:40
Compare
Choose a tag to compare

2.3.0 (2024-01-18)

Features

  • add postgres GetSchemaNameFromDb helper (f398e7b)

v2.2.0

15 Jan 05:59
Compare
Choose a tag to compare

2.2.0 (2024-01-15)

Features

  • add fk constraint to examples and docs (df61a7c)

v2.1.0

12 Jan 18:26
Compare
Choose a tag to compare

2.1.0 (2024-01-12)

Bug Fixes

  • update semantic-release permissions (00ebe47)

Features

  • add semantic-release workflow (edc9587)

v2.0.4

10 Jan 15:31
f4e6cd2
Compare
Choose a tag to compare
feat: Add workflow for semver tag and release bump

v2.0.3

05 Jan 09:13
Compare
Choose a tag to compare

Remove transaction for public migration

v2.0.2

02 Jan 17:36
Compare
Choose a tag to compare

Update table name validation logic

v2.0.1

02 Jan 10:51
Compare
Choose a tag to compare
  • Update postgresql driver usage notes

v2.0.0

02 Jan 10:42
Compare
Choose a tag to compare

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 and Open functions could panic
  • RegisterModels 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

28 Dec 19:55
Compare
Choose a tag to compare

Update middleware usage documentation

v1.0.8

28 Dec 14:16
Compare
Choose a tag to compare

Add http middleware examples to docs