Skip to content

Releases: thoth-pub/thoth

v0.9.8

14 Feb 14:01
Compare
Choose a tag to compare

[0.9.8] - 2023-02-14

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

02 Feb 12:00
Compare
Choose a tag to compare

[0.9.7] - 2023-02-02

Fixed

  • Correct wrong fields used in 0.9.6 migration

v0.9.6

31 Jan 14:44
Compare
Choose a tag to compare

[0.9.6] - 2023-01-31

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

17 Jan 10:59
Compare
Choose a tag to compare

[0.9.5] - 2023-01-17

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

05 Dec 14:49
Compare
Choose a tag to compare

[0.9.4] - 2022-12-05

Added

  • #414 - Synchronise chapters' work_status and publication_date with parent's upon parent's update

v0.9.3

21 Nov 10:11
Compare
Choose a tag to compare

[0.9.3] - 2022-11-21

Added

  • #456 - Implement JSON output format

Changed

  • #455 - Extend CSV output format to include all available fields

v0.9.2

01 Nov 10:24
Compare
Choose a tag to compare

[0.9.2] - 2022-11-01

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

27 Oct 13:13
Compare
Choose a tag to compare

[0.9.1] - 2022-10-27

Changed

  • #449 - Update EBSCO Host ONIX price type code

v0.9.0

24 Oct 10:36
Compare
Choose a tag to compare

[0.9.0] - 2022-10-24

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

07 Oct 14:56
Compare
Choose a tag to compare

[0.8.11] - 2022-10-07

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