Skip to content

Releases: ThePalaceProject/library-registry

v2.4.1

13 Sep 15:35
6c032df
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.0...v2.4.1

2.4.0

17 Apr 15:17
8fc89e0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...2.4.0

v2.3.0

17 Nov 19:40
5c58c8a
Compare
Choose a tag to compare

What's Changed

Non-Feature Changes

Dependency Updates

Full Changelog: v2.2.0...v2.3.0

v2.2.0

10 Aug 13:42
60585e3
Compare
Choose a tag to compare

Code Improvements

  • Upgrade to SQLAlchemy 1.4 by @tdilauro in #293
  • Update the version of poetry we are using to match dependabot by @jonathangreen in #277
  • Removed Library.logo from the model and all parts of the codebase by @RishiDiwanTT in #236
  • Initial test suite refactoring for fixtures by @io7m in #235

Dependency Updates

New Contributors

  • @io7m made their first contribution in #235

Full Changelog: v2.1.1...v2.2.0

v2.1.1

24 Apr 14:02
a4f1564
Compare
Choose a tag to compare

Bug Fixes

Dependency updates

Full Changelog: v2.1.0...v2.1.1

v2.1.0

13 Apr 17:50
b97486e
Compare
Choose a tag to compare

Features:

Dependency updates

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

06 Mar 14:53
ebfdd3a
Compare
Choose a tag to compare

Notes

This release includes v0.0.3 of the library registry admin client. See the admin client release notes for those changes.

Breaking changes in this release:

  • Drop support for Python 3.6
  • Start doing database migrations using alembic
  • Store library logos in s3, requiring a s3 bucket to be configured before deployment

Feature

Bug Fixes

Dependency Updates

New Contributors

Full Changelog: v1.0.0...v2.0.0

Release 2.0.0 Release Candidate 1

20 Feb 23:16
dff8eba
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: 1.0.0...2.0.0

v1.0.0

01 Sep 18:59
9e6f761
Compare
Choose a tag to compare

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, and black.
  • Testing via tox.
  • Dependency management via poetry.