Releases: ThePalaceProject/library-registry
Releases · ThePalaceProject/library-registry
v2.8.0
Immutable
release. Only release title and notes can be modified.
What's Changed
Other changes
Dependency updates
- Bump requests from 2.32.5 to 2.33.0 by @dependabot[bot] in #907
- Bump gunicorn from 25.2.0 to 25.3.0 by @dependabot[bot] in #908
- Bump tox from 4.50.3 to 4.51.0 by @dependabot[bot] in #909
- Bump pygments from 2.19.2 to 2.20.0 by @dependabot[bot] in #910
- Bump tox from 4.51.0 to 4.52.0 by @dependabot[bot] in #912
- Bump requests from 2.33.0 to 2.33.1 by @dependabot[bot] in #911
- Bump pillow from 12.1.1 to 12.2.0 by @dependabot[bot] in #913
- Bump dunamai from 1.26.0 to 1.26.1 by @dependabot[bot] in #914
- Bump pytest from 9.0.2 to 9.0.3 by @dependabot[bot] in #915
- Bump tox from 4.52.0 to 4.52.1 by @dependabot[bot] in #916
- Bump lxml from 6.0.2 to 6.0.3 by @dependabot[bot] in #917
- Bump geoalchemy2 from 0.18.4 to 0.19.0 by @dependabot[bot] in #918
- Bump lxml from 6.0.3 to 6.0.4 by @dependabot[bot] in #919
- Bump tox from 4.52.1 to 4.53.0 by @dependabot[bot] in #920
- Bump mako from 1.3.10 to 1.3.11 by @dependabot[bot] in #921
- Bump lxml from 6.0.4 to 6.1.0 by @dependabot[bot] in #922
- Bump psycopg2-binary from 2.9.11 to 2.9.12 by @dependabot[bot] in #923
- Bump psycopg2 from 2.9.11 to 2.9.12 by @dependabot[bot] in #924
- Bump pre-commit from 4.5.1 to 4.6.0 by @dependabot[bot] in #926
Full Changelog: v2.7.1...v2.8.0
v2.7.1
Immutable
release. Only release title and notes can be modified.
What's Changed
Bug fixes
Dependency updates
- Bump gunicorn from 25.1.0 to 25.2.0 by @dependabot[bot] in #906
Full Changelog: v2.7.0...v2.7.1
v2.7.0
Immutable
release. Only release title and notes can be modified.
What's Changed
Bug fixes
None
Other changes
- Add a paginated crawlable feed (PP-3584) by @tdilauro in #868
- Adds JIRA Release Sync action to github workflows (PP-3787) by @dbernstein in #876
- Split up slow test and other test clean up (PP-1999) by @tdilauro in #882
- Add timezone awareness by @tdilauro in #883
- Move code into palace.registry package (PP-3823) by @tdilauro in #886
- Add Dependabot auto-approve and auto-merge workflow by @jonathangreen in #890
- Replace
pytzwith standard library datetime timezones. (PP-3821) by @tdilauro in #893 - Sorting and filtering with facets in paginated feed (PP-3856) by @tdilauro in #902
Dependency updates
- Bump boto3 from 1.42.47 to 1.42.53 by @dependabot[bot] in #875
- Bump tox from 4.34.1 to 4.42.0 by @dependabot[bot] in #874
- Bump pre-commit from 3.5.0 to 4.5.1 by @dependabot[bot] in #867
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #877
- Bump geoalchemy2 from 0.18.1 to 0.18.3 by @dependabot[bot] in #878
- Bump boto3 from 1.42.53 to 1.42.56 by @dependabot[bot] in #879
- Bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #880
- Bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #881
- Bump requests from 2.32.4 to 2.32.5 by @dependabot[bot] in #872
- Bump dunamai from 1.25.0 to 1.26.0 by @dependabot[bot] in #873
- Bump tox from 4.46.0 to 4.47.0 by @dependabot[bot] in #884
- Bump pytz from 2025.2 to 2026.1.post1 by @dependabot[bot] in #887
- Bump geoalchemy2 from 0.18.3 to 0.18.4 by @dependabot[bot] in #888
- Bump tox from 4.47.0 to 4.47.3 by @dependabot[bot] in #889
- Bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #892
- Bump docker/login-action from 3 to 4 by @dependabot[bot] in #891
- Bump docker/build-push-action from 6 to 7 by @dependabot[bot] in #895
- Bump tox from 4.47.3 to 4.48.1 by @dependabot[bot] in #896
- Bump docker/metadata-action from 5 to 6 by @dependabot[bot] in #894
- Bump tox from 4.48.1 to 4.49.0 by @dependabot[bot] in #897
- Bump tox from 4.49.0 to 4.49.1 by @dependabot[bot] in #898
- Bump pyjwt from 2.11.0 to 2.12.0 by @dependabot[bot] in #899
- Bump pyjwt from 2.12.0 to 2.12.1 by @dependabot[bot] in #900
- Bump tox from 4.49.1 to 4.50.0 by @dependabot[bot] in #901
- Bump tox from 4.50.0 to 4.50.1 by @dependabot[bot] in #903
- Bump tox from 4.50.1 to 4.50.3 by @dependabot[bot] in #904
Full Changelog: v2.6.0...v2.7.0
v2.6.0
What's Changed
Bug fixes
- Fix minio for CI (PP-3582) by @tdilauro in #851
- Work around tox-docker KeyError on Docker 29+ by @jonathangreen in #862
Other changes
- Remove location-based results from /libraries feeds (PP-3587) by @tdilauro in #855
- Update Python to 3.12+ and CI to 3.12/3.13/3.14 by @jonathangreen in #859
- Update pre-commit hook versions by @jonathangreen in #861
Dependency updates
- Bump dunamai from 1.24.1 to 1.25.0 by @dependabot[bot] in #839
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #844
- Bump requests from 2.32.3 to 2.32.4 by @dependabot[bot] in #837
- Bump pytest-datadir from 1.7.0 to 1.8.0 by @dependabot[bot] in #840
- Bump feedparser from 6.0.11 to 6.0.12 by @dependabot[bot] in #845
- Bump lxml from 5.4.0 to 6.0.2 by @dependabot[bot] in #846
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #849
- Bump virtualenv from 20.29.1 to 20.36.1 by @dependabot[bot] in #850
- Bump actions/cache from 4 to 5 by @dependabot[bot] in #852
- Bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #853
- Bump tox-gh-actions from 3.3.0 to 3.5.0 by @dependabot[bot] in #856
- Bump aws-xray-sdk from 2.14.0 to 2.15.0 by @dependabot[bot] in #857
- Bump bcrypt from 4.3.0 to 5.0.0 by @dependabot[bot] in #858
- Bump actions/download-artifact from 4 to 7 by @dependabot[bot] in #854
- Update dependencies by @jonathangreen in #860
- Bump psycopg2 from 2.9.10 to 2.9.11 by @dependabot[bot] in #863
- Bump pytest from 8.3.5 to 9.0.2 by @dependabot[bot] in #865
- Bump alembic from 1.14.1 to 1.18.4 by @dependabot[bot] in #866
- Bump werkzeug from 3.1.5 to 3.1.6 by @dependabot[bot] in #869
- Bump flask from 3.1.2 to 3.1.3 by @dependabot[bot] in #870
- Bump gunicorn from 25.0.3 to 25.1.0 by @dependabot[bot] in #871
Full Changelog: v2.5.1...v2.6.0
v2.5.1
What's Changed
- Bump dunamai from 1.23.1 to 1.24.1 by @dependabot in #832
- Bump pytest-timeout from 2.3.1 to 2.4.0 by @dependabot in #829
- Bump lxml from 5.3.2 to 5.4.0 by @dependabot in #828
- Bump pytest-datadir from 1.6.1 to 1.7.0 by @dependabot in #834
Full Changelog: v2.5.0...v2.5.1
v2.5.0
What's Changed
Bug Fixes
- Add cache-control header to auth document requests (PP-2380) by @jonathangreen in #821
- Fix container failing to start no supervisord by @jonathangreen in #823
Other Changes
- Update pre-commit by @jonathangreen in #766
- Build arm containers with new github actions arm runner (PP-2139) by @jonathangreen in #765
- Bump poetry version to match dependabot by @jonathangreen in #813
- Update our pre-commit linters by @jonathangreen in #815
- A testing job to docker build by @jonathangreen in #824
Dependency Updates
- Bump boto3 from 1.35.76 to 1.35.92 by @dependabot in #734
- Bump jinja2 from 3.1.4 to 3.1.5 by @dependabot in #735
- Bump boto3 from 1.35.92 to 1.35.94 by @dependabot in #737
- Bump geoalchemy2 from 0.16.0 to 0.17.0 by @dependabot in #739
- Bump alembic from 1.14.0 to 1.14.1 by @dependabot in #745
- Bump tox from 4.23.2 to 4.24.1 by @dependabot in #747
- Bump lxml from 5.3.0 to 5.3.1 by @dependabot in #762
- Bump boto3 from 1.35.94 to 1.36.17 by @dependabot in #764
- Bump pytest-datadir from 1.5.0 to 1.6.1 by @dependabot in #763
- Bump geoalchemy2 from 0.17.0 to 0.17.1 by @dependabot in #772
- Bump tox-gh-actions from 3.2.0 to 3.3.0 by @dependabot in #775
- Bump bcrypt from 4.2.1 to 4.3.0 by @dependabot in #780
- Bump pytest from 8.3.4 to 8.3.5 by @dependabot in #783
- Bump boto3 from 1.36.17 to 1.37.33 by @dependabot in #812
- Bump jinja2 from 3.1.5 to 3.1.6 by @dependabot in #814
- Bump dunamai from 1.23.0 to 1.23.1 by @dependabot in #816
- Bump lxml from 5.3.1 to 5.3.2 by @dependabot in #817
- Bump tox from 4.24.1 to 4.25.0 by @dependabot in #818
- Bump pycryptodome from 3.21.0 to 3.22.0 by @dependabot in #819
- Bump boto3 from 1.37.33 to 1.37.35 by @dependabot in #822
- Bump boto3 from 1.37.35 to 1.37.38 by @dependabot in #827
Full Changelog: v2.4.4...v2.4.5
v2.4.4
What's Changed
Bug Fixes
Other Changes
- Test Python 3.12 in CI by @jonathangreen in #691
Dependency Updates
- Bump aws-xray-sdk from 2.13.1 to 2.14.0 by @dependabot in #686
- Bump werkzeug from 3.0.4 to 3.0.6 by @dependabot in #687
- Bump boto3 from 1.35.47 to 1.35.51 by @dependabot in #690
- Bump tox-docker from 4.1.0 to 5.0.0 by @dependabot in #593
- Bump requests from 2.31.0 to 2.32.3 by @dependabot in #579
- Bump alembic from 1.13.3 to 1.14.0 by @dependabot in #695
- Bump boto3 from 1.35.51 to 1.35.54 by @dependabot in #694
- Bump boto3 from 1.35.54 to 1.35.76 by @dependabot in #719
- Bump pytest from 8.3.3 to 8.3.4 by @dependabot in #716
- Bump bcrypt from 4.2.0 to 4.2.1 by @dependabot in #707
- Bump geoalchemy2 from 0.15.2 to 0.16.0 by @dependabot in #701
- Bump dunamai from 1.22.0 to 1.23.0 by @dependabot in #705
Full Changelog: v2.4.2...v2.4.4
v2.4.3
What's Changed
Bug Fixes
Other Changes
- Test Python 3.12 in CI by @jonathangreen in #691
Dependency Updates
- Bump aws-xray-sdk from 2.13.1 to 2.14.0 by @dependabot in #686
- Bump werkzeug from 3.0.4 to 3.0.6 by @dependabot in #687
- Bump boto3 from 1.35.47 to 1.35.51 by @dependabot in #690
- Bump tox-docker from 4.1.0 to 5.0.0 by @dependabot in #593
- Bump requests from 2.31.0 to 2.32.3 by @dependabot in #579
- Bump alembic from 1.13.3 to 1.14.0 by @dependabot in #695
- Bump boto3 from 1.35.51 to 1.35.54 by @dependabot in #694
Full Changelog: v2.4.2...v2.4.3
v2.4.2
What's Changed
- Bump pillow from 10.3.0 to 10.4.0 by @dependabot in #663
- Bump gunicorn from 22.0.0 to 23.0.0 by @dependabot in #664
- Bump boto3 from 1.35.18 to 1.35.33 by @dependabot in #678
- Bump lxml from 5.2.1 to 5.3.0 by @dependabot in #681
- Bump geoalchemy2 from 0.15.1 to 0.15.2 by @dependabot in #680
- Bump pycryptodome from 3.20.0 to 3.21.0 by @dependabot in #679
- [PP-1832] Ensure library registry will work with Postgres 16 and required SSL connections. by @dbernstein in #684
Full Changelog: v2.4.1...v2.4.2
v2.4.1
What's Changed
- Bump geoalchemy2 from 0.14.7 to 0.15.1 by @dependabot in #553
- Bump dunamai from 1.20.0 to 1.21.1 by @dependabot in #556
- Bump werkzeug from 3.0.1 to 3.0.3 by @dependabot in #557
- Bump jinja2 from 3.1.3 to 3.1.4 by @dependabot in #558
- Bump pytest from 7.4.3 to 8.2.2 by @dependabot in #584
- Bump tox from 4.14.2 to 4.15.1 by @dependabot in #585
- Bump boto3 from 1.34.85 to 1.34.125 by @dependabot in #591
- Bump urllib3 from 1.26.18 to 1.26.19 by @dependabot in #596
- Bump docker/build-push-action from 5 to 6 by @dependabot in #597
- Bump certifi from 2023.7.22 to 2024.7.4 by @dependabot in #610
- Bump zipp from 3.15.0 to 3.19.1 by @dependabot in #613
- Bump setuptools from 67.4.0 to 70.0.0 by @dependabot in #617
- Bump bcrypt from 4.1.2 to 4.2.0 by @dependabot in #620
- Bump boto3 from 1.34.125 to 1.35.18 by @dependabot in #660
- Bump tox from 4.15.1 to 4.18.1 by @dependabot in #656
- Don't use legacy key/value format in Dockerfile. (PP-1718) by @tdilauro in #661
Full Changelog: 2.4.0...v2.4.1