v2.1.0
Overview
- 非同期処理を効率化しました。
- 画像アップロード機能を追加しました。
- 非同期処理の際のCookieの取り扱いに関する問題を修正しました。
- 技術的には、AESによってAPI Keyを作成し、APIエンドポイントに流しています。
- CookieはVercelのSecureCookieの影響でSSR時に使用できませんでした。
What's Changed
- Add image upload, retrieval, and deletion API endpoints for clubs by @yuito-it in #67
- Refactor and enhance asynchronous data handling with React Suspense by @yuito-it in #69
- Enhance session management with API key encryption and validation by @yuito-it in #72
- Enhance API key encryption and session management by @yuito-it in #73
Full Changelog: v1.5.0...v2.1.0