You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Automatic deployment workflow.
Changed
Replace pdf2docx with pdfplumber.
Store sorted classes selection.
Update depencencies.
Fixed
Fix Sentry instrumentation for frontend.
Make updaters and parsers more reliable.
Backward Incompatible Changes
The minimum Python version has been bumped to 3.10.
Command for cleaning up the database has been removed, as it has been unused for a long time.
Database structure may have changed slightly due to the SQLAlchemy upgrade. Notably, some nullable constraints have been changed. However, the old database structure should still be compatible.
The sampleRate field in the backend config to manage traces sample rate has been renamed to tracesSampleRate. A new profilerSampleRate field to manage profiler sample rate has also been introduced.
The VUE_APP_SENTRY_SAMPLE_RATE field in the frontend config has been renamed to VUE_APP_SENTRY_TRACE_SAMPLE_RATE, and the VUE_APP_SENTRY_TRACING_ORIGINS field has been renamed to VUE_APP_SENTRY_TRACE_PROPAGATION_TARGETS.