Skip to content

v3.1.1 — Maintenance & Security Patch

Choose a tag to compare

@Blb3D Blb3D released this 23 Feb 18:47

FilaOps v3.1.1 — Maintenance & Security Patch

26 commits | Security fixes, data integrity, dependency updates

Patch release addressing security findings, a foreign key bug, and timezone handling — plus 13 dependency updates.


Security

  • Resolved 6 CodeQL security alerts (#339)
  • API error responses no longer expose stack traces (#335)

Bug Fixes

  • Product customer_id FK pointed at wrong table — now correctly references customers (#338)
  • PostgreSQL timezone — session forced to UTC, naive datetimes handled correctly (#336)
  • Import ordering fix in fulfillment_queue.py (#337)
  • Datetime deprecation warnings and auth cleanup (Session 13 code review)

Dependencies (13 updates)

Python: sqlalchemy 2.0.46, pydantic-settings 2.13.0, email-validator 2.3.0, alembic 1.18.4, reportlab 4.4.10
JavaScript: lucide-react 0.564.0, @types/react 19.2.14, eslint-plugin-react-refresh
CI: actions/checkout v6, setup-python v6, upload-pages-artifact v4, codeql-action v4

Other

  • Configurable database connection pool size
  • PRO code isolation safeguards
  • Branded documentation site with user manual

Full Changelog: v3.1.0...v3.1.1