The monthly Oqtane Community Standup was held on January 7, 2026.
2025 Summary
Oqtane was the in the top 5 most active open source Community projects in the .NET Foundation in 2025 in terms of total Pull Requests and Commits.

- 12 Releases
- 602 Pull Requests
- 1321 Commits
- 156 Issues Closed
Some of the significant improvements in 2025:
- Oqtane Application Template
- Passkey and Login Link authentication options
- Settings Management
- Radzen Rich Text Editor
- Timezone Management
- SMTP Mailkit and OAuth2 authentication support
- Cookie Consent, Privacy, Terms
- Static Asset Caching
- User Impersonation
- Upgrade to .NET 10
10.0.1 Release
10.0.1 released on December 15, 2025.
- 38 Pull Requests (3325 Total)
- 118 Commits (7440 Total)
- 5 Contributors (58 Total)
Contributors: @sbwalker, @zyhfish, @leigh-pointer, @W6HBR, @vnetonline
Highlights
- Updated to .NET SDK 10.0.1
- Improved 404 Handling
- Enhanced Navigation Site Setting
- Forgot Username
- Login Link
10.0.3 Release
10.0.3 released on December 24, 2025.
- 19 Pull Requests (3344 Total)
- 35 Commits (7475 Total)
- 2 Contributors (58 Total)
Contributors: @sbwalker, @zyhfish
**Note that 10.0.3 replaced 10.0.2 due to an upgrade migration issue (adding a new column without a nullable attribute)
Highlights
- Oqtane 10 upgrade improvement (module migrations)
- PostgreSQL provider fix (Passkey table)
- SQLite provider fix (drop column support)
- Page Management UX improvements
- Passkey and Login Link UX improvements
- Capture Referrer Url for broken links
10.0.4 Release
10.0.4 will be released in mid-January 2026.
Highlights
- A PR was merged to the NotificationJob in 10.0.1 which affected the delivery of emails using the default settings, so it needed to be rolled back
- In Site Settings in the SMTP Settings “Relay Configured?” was renamed to “Enable Send Delegation?”. This change was made to clarify the intent of the setting as many users did not understand its actual purpose.
- Improvements to Edit Scheduled Job UI and Next Execution Date
- Updated to .NET SDK 10.0.2
MySQL Support in Oqtane 10
- Pomelo.EntityFrameworkCore.MySql dependency still not yet available for .NET 10
- Attempted to migrate to MySQL.EntityFrameworkCore
- Encountered issue with new .NET Identity Passkey feature - property defined as string[] not supported by MySQL.EntityFrameworkCore
- Added logic to use Version2 of .NET Identity with MySQL.EntityFrameworkCore (ie. without Passkey support)
Demonstration
Some of the new features described above were demonstrated.
Oqtane Events
Please take the opportunity to watch recordings of some of the most recent Oqtane presentations:
- Nov 10, 2025 - .NET Foundation Summit - Oqtane
- Nov 14, 2025 - .NET Conf - .NET Scores A “Perfect 10”
- Dec 17, 2025 - Showcasing Oqtane 10 on .NET 10 with Daniel Roth
2026 Roadmap
The following enhancements will be prioritized in 2026:
- Content Staging / Localization
- JavaScript Improvements
- Scale Out Support (folder providers, caching, etc…)
- AI-enablement
- Marketplace Improvements
- Commercial Support
Epilogue
The full recording of the meeting has been published to Oqtane's YouTube Channel:
The next Oqtane Community Standup will be on Wednesday, February 4, 2026:
Meetings occur on the first Wednesday of each month (add to your calendar so you don't forget)
This is easily the best open source ever I just can't wait for it to get to be a mature content platform. I'm also looking forward to using this as a template in applications and that's a little unclear on how to separate the functionality from the core application including understanding workflows integration and multi-tennat, permissions role support.