Bicrypto 6.0.8
6 January 2026
This release has upgrade notes. Read them before updating — they describe behaviour changes that need your attention.
Core v6.0.8
Release Date: January 6, 2026 Tags: BUG FIX, ADMIN, BLOG, AUTH
Overview
Version 6.0.8 addresses several bugs across the platform including registration errors, blog post editing problems, and backend improvements.
Upgrade Notes
Step 1: Run Updator
pnpm updatorNo additional configuration is required for this update.
Upgrade Support
For assistance with migration or issues:
- Visit our Support Center
- Review the Documentation
- Check Server Requirements
Changed
Reduced Backend Log Noise
Reduced excessive logging in production environments:
- Exchange time sync messages now only warn for offsets greater than 5 seconds (previously 1 second)
- License API debug logs moved from info to debug level, reducing console clutter
Fixed
Registration Form Error
Fixed an error that caused the registration page to crash when creating a new account. Users can now register without encountering any errors.
Blog Post Edit Failed
Fixed an issue where editing a blog post would fail with "Author Id is required" error. The edit form now properly includes the author selection field, allowing you to view and change the post author when editing.
Backend Route Registration
Fixed an issue where API routes were not being registered correctly in development mode when the backend was started from the backend folder. Route registration now works correctly in all three cases:
- Development, started from the backend folder
- Development, started from the root folder
- Production, started from the root folder
Newly added API endpoints are now registered as expected.
Backend Version Display
Fixed the server startup banner showing "vundefined" instead of the actual version number.