- Update box-node-sdk to latest version 3.8.2
- Use environment credentials for Box SDK initialization
- Add Box-specific folder mime type detection
- Make error handling consistent across all methods
- Replace custom Box icon with brand-compliant cloud storage icon
- vitest, test coverage, vitest package
- added dotenv dev dep for vitest loading env
- vitest and integration tests are now sequence.concurrent = true
- docker-compose.test.yml file with database service MinIO and Postgres
test: cache done
test: auth done
test: db done
test: validators done
test: s3-provider done
test: s3 provider basic migrated to vitest
test: basic and intergration test done migrated to vitest
chore:
- Updates to the README.md with prerequisites, reorganized setup instructions, and improved documentation
- Added tests and coverage badge to gh ci action
- Updates to the authentication configuration in packages/auth/src/auth.ts
chore: added upstash vs valkey getter handling (upstash does not resturn
string)
chore: added wrangler dev, bun dev, and production runtime handling for server
chore: context must be re-created (not a singleton) for edge runtime)
Adds @aws-sdk/client-s3 package to enable S3 operations including
file upload, download, listing, and management for both AWS S3
and S3-compatible storage services.
- Add defaultProviderId to user table
- Added providerId to serrion table.
- Added databaseHooks for customFields
- Refactor account table with better type safety and indexes
- Standardize timestamp handling across all tables
- Reorganize provider type definitions
- Add new validation schemas for providers
- Updated all packages to latest: bun update --latest
- Split validators/index.ts into separate files by domain (email, file, password, tag)
- Moved related schemas and types to their respective modules
- Updated imports to use the new module structure
- Maintained all existing validation logic and types
- Added multiSession plugin
- Refactored useAuth.ts
- Added SocialProvider for provider context
* added: valkey
* update: waitlist database-based-rate-limiting with valkey-based-rate-limiting
* Update rate-limiter-utils.ts
* fixed: typos in docs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* update: valkey.ts with event handling
* updated: fetch data from server API instead of next.js API route
* Update waitlist.tsx
* deleted: next.js API routes
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
prettier format header.tsx
adding oxlint and updating packages
wip: merging this all together
fix: removed duplicate component declarations
Somehow this got all messed up on the last merge
fixed by downgrading drizzle-orm
2025-06-18. cloudflare:workers runtime import from hono/logger. REMOVED. https://github.com/honojs/hono/issues/4233#issuecomment-2985229943
chore: added dist to .gitignore. fixed GoogleDrive import