Summary
- Added autocorrect support
- Migrated to MongoDB Atlas Search. This fixes a bug where search results sometimes have duplicated results when using the cursor, which was caused by inconsistent results across queries
- Updated App Engine runtime to Node.JS v20
- Removed Cloud Debugger API because it's been deprecated
- Updated dependencies
What's Changed
- Add autocorrect algorithm to Korean search by @Ninjaman494 in #170
- Drop 1 occurrence words from dictionary to save memory by @Ninjaman494 in #171
- Change autocorrected in search query from boolean to string by @Ninjaman494 in #174
- Migrate to MongoDB Atlas Search by @Ninjaman494 in #179
- Update actions/checkout action to v4 by @renovate in #177
- Update SpicyPizza/create-envfile action to v2 by @renovate in #173
- Update dependency @types/express to v4.17.21 by @renovate in #178
- Update Dev Dependencies (non-major) by @renovate in #166
- Update Dependencies (non-major) by @renovate in #169
- Removed Cloud Debugger API by @Ninjaman494 in #180
- Update Dev Dependencies (non-major) to v7.23.7 by @renovate in #181
- Update actions/setup-node action to v4 by @renovate in #182
- Update App Engine runtime to node 20 by @Ninjaman494 in #186
- Update google-github-actions/deploy-appengine action to v2 by @renovate in #185
- Update google-github-actions/auth action to v2 by @renovate in #184
- Update dependency @babel/preset-env to v7.23.8 by @renovate in #188
- Update dependency @slack/web-api to v6.11.2 by @renovate in #187
Full Changelog: v2.5.3...v2.5.4