Releases: ThePalaceProject/library-registry
Releases · ThePalaceProject/library-registry
Release 2.0.0 Release Candidate 1
What's Changed
- Add xray to library registry by @jonathangreen in #27
- Sync CI workflows with circulation by @jonathangreen in #29
- Add dependabot configuration. by @jonathangreen in #30
- Bump lxml from 4.6.3 to 4.6.5 by @dependabot in #28
- Fix lint configuration by @jonathangreen in #36
- HELP rel links may now also be http[s]:// links by @RishiDiwanTT in #55
- Bump lxml from 4.6.5 to 4.9.1 by @dependabot in #56
- Bump actions/setup-python from 2 to 4 by @dependabot in #52
- Bump docker/login-action from 1 to 2 by @dependabot in #58
- Bump pyjwt from 2.1.0 to 2.4.0 by @dependabot in #50
- Bump pytest-timeout from 2.0.2 to 2.1.0 by @dependabot in #34
- Bump actions/checkout from 2 to 3 by @dependabot in #38
- Bump docker/build-push-action from 2 to 3 by @dependabot in #49
- Bump docker/metadata-action from 3 to 4 by @dependabot in #48
- Bump actions/cache from 2 to 3.0.1 by @dependabot in #42
- Bump uszipcode from 0.2.4 to 0.2.6 by @dependabot in #31
- Bump geoalchemy2 from 0.9.4 to 0.11.1 by @dependabot in #39
- Bump docker/setup-buildx-action from 1 to 2 by @dependabot in #63
- Bump pytest from 6.2.4 to 7.0.1 by @dependabot in #60
- Add permissions to workflows by @jonathangreen in #67
- Drop support for Python 3.6 and add Python 3.10 to CI. by @jonathangreen in #66
- Update poetry to 1.2.1 by @jonathangreen in #68
- Bump pre-commit from 2.16.0 to 2.20.0 by @dependabot in #71
- Bump sqlalchemy from 1.3.23 to 1.3.24 by @dependabot in #72
- Bump psycopg2-binary from 2.9.3 to 2.9.4 by @dependabot in #74
- Bump psycopg2 from 2.9.3 to 2.9.4 by @dependabot in #75
- Admin and secret key auth implemented for endpoints by @RishiDiwanTT in #73
- Bump pyjwt from 2.5.0 to 2.6.0 by @dependabot in #76
- Bump psycopg2 from 2.9.4 to 2.9.5 by @dependabot in #80
- Bump pytest-datadir from 1.3.1 to 1.4.1 by @dependabot in #79
- Bump psycopg2-binary from 2.9.4 to 2.9.5 by @dependabot in #78
- Bump pytest from 7.1.3 to 7.2.0 by @dependabot in #77
- Bump pillow from 9.2.0 to 9.3.0 by @dependabot in #82
- Initial alembic integration by @RishiDiwanTT in #81
- Fix error in docker-compose build for library registry. by @jonathangreen in #84
- Bump aws-xray-sdk from 2.10.0 to 2.11.0 by @dependabot in #83
- Bump pycryptodome from 3.15.0 to 3.16.0 by @dependabot in #85
- Update the connection string we use in CI to remove warning. by @jonathangreen in #87
- Feature/s3 storage by @RishiDiwanTT in #86
- Upgrade Poetry, Update Python, Sync CI Config by @jonathangreen in #125
- Bump certifi from 2022.9.14 to 2022.12.7 by @dependabot in #94
- Bump lxml from 4.9.1 to 4.9.2 by @dependabot in #97
- Bump setuptools from 65.3.0 to 65.5.1 by @dependabot in #110
- Bump alembic from 1.8.1 to 1.9.2 by @dependabot in #123
- Bump pywin32 from 227 to 301 by @dependabot in #126
- Bump boto3 from 1.26.20 to 1.26.50 by @dependabot in #124
- Fixes the isort incompatability with the new poetry-core by @RishiDiwanTT in #151
- Bump boto3 from 1.26.50 to 1.26.72 by @dependabot in #157
- Bump docker/build-push-action from 3 to 4 by @dependabot in #140
- Bump pillow from 9.3.0 to 9.4.0 by @dependabot in #130
- Bump pytest from 7.2.0 to 7.2.1 by @dependabot in #127
- Bump requests from 2.28.1 to 2.28.2 by @dependabot in #129
- Bump boto3 from 1.26.72 to 1.26.74 by @dependabot in #161
- Bump alembic from 1.9.2 to 1.9.4 by @dependabot in #159
- Bump pycryptodome from 3.16.0 to 3.17 by @dependabot in #158
New Contributors
- @dependabot made their first contribution in #28
- @RishiDiwanTT made their first contribution in #55
Full Changelog: 1.0.0...2.0.0
v1.0.0
Initial Release
- Forks this project from NYPL-Simplified/library_registry.
- Renames project from "library_registry" to "library-registry".
- CDN delivery of Admin UI client.
- Support overriding recipient email addresses via environment variable.
- Linting via
isort
,flake8
, andblack
. - Testing via
tox
. - Dependency management via
poetry
.