3.15.3
What's Changed
- Improved Dockerfile to reduce image size by @tdurieux in #2801
- Updated SECURITY.md by @tillprochaska in #3218
- New user guide by @tillprochaska in #3223
- Make it possible to manually trigger a docs deployment by @tillprochaska in #3226
- Add redirects for old user guide links by @tillprochaska in #3229
- Updated dev environment by @monneyboi in #3205
⚠️ NOTE⚠️ : this will upgrade the postgres container in the development environment from version 10 to 15 and since the data files are binary incompatible you need to either manually update them (for instance using this) or by cleaning out your local postgres volumes (docker volume rm aleph_postgres-data aleph_postgres-data-e2e
followed bymake upgrade
) - Remove query_string_query function, remove fields from highlight query by @monneyboi in #3280
- Add
make format-check
as pull request "check" by @monneyboi in #3282
Dependency upgrades
- Bump semver from 6.3.0 to 6.3.1 in /docs by @dependabot in #3212
- Bump followthemoney from 3.4.4 to 3.5.2 by @dependabot in #3305
- Bump sentry-sdk[flask] from 1.21.0 to 1.30.0 by @dependabot in #3306
- Bump pytest-playwright from 0.3.3 to 0.4.2 by @dependabot in #3308
- Bump flask-talisman from 1.0.0 to 1.1.0 by @dependabot in #3303
- Bump fingerprints from 1.0.3 to 1.1.1 by @dependabot in #3298
- Bump ruff from 0.0.270 to 0.0.287 by @dependabot in #3319
- Bump playwright from 1.32.1 to 1.37.0 by @dependabot in #3304
- Bump jsonschema from 4.17.3 to 4.19.0 by @dependabot in #3310
- Bump flask from 2.3.2 to 2.3.3 by @dependabot in #3297
- Bump babel from 2.11.0 to 2.12.1 by @dependabot in #2900
- Bump pyyaml from 6.0 to 6.0.1 by @dependabot in #3270
- Bump pantomime from 0.5.3 to 0.6.1 by @dependabot in #3261
- Bump black from 23.3.0 to 23.7.0 by @dependabot in #3259
- Bump flask-cors from 3.0.10 to 4.0.0 by @dependabot in #3202
- Bump sqlalchemy from 2.0.17 to 2.0.20 by @dependabot in #3296
- Bump followthemoney-store[postgresql] from 3.0.5 to 3.0.6 by @dependabot in #3307
- Bump servicelayer[amazon,google] from 1.21.0 to 1.21.2 by @dependabot in #3300
- Bump gunicorn[eventlet] from 20.1.0 to 21.2.0 by @dependabot in #3268
- Bump authlib from 0.15.5 to 1.2.1 by @dependabot in #3201
- Bump alembic from 1.8.1 to 1.12.0 by @dependabot in #3311
- Bump flask-migrate from 3.1.0 to 4.0.4 by @dependabot in #2868
- Update cryptography requirement from <38.0.0,>=36.0.0 to >=36.0.0,<42.0.0 by @dependabot in #3110
- Update pyjwt requirement from <2.6.0,>=2.0.1 to >=2.0.1,<2.9.0 by @dependabot in #3269
New Contributors
Full Changelog: 3.15.1...3.15.3