Skip to content

Releases: thoth-pub/thoth

v0.8.10

30 Sep 11:05
Compare
Choose a tag to compare

[0.8.10] - 2022-09-30

Changed

  • #438 - Allow specifying query parameters based on the requested specification
  • Upgrade rust to 1.64.0 in development Dockerfile

v0.8.9

21 Sep 13:38
Compare
Choose a tag to compare

[0.8.9] - 2022-09-21

Added

  • #426 - Add ProQuest Ebrary ONIX 2.1 specification
  • #420 - Add RNIB Bookshare to the list of supported platforms for ONIX 2.1
  • #423 - Add a link to the Thoth user manual under "Docs" tab of navbar
  • Development workflow in docker

Changed

  • #425 - Fix typo in contribution type illustrator
  • #429 - Incomplete metadata record errors are now returned as a 404 instead of 500
  • #424 - Fix inactive tag on catalogue
  • Added derives for Eq alongside PartialEq to comply with rustc 1.63.0
  • Upgrade rust to 1.63.0 in development Dockerfile
  • Order contributions and relations by ordinal, and subjects by type and ordinal

v0.8.8

02 Aug 10:18
Compare
Choose a tag to compare

[0.8.8] - 2022-08-02

Added

  • #389 - Streamline chapter (child work) creation process

Changed

  • #411 - Make copyright_holder optional
  • #393 - Use en-dash in page_interval instead of hyphen
  • Ignore extra_unused_lifetimes warning until clippy's fix for the false positive is live
  • Split build, test, and lint workflow job into separate jobs

v0.8.7

22 Jul 12:40
Compare
Choose a tag to compare

[0.8.7] - 2022-07-22

Fixed

  • #379 - Limit to 6 the number of ISBNs offered in CrossRef metadata export
  • #388 - Upgrade packages flagged in Dependabot alerts

Changed

  • #370 - Upgrade Yew to v0.19

v0.8.6

01 Jul 13:43
Compare
Choose a tag to compare

[0.8.6] - 2022-07-01

Added

  • #390 - Implement OverDrive ONIX 3.0 specification

Fixed

  • #392 - Fix encoding of print ISBN in JSTOR ONIX output

v0.8.5

30 May 10:10
Compare
Choose a tag to compare

[0.8.5] - 2022-05-30

Added

  • #287 - Allow editing contributions (and affiliations)

Fixed

  • #360 - Prevent adding 0 as the price of a publication
  • #376 - Restrict Licence field entries to URL-formatted strings

v0.8.4

11 May 14:54
Compare
Choose a tag to compare

[0.8.4] - 2022-05-11

Added

  • #29 - Implement CrossRef DOI Deposit specification
  • #72 - Implement CrossRef Google Books ONIX 3.0 specification

Changed

  • #356 - Upgrade actix to v4

v0.8.3

18 Apr 11:24
Compare
Choose a tag to compare

[0.8.3] - 2022-04-18

Added

  • #359 - Allow editing publications

v0.8.2

06 Apr 13:00
Compare
Choose a tag to compare

[0.8.2] - 2022-04-06

Changed

  • Added CA certificates to docker image to allow https requests from containers

v0.8.1

11 Mar 12:49
Compare
Choose a tag to compare

[0.8.1] - 2022-03-11

Added

  • #104 - Implement BibTeX specification

Changed

  • Removed unnecessary title branching logic from KBART/ONIX output formats