Releases: aws-amplify/discord-bot
Releases · aws-amplify/discord-bot
v0.7.4
What's Changed
- feat: add ci github action by @josefaidt in #159
- fix: ci to setup pnpm before caching by @josefaidt in #161
- fix: existing lint errors by @josefaidt in #162
- feat: map ci secrets to env vars by @josefaidt in #163
- chore(test): remove test for removed page by @josefaidt in #164
- chore: add NEXTAUTH_SECRET to CI action by @josefaidt in #165
- feat(ci): improved pipeline by @josefaidt in #167
- fix: webhook release payload type by @esauerbo1 in #160
- feat(app): sessions to expire after 30mins, ref #170 by @josefaidt in #172
- release: 0.7.4 by @josefaidt in #173
Full Changelog: v0.7.3...v0.7.4
v0.7.3
What's Changed
- chore(app): add generic authorized endpoint by @josefaidt in #152
- feat(app): restricted page to return proper status codes by @josefaidt in #153
- feat(e2e): add server by @josefaidt in #151
- feat(app): access control with Discord roles by @josefaidt in #154
- chore(app): rename guild -> get-user-access by @josefaidt in #156
- fix: eslint script by @josefaidt in #157
- release: 0.7.3 by @josefaidt in #158
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- fix(cdk): add github release webhook secrets to container by @josefaidt in #149
- release: 0.7.2 by @josefaidt in #150
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- feat: add git hooks, improved linting, check commands by @josefaidt in #142
- fix: add @types/cookie by @josefaidt in #143
- fix(app): admin page redirect when no session by @josefaidt in #144
- fix(app): webhook api route unreachable due to auth constraint, ref #145 by @josefaidt in #146
- chore(app): command API routes to only be callable by admins by @josefaidt in #147
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- chore: rm DISCORD_AUTH_REDIRECT_URI by @josefaidt in #122
- fix: docker compose port mapping 🙃 by @josefaidt in #127
- feat(cdk): add subdomain support by @josefaidt in #124
- feat: upgrade SvelteKit, merge configs by @josefaidt in #119
- feat(app): generate pages from questions by @josefaidt in #128
- Chore: Renaming github webhook to github-release by @esauerbo1 in #139
- fix: logging parsed error body by @esauerbo1 in #140
- feat: add support infrastructure by @josefaidt in #136
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- feat(cdk): cloudfront to redirect to https, ref #121 by @josefaidt in #123
- feat: add gh webhook release notifications by @esauerbo1 in #117
New Contributors
- @esauerbo1 made their first contribution in #117
Full Changelog: v0.5.2...v0.6.0
v0.5.2
What's Changed
- fix: cloudfront should talk to origin over HTTP by @josefaidt in #111
- docs: add architecture diagram to contributing guide by @josefaidt in #113
- fix: URL.pathname -> url.fileURLToPath by @josefaidt in #112
- docs: improve language for creating local dotenv file by @josefaidt in #114
- chore: type interaction handler responses by @josefaidt in #116
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- fix: docker build env vars for Svelte-Kit (import.meta.env) by @josefaidt in #107
- fix: vitest in-source testing, remove client re-export by @josefaidt in #108
- feat: add cloudfront by @josefaidt in #109
- fix: loading env vars when parent directory has a space in it by @josefaidt in #110
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Pilot release by @josefaidt in #14
- feature: migrate to amplify by @josefaidt in #18
- feature: migrate to Amplify, promote to
main
by @josefaidt in #19 - Create LICENSE by @josefaidt in #22
- feat: add security headers to CF distribution by @josefaidt in #23
- feat: project restructure, enable local dev environment by @josefaidt in #29
- feat: hey-amplify name change by @josefaidt in #31
- fix(builder): import regex to not transform "discord.js" by @josefaidt in #34
- feat: enable local dev environment by @josefaidt in #32
- fix: deployment by @josefaidt in #36
- feat: manually add secrets to SSM by @josefaidt in #38
- feat: remove interaction handler by @josefaidt in #44
- [WIP] feat(deploy): Add Fargate service by @dnys1 in #46
- feat: improved discord package by @josefaidt in #47
- feat: 0.1.1 by @josefaidt in #43
- feat: typescript by @josefaidt in #45
- feat: root typescript config by @josefaidt in #54
- feat(bot): add /contribute command by @josefaidt in #53
- feat: add e2e test scaffolding by @josefaidt in #51
- feat: add base cdk construct by @josefaidt in #56
- feat: add support package by @josefaidt in #57
- feat(bot): add bot package by @josefaidt in #55
- feat(app): improve by @josefaidt in #59
- feat: add docker by @josefaidt in #62
- feat: add discord option choice by @josefaidt in #61
- feat: add scripts, create-secrets command by @josefaidt in #63
- feat(cdk): add cdk by @josefaidt in #60
- release: 0.4.0 by @josefaidt in #58
- feat(bot): add autothreading to help channels by @josefaidt in #70
- feat: add efs to infra for bot by @josefaidt in #73
- feat(bot): capture thread updates by @josefaidt in #74
- feat: improve bot Dockerfile, pnpm v7, db mount by @josefaidt in #76
- feat: add codeowners by @josefaidt in #78
- docs: update getting started, bot permissions by @josefaidt in #79
- fix: remove vite/importMeta ref from shared tsconfig by @josefaidt in #81
- chore(cdk): fix cyclic reference by @josefaidt in #77
- chore(cdk): fix efs cyclic reference, simplifies stack by @josefaidt in #83
- feat: monoapp, add discord auth with nextauth by @josefaidt in #85
- style: add Amplify logo, gradient by @josefaidt in #95
- fix: getting started steps and build script by @josefaidt in #98
- fix: load DATABASE_URL with SvelteKit by @josefaidt in #99
- feat: monolith app by @josefaidt in #100
- fix: "command not found" after building, manually import commands by @josefaidt in #102
- fix: decoded file path URL's, fixes where dirs have spaces in names by @josefaidt in #101
- feat: custom server by @josefaidt in #105
- chore: private packages, add setup command by @josefaidt in #106
New Contributors
- @josefaidt made their first contribution in #14
- @dnys1 made their first contribution in #46
Full Changelog: https://github.com/aws-amplify/discord-bot/commits/v0.5.0