-
NexaPG 0.1.7 - Backend Security Update
StableAll checks were successfulPostgreSQL Compatibility Matrix / PG14 smoke (push) Successful in 8sPostgreSQL Compatibility Matrix / PG15 smoke (push) Successful in 8sPostgreSQL Compatibility Matrix / PG16 smoke (push) Successful in 7sPostgreSQL Compatibility Matrix / PG17 smoke (push) Successful in 8sPostgreSQL Compatibility Matrix / PG18 smoke (push) Successful in 8sDocker Publish (Release) / Build and Push Docker Images (release) Successful in 1m32sreleased this
2026-02-13 12:10:48 +00:00 | 24 commits to main since this releaseSecurity
Backend Dependency Hardening
- Updated backend framework and security-related Python packages:
fastapi->0.129.0starlette->0.52.1(explicitly pinned)cryptography->46.0.5python-multipart->0.0.22ecdsa->0.19.1
Backend Base Image Hardening
- Updated backend runtime base image:
python:3.12-slim->python:3.13-slim
- Added OS package security refresh during image build:
apt-get updateapt-get upgrade -y- cleanup of apt lists to keep image lean
Notes
- No database migration required.
- Rebuild and republish backend image, then redeploy to apply all security updates.
Downloads
- Updated backend framework and security-related Python packages: