-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: release candidate #380
Conversation
Co-authored-by: Adam Howard <[email protected]>
Co-authored-by: Adam Howard <[email protected]>
Co-authored-by: Stef Lewandowski <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Quality Gate passedIssues Measures |
Playwright test resultsDetails Open report ↗︎ Skipped testsNo persona › tests/auth.test.ts › authenticate through Clerk UI |
🎉 This PR is included in version 1.16.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
Enhancements
Refactor: Add Granular Logging to Cron Job
Introduced more detailed logging to improve debugging for cron jobs.
#373
Chore: Experimental Properties on Lesson Plan
Added experimental properties to enhance AI lesson planning capabilities.
#362
Bug Fixes
Handle Aborts and Add Logging in Stream Handler
Fixed an issue with abort handling and introduced better logging mechanisms.
#350
Fix Hook Error on Sign-In Page
Resolved a bug causing hook errors during the sign-in process.
#208
Add Missing Dependencies to Analytics Provider
Addressed a runtime error by including the necessary dependencies.
#306
Security: Upgrade next to 14.2.18
Bumped the next framework to version 14.2.18 to fix security vulnerabilities.
#242
Testing
Add Stories for Dialogs
Added test cases for various dialog components to improve coverage.
#372
Test Right-Hand Side of Lesson Planner
Implemented stories to test UI components for the lesson planner's right-hand section.
#377