Releases: thoth-pub/thoth
Releases · thoth-pub/thoth
v0.13.4
v0.13.3
[0.13.3] - 2024-12-02
Changed
- 660 - Upgrade rust to
1.83.0
in productionDockerfile
- 660 - Use latest tag in development
Dockerfile
- 658 - Upgrade
rustls
to v0.23.19 - 658 - Upgrade
chrono
to v0.4.38 - 658 - Upgrade
uuid
to v0.11.0 - 658 - Upgrade
diesel
to v2.2.5 - 658 - Upgrade
paperclip
to v0.9.4 - 658 - Upgrade
regex
to v1.11.1 - 658 - Upgrade
xml-rs
to v0.8.23 - 658 - Upgrade
futures
to v0.3.31 - 658 - Upgrade
web-sys
to v0.3.72 - 658 - Upgrade
wasm-bindgen
to v0.2.95 - 658 - Upgrade
log
to v0.4.22 - 658 - Upgrade
thiserror
to v2.0.3 - 658 - Upgrade
reqwest-middleware
to v0.4.0 - 658 - Upgrade
reqwest-retry
to v0.7.0 - 658 - Upgrade
trunk
to v0.21.4 - 658 - Upgrade
actix-identity
to v0.8.0 - 658 - Upgrade
actix-session
to v0.10.1
Removed
- Remove redundant dependencies in thoth-app:
anyhow
,log
,url
v0.13.2
v0.13.1
v0.13.0
[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
andWorksLastUpdatedQuery
queries to thoth-client - 651 - Implement
Copy
,Ord
andPartialOrd
traits forTimestamp
- 651 - Implement parsing from and to RFC 3339 strings for
Timestamp
- 651 - Implement
Copy
trait forWorkType
,WorkStatus
,PublicationType
,CountryCode
,LanguageRelation
,LanguageCode
,LocationPlatform
,LengthUnit
,WeightUnit
,CurrencyCode
, andSeriesType
- 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 theLocationPlatform
isTHOTH
. - 651 - Use Github Container registry instead of DockerHub
Fixed
- 631 - Fix slow loading of Contributor dropdown in Contribution form
v0.12.14
v0.12.13
v0.12.12
v0.12.11
v0.12.10
[0.12.10] - 2024-10-01
Added
- 628 - Implement OpenAPI v3 schema in export API, served under
/openapi.json
- 628 - Added terms of service to export API
Changed
- 551 - Only include chapters in Crossref metadata output if they have DOIs
- 628 - Upgrade
paperclip
to v0.9.1 - 628 - Upgrade rust to
1.81.0
in production and developmentDockerfile
- 544 - Implement non-OA metadata in export outputs