Releases: aws-amplify/discord-bot
Releases · aws-amplify/discord-bot
v0.8.3
What's Changed
What's Changed
- chore(app): improve messaging for guilds by @josefaidt in #325
- chore(app): migrate applyRoles to use guildId from params by @josefaidt in #326
- fix(app): always set guild cookie on init by @josefaidt in #327
Full Changelog: v0.8.2...v0.8.3
v0.8.2
What's Changed
What's Changed
- fix(actions): valid workflow file by @josefaidt in #321
- fix(actions): sequential release not to create GitHub release for next by @josefaidt in #322
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
What's Changed
- feat(cdk): add headers to cf cache key, pass to origin for webhook by @josefaidt in #175
- feat: guild to be primary entity by @josefaidt in #186
- fix(bot): thread command to respond correctly outside help, ref #179 by @josefaidt in #183
- feat(app): disable default next-auth pages by @josefaidt in #182
- feat(app): add sidenav by @josefaidt in #181
- chore: rename ci action to run-ci by @josefaidt in #187
- fix(ci): add bot token by @josefaidt in #188
- feat(bot): add ability to select an answer by @josefaidt in #184
- feat(bot): remove custom command layer in favor of discordjs/builders by @josefaidt in #190
- feat(ci): add github secrets by @josefaidt in #201
- feat: github auth flow and auto-applying discord roles by @esauerbo1 in #174
- feat: add question seed data by @josefaidt in #203
- feat(bot): add q command by @josefaidt in #204
- chore: upgrading next-auth version by @esauerbo1 in #205
- feat(infra): updates for encryption, deletion policy by @josefaidt in #200
- feat: run tsc on staged files on commit by @josefaidt in #212
- fix(bot): allow admins, staff to mark questions as solved by @josefaidt in #210
- feat(app): add support for general public API routes by @josefaidt in #209
- feat: upgrade dependencies by @josefaidt in #207
- chore(app): type SvelteKit endpoints by @josefaidt in #213
- fix: changing next auth api routes to all caps by @esauerbo1 in #217
- fix: patch aws package for cdk esm by @josefaidt in #218
- fix(infra): remove litestream in favor of cron backup by @josefaidt in #219
- feat: mirror Discord threads to GitHub Discussions by @esauerbo1 in #206
- fix(test): remove placeholder unit tests from commands by @josefaidt in #222
- release: 0.8.0-next.0 by @josefaidt in #220
- fix: move svelte to dependencies by @josefaidt in #223
- feat: track participation in questions by @josefaidt in #226
- fix(app): error page title by @josefaidt in #221
- feat: adding color endpoint by @esauerbo1 in #225
- docs: update repo reference, architecture diagram by @josefaidt in #229
- chore: move prisma generate from npm:prepare to postinstall by @josefaidt in #230
- feat: add storage for contributor role by @josefaidt in #211
- chore(ci): silent tests by @josefaidt in #231
- fix(bot): enforce uniqueness on question ID + participant ID by @josefaidt in #237
- fix(bot): track answer participation record, owner is a participant by @josefaidt in #241
- fix(app): remove mention of NextAuth from error messages by @josefaidt in #233
- fix(app): do not restrict profile/link when not logged in with discord by @josefaidt in #240
- feat: dashboard by @esauerbo1 in #248
- feat(infra): add WAF by @josefaidt in #235
- chore: improve seed data with fake users, roles, answers by @josefaidt in #247
- fix: adding GitHub Discussion that matches schema by @esauerbo1 in #246
- feat(app): migrate SvelteKit routes by @josefaidt in #249
- feat(infra): split accounts, enable db backup, fix app server build by @josefaidt in #255
- fix(infra): litestream needs bucket path, region by @josefaidt in #256
- chore: add setup guide to Contributing guide by @esauerbo1 in #251
- chore: making scrollbar track invisible by @esauerbo1 in #254
- release: 0.8.0-next.1 by @josefaidt in #257
- fix: remove stray workspace package by @josefaidt in #258
- chore(ci): silent install output, build packages by @josefaidt in #260
- feat: add vite plugins by @josefaidt in #259
- feat(vite-plugin-server): allow disabled dev server by @josefaidt in #261
- feat(app): add secure headers to server by @josefaidt in #263
- fix(app): csp headers by @josefaidt in #266
- chore: add docker compose npm script by @josefaidt in #267
- fix(app): login button to always use VITE_HOST as redirect by @josefaidt in #268
- release: 0.8.0-next.2 by @josefaidt in #269
- chore(infra): add WAF to ELB by @josefaidt in #270
- chore(infra): enable deletion protection on ALB by @josefaidt in #271
- fix(app): color code for svg fill by @josefaidt in #272
- chore: Update CODEOWNERS by @palpatim in #274
- feat(infra): specify ingress/egress rules, alb access logs by @josefaidt in #276
- release: 0.8.0-next.3 by @josefaidt in #277
- feat(app): add multi-guild support by @josefaidt in #262
- chore(bot): refactor client to use events enum by @josefaidt in #278
- fix(app): logout route to use locals.session by @josefaidt in #280
- feat: add issue template for bugs by @josefaidt in #289
- feat: add action to remove pending-author label by @josefaidt in #287
- fix: use string instead of env var in if block by @josefaidt in #291
- feat: add issue template for new commands by @josefaidt in #288
- chore: change npm setup-dev -> setup-docker by @josefaidt in #282
- docs: update local setup information by @josefaidt in #292
- fix(app): use of isLoggedIn with page load by @josefaidt in #286
- fix(bot): giverole command option parsing, messaging, ref #176 by @josefaidt in #283
- feat(app): add breadcrumb navi to admin page by @josefaidt in #281
- chore(bot): q command should not fail when there are no questions by @josefaidt in #294
- feat(ci): add release action by @josefaidt in #169
- feat(app): partial integration support by @josefaidt in #265
- fix: formatting discussion codeblocks by @josefaidt in #299
- fix(bot): remove usage of $env from sveltekit by @josefaidt in #301
- chore(actions): migrate usage of
set-output
, by @josefaidt in #302 - fix(actions): release-env to inherit secrets from chosen env by @josefaidt in #303
- fix(actions): release-env to inherit secrets from chosen env by @josefaidt in #305
- chore: add prisma migration, migration command by @josefaidt in #307
- chore(actions): silence pnpm build by @josefaidt in #308
- feat(actions): allow pre-semver version options, enable NEXTAUTH secrets to SSM, rolling release by @josefaidt in https:/...
v0.8.1-next.1
What's Changed
What's Changed
- fix(actions): add VITE_ env vars to release actions by @josefaidt in #316
Full Changelog: v0.8.1-next.0...v0.8.1-next.1
v0.8.1-next.0
What's Changed
What's Changed
- feat(actions): allow pre-semver version options, enable NEXTAUTH secrets to SSM, rolling release by @josefaidt in #311
- fix(actions): pre* semver to create with
next
preid by @josefaidt in #314
Full Changelog: v0.8.0-next.7...v0.8.1-next.0
v0.8.0-next.7
What's Changed
What's Changed
- feat(app): add multi-guild support by @josefaidt in #262
- chore(bot): refactor client to use events enum by @josefaidt in #278
- fix(app): logout route to use locals.session by @josefaidt in #280
- feat: add issue template for bugs by @josefaidt in #289
- feat: add action to remove pending-author label by @josefaidt in #287
- fix: use string instead of env var in if block by @josefaidt in #291
- feat: add issue template for new commands by @josefaidt in #288
- chore: change npm setup-dev -> setup-docker by @josefaidt in #282
- docs: update local setup information by @josefaidt in #292
- fix(app): use of isLoggedIn with page load by @josefaidt in #286
- fix(bot): giverole command option parsing, messaging, ref #176 by @josefaidt in #283
- feat(app): add breadcrumb navi to admin page by @josefaidt in #281
- chore(bot): q command should not fail when there are no questions by @josefaidt in #294
- feat(ci): add release action by @josefaidt in #169
- feat(app): partial integration support by @josefaidt in #265
- fix: formatting discussion codeblocks by @josefaidt in #299
- fix(bot): remove usage of $env from sveltekit by @josefaidt in #301
- chore(actions): migrate usage of
set-output
, by @josefaidt in #302 - fix(actions): release-env to inherit secrets from chosen env by @josefaidt in #303
- fix(actions): release-env to inherit secrets from chosen env by @josefaidt in #305
- chore: add prisma migration, migration command by @josefaidt in #307
- chore(actions): silence pnpm build by @josefaidt in #308
New Contributors
- @github-actions made their first contribution in #300
Full Changelog: 0.8.0-next.3...v0.8.0-next.7
0.8.0-next.3
What's Changed
- chore(infra): add WAF to ELB by @josefaidt in #270
- chore(infra): enable deletion protection on ALB by @josefaidt in #271
- fix(app): color code for svg fill by @josefaidt in #272
- chore: Update CODEOWNERS by @palpatim in #274
- feat(infra): specify ingress/egress rules, alb access logs by @josefaidt in #276
- release: 0.8.0-next.3 by @josefaidt in #277
New Contributors
Full Changelog: 0.8.0-next.2...0.8.0-next.3
0.8.0-next.2
What's Changed
- fix: remove stray workspace package by @josefaidt in #258
- chore(ci): silent install output, build packages by @josefaidt in #260
- feat: add vite plugins by @josefaidt in #259
- feat(vite-plugin-server): allow disabled dev server by @josefaidt in #261
- feat(app): add secure headers to server by @josefaidt in #263
- fix(app): csp headers by @josefaidt in #266
- chore: add docker compose npm script by @josefaidt in #267
- fix(app): login button to always use VITE_HOST as redirect by @josefaidt in #268
- release: 0.8.0-next.2 by @josefaidt in #269
Full Changelog: 0.8.0-next.1...0.8.0-next.2
0.8.0-next.1
What's Changed
- fix: move svelte to dependencies by @josefaidt in #223
- feat: track participation in questions by @josefaidt in #226
- fix(app): error page title by @josefaidt in #221
- feat: adding color endpoint by @esauerbo1 in #225
- docs: update repo reference, architecture diagram by @josefaidt in #229
- chore: move prisma generate from npm:prepare to postinstall by @josefaidt in #230
- feat: add storage for contributor role by @josefaidt in #211
- chore(ci): silent tests by @josefaidt in #231
- fix(bot): enforce uniqueness on question ID + participant ID by @josefaidt in #237
- fix(bot): track answer participation record, owner is a participant by @josefaidt in #241
- fix(app): remove mention of NextAuth from error messages by @josefaidt in #233
- fix(app): do not restrict profile/link when not logged in with discord by @josefaidt in #240
- feat: dashboard by @esauerbo1 in #248
- feat(infra): add WAF by @josefaidt in #235
- chore: improve seed data with fake users, roles, answers by @josefaidt in #247
- fix: adding GitHub Discussion that matches schema by @esauerbo1 in #246
- feat(app): migrate SvelteKit routes by @josefaidt in #249
- feat(infra): split accounts, enable db backup, fix app server build by @josefaidt in #255
- fix(infra): litestream needs bucket path, region by @josefaidt in #256
- chore: add setup guide to Contributing guide by @esauerbo1 in #251
- chore: making scrollbar track invisible by @esauerbo1 in #254
- release: 0.8.0-next.1 by @josefaidt in #257
Full Changelog: 0.8.0-next.0...0.8.0-next.1
0.8.0-next.0
What's Changed
- feat(cdk): add headers to cf cache key, pass to origin for webhook by @josefaidt in #175
- feat: guild to be primary entity by @josefaidt in #186
- fix(bot): thread command to respond correctly outside help, ref #179 by @josefaidt in #183
- feat(app): disable default next-auth pages by @josefaidt in #182
- feat(app): add sidenav by @josefaidt in #181
- chore: rename ci action to run-ci by @josefaidt in #187
- fix(ci): add bot token by @josefaidt in #188
- feat(bot): add ability to select an answer by @josefaidt in #184
- feat(bot): remove custom command layer in favor of discordjs/builders by @josefaidt in #190
- feat(ci): add github secrets by @josefaidt in #201
- feat: github auth flow and auto-applying discord roles by @esauerbo1 in #174
- feat: add question seed data by @josefaidt in #203
- feat(bot): add q command by @josefaidt in #204
- chore: upgrading next-auth version by @esauerbo1 in #205
- feat(infra): updates for encryption, deletion policy by @josefaidt in #200
- feat: run tsc on staged files on commit by @josefaidt in #212
- fix(bot): allow admins, staff to mark questions as solved by @josefaidt in #210
- feat(app): add support for general public API routes by @josefaidt in #209
- feat: upgrade dependencies by @josefaidt in #207
- chore(app): type SvelteKit endpoints by @josefaidt in #213
- fix: changing next auth api routes to all caps by @esauerbo1 in #217
- fix: patch aws package for cdk esm by @josefaidt in #218
- fix(infra): remove litestream in favor of cron backup by @josefaidt in #219
- feat: mirror Discord threads to GitHub Discussions by @esauerbo1 in #206
- fix(test): remove placeholder unit tests from commands by @josefaidt in #222
- release: 0.8.0-next.0 by @josefaidt in #220
Full Changelog: v0.7.4...0.8.0-next.0