v0.15.2
What's Changed
- improve: fix typo by @mxyng in #3119
- Add user to context after login and signup by @dnephin in #3088
- Move pagination struct to data by @dnephin in #3093
- fix(build): need fetch-depth:0 for git tags by @mxyng in #3120
- maintain: move the human formatter out to its own package by @pdevine in #3123
- Replace NewTransaction with a real db transaction by @dnephin in #3028
- Fix request scoped transactions by @dnephin in #3103
- Make data.Transaction.Rollback a noop if the transaction was already committed by @dnephin in #3104
- Remove sqlite support by @dnephin in #3084
- improve server db connection string options by @dnephin in #3085
- Replace delete and insert access key functions with sql by @dnephin in #3029
- Replace get, list, and update access key queries with sql by @dnephin in #3094
- Remove GormDB from query functions that already used SQL by @dnephin in #3097
- improve: add terms of service and privacy policy at signup by @jmorganca in #3143
- fix: use correct link in signup by @jmorganca in #3145
- feat: prelogin page that lists orgs that were logged into, using cookies by @kimskimchi in #3142
- bug: fixing slashes for login/org.. redirect by @kimskimchi in #3148
- fix: list access keys query by @dnephin in #3151
- improve: replace quickstart plaintext password with secret - combine quickstart and install by @jmorganca in #3122
- maintain: use the same encrypted at rest type for both strings and bytes by @dnephin in #3140
- Move CreateProviderUser into credential operations by @dnephin in #3141
- fix: password reset sending multiple requests by @mxyng in #3139
- Forgot Domains by @pdevine in #3106
- feat: update destination add to use api endpoint by @mxyng in #3058
- maintain: remove two access helper functions by @dnephin in #3144
- Use SQL for CreateGrant by @dnephin in #3149
- Add a linter for the new SQL query builder by @dnephin in #3060
- feat: toggle log sampling by @mxyng in #3163
- fix: readme doc link by @jmorganca in #3179
- Use SQL for GetGrant and DeleteGrants by @dnephin in #3155
- Use SQL for list grants by @dnephin in #3162
- Reduce verbosity in GenerateRoutes by @dnephin in #3175
- Remove deprecated identity value from gin.Context by @dnephin in #3177
- Support querying for multiple privileges by @dnephin in #3176
- Updated go linter to v1.49.0 by @dnephin in #3198
- Add a scipt to sync linter deps before running lint by @dnephin in #3201
- fix: extend list of reserved domains in signup by @ssoroka in #3152
- Add more tests for well known jwks by @dnephin in #3203
- feat: transparent email verification by @ssoroka in #3202
- fix: transactional emails should skip marketing list unsubscribes by @ssoroka in #3166
- feat: improved ui look and feel by @hoyyeva in #3160
- fix: resolve the access key to the secret value by @dnephin in #3207
- fix: make sure the value is not undefined by @hoyyeva in #3212
- fix: detecting confetti taking 5s longer than expected by @jmorganca in #3213
- fix: styling on accept invite page by @jmorganca in #3214
- fix: use subdomain as connector server name for now by @jmorganca in #3215
- fix: signup border style by @jmorganca in #3216
- fix: add input type to avoid 1password by @hoyyeva in #3217
- fix: slight tweaks to find org page by @jmorganca in #3218
- Fix
infra list
with destinations named with a prefix of infra by @dnephin in #3221 - maintain: remove server script from ui package.json by @jmorganca in #3223
- maintain: add other ways to abort the about command by @pdevine in #3228
- feat: connector service.type NodePort by @mxyng in #3209
- feat: signup also saves into list of previous logged in orgs by @kimskimchi in #3165
- maintain: fix errors with forgot domain by @pdevine in #3227
- fix: web category links by @jmorganca in #3230
- fix: flicker when clicking logo by @jmorganca in #3225
- fix: consistent breadcrumbs on infrastructure page by @jmorganca in #3226
- improve: trim whitespace when entering server from cli by @kimskimchi in #3235
- fix: add page position and dashboard html bug by @hoyyeva in #3229
- improve: add standard display, sans and monospace fonts to ui by @jmorganca in #3264
- maintain: reduce internal node address log noise by @mxyng in #3265
- maintain: update documentation by @technovangelist in #3233
- fix: website dropdown being cutoff by @jmorganca in #3266
- fix: rename texts and add modal by @hoyyeva in #3263
- feat: add prom metrics for connector->server requests by @mxyng in #3200
- fix: docs toc formatting by @jmorganca in #3267
- Add some multi-org cases for the grants API endpoints by @dnephin in #3219
- Add a bit more validation on create and update by @dnephin in #3222
- maintain: add version cli test + remove server version w/ saas by @pdevine in #3269
- feat: display organization names in previously logged in list by @kimskimchi in #3234
- Use SQL for encryption keys table by @dnephin in #3167
- maintain: updated docs as per jeffs comments by @technovangelist in #3270
- ci: run core ci workflow on more paths by @dnephin in #3204
- fix: broken links on github readme by @jmorganca in #3278
- fix: few more bugs on new ui by @hoyyeva in #3274
- fix: idp docs redirects by @jmorganca in #3279
- Move db encryption key loading to data package by @dnephin in #3168
- Use SQL for Create, Update, and Delete groups by @dnephin in #3199
New Contributors
Full Changelog: v0.15.1...v0.15.2