Releases: thoth-pub/thoth
Releases · thoth-pub/thoth
v0.9.8
Changed
- Replace generic error with actual message when migrations fail
- Upgrade node and rollup in github actions
Added
- Github action to check that all migrations run successfully
- About page with organisation information
v0.9.7
Fixed
- Correct wrong fields used in
0.9.6
migration
v0.9.6
Changed
- Use inlined syntax in format strings to comply with
rustc 1.67.0
- Upgrade rust to
1.67.0
in production and development Dockerfile
- Upgrade build dependencies (npm
v9.4.0
, node v18.13.0
and rollup v3.12.0
) in production and development Dockerfile
- #457 - Upgrade
juniper
to v0.15.10
- Upgrade
diesel
to v2.0.2
- Upgrade
uuid
to v0.8.2
- Upgrade
paperclip
to v0.8.0
- Upgrade
graphql_client
to v0.12.0
- Upgrade
chrono
to v0.4.23
Fixed
- #469 - Expand DOI regex to include square brackets
v0.9.5
Changed
- Upgrade rust to
1.66.0
in production and development Dockerfile
- Upgrade build dependencies (npm
v9.2.0
, n v9.0.1
, node v18.12.1
and rollup v3.7.4
) in production and development Dockerfile
v0.9.4
Added
- #414 - Synchronise chapters'
work_status
and publication_date
with parent's upon parent's update
v0.9.3
Added
- #456 - Implement JSON output format
Changed
- #455 - Extend CSV output format to include all available fields
v0.9.2
Changed
- #396 - Expand the list of contribution types with: SoftwareBy, ResearchBy, ContributionsBy, Indexer
- #451 - Output both short and long abstracts in Crossref DOI deposit
v0.9.1
Changed
- #449 - Update EBSCO Host ONIX price type code
v0.9.0
Added
- #333 - Add references to schema
- Output references in Crossref DOI deposit
- #444 - Output abstracts in Crossref DOI deposit
- #443 - Output affiliations in Crossref DOI deposit
- #446 - Output fundings in Crossref DOI deposit
Changed
- Simplify syntax in CRUD methods
v0.8.11
Changed
- #298 - Make database constraint errors more user-friendly in API output and APP notifications
- Replaced docker musl image (no longer maintained) with official images, installing requirements needed for static compilation