Skip to content

GimVičUrnik 2.2.0

Compare
Choose a tag to compare
@filips123 filips123 released this 27 Apr 21:22
· 242 commits to main since this release
ad5373a

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.