Releases: vmware-labs/multi-tenant-persistence-for-saas
Releases · vmware-labs/multi-tenant-persistence-for-saas
v0.0.13
What's Changed
- Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.3 by @dependabot in #81
- Bump github.com/lib/pq from 1.10.7 to 1.10.9 by @dependabot in #79
- Bump gorm.io/driver/postgres from 1.4.7 to 1.5.2 by @dependabot in #80
- Add realization store support by @krishnamiriyala in #78
Full Changelog: v0.0.12...v0.0.13
v0.0.12
What's Changed
- Fix to use gojq to run on mac by @krishnamiriyala in #77
Full Changelog: v0.0.11...v0.0.12
v0.0.11
What's Changed
- Create dependabot.yml by @krishnamiriyala in #71
- Bump github.com/google/uuid from 1.3.0 to 1.3.1 by @dependabot in #76
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.4 by @dependabot in #75
- Bump github.com/bxcodec/faker/v3 from 3.8.0 to 3.8.1 by @dependabot in #74
- Bump google.golang.org/grpc from 1.53.0 to 1.58.2 by @dependabot in #73
- Add support for soft delete related functions by @YanhaoLi07 in #65
New Contributors
- @YanhaoLi07 made their first contribution in #65
Full Changelog: v0.0.10...v
v0.0.10
What's Changed
- Return InstanceId in metadata for protostore object by @krishnamiriyala in #66
- Use *MetadataBasedAuthorizer to implement Authorizer interface by @krishnamiriyala in #68
- Add instancer based roles and users by @krishnamiriyala in #69
- Move logger to separate directory and misc logging fixes by @krishnamiriyala in #70
Full Changelog: v0.0.9...v0.0.10
v0.0.9
What's Changed
- Add method to retrieve DataStore from ProtoStore by @jeyhun in #58
- Add support for golang 1.21 by @krishnamiriyala in #60
- Support context based transaction for create/update only by @gaurav-vmware in #48
- Use different DBs for example tests by @krishnamiriyala in #61
- Use GetTransaction for unit-testing transaction based context by @krishnamiriyala in #62
- Fix missing snap install for mdl by @krishnamiriyala in #63
New Contributors
- @gaurav-vmware made their first contribution in #48
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- Bump google.golang.org/grpc from 1.53.0-dev to 1.53.0 by @dependabot in #40
- Add method to check for table's existence by @jeyhun in #43
- Update CODEOWNERS by @jeyhun in #44
- Update CODEOWNERS by @krishnamiriyala in #46
- Add mdl/yamlint to github workflow by @krishnamiriyala in #47
- Print DB name in error logs by @jeyhun in #51
- Stop printing Protobuf message and its metadata in logs by @jeyhun in #52
- Make testable examples using different DBs by @jeyhun in #54
- Improve logging at trace level by @jeyhun in #56
- Upgrade to the latest gorm version and generate docs by @krishnamiriyala in #57
New Contributors
- @dependabot made their first contribution in #40
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- Utilize tabs for nested error string representation by @jeyhun in #36
- Use goimports-reviser to fix imports to default order by @krishnamiriyala in #38
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
- Support ProtoStore when instancer is not configured by @krishnamiriyala in #25
- Cache TableName in GetTableName() to avoid calls to schema.Parse by @krishnamiriyala in #26
- Add Example for multi-tenancy to documentation by @krishnamiriyala in #28
- Add SoftDelete(tombstone option) to ProtoStore by @krishnamiriyala in #30
Full Changelog: v0.0.5...v0.0.6
Add support for multiple instances to access data from same datastore
What's Changed
- Fix race in same table being updated by datastore/protostore tests by @krishnamiriyala in #17
- Do not require context when registering structs by @jeyhun in #19
- Fix race in multiple create triggers being called by @krishnamiriyala in #21
- Cache and avoid repeated calls to schemaParse by @krishnamiriyala in #22
- Add instancer interface with With/GetInstanceId methods by @krishnamiriyala in #23
- Add support for multi instances access data from same datastore. Closes #18 by @krishnamiriyala in #20
Full Changelog: v0.0.4...v0.0.5
Add support for pagination in FindAll queries
What's Changed
- Fix unnecessary error log for orgIdCol check by @krishnamiriyala in #12
- Remove usage of Helper() interface from protostore by @krishnamiriyala in #14
- Support pagination in FindAll* methods by @krishnamiriyala in #15
Full Changelog: v0.0.3...v0.0.4