Skip to content

v0.13.0

Compare
Choose a tag to compare
@ja573 ja573 released this 19 Nov 14:54
· 103 commits to master since this release

[0.13.0] - 2024-11-19

Added

  • 651 - Implement Redis connection pools using deadpool-redis
  • 651 - Implement Redis caching in export API
  • 651 - Added WorkLastUpdatedQuery and WorksLastUpdatedQuery queries to thoth-client
  • 651 - Implement Copy, Ord and PartialOrd traits for Timestamp
  • 651 - Implement parsing from and to RFC 3339 strings for Timestamp
  • 651 - Implement Copy trait for WorkType, WorkStatus, PublicationType, CountryCode, LanguageRelation, LanguageCode, LocationPlatform, LengthUnit, WeightUnit, CurrencyCode, and SeriesType
  • 651 - Allow supplying DATABASE_URL as binary argument
  • 648 - Added new LocationPlatform, THOTH, for Locations where file is hosted directly by Thoth on S3.

Changed

  • 650 - Allow only superusers to create/update/delete a Location when the LocationPlatform is THOTH.
  • 651 - Use Github Container registry instead of DockerHub

Fixed

  • 631 - Fix slow loading of Contributor dropdown in Contribution form