Skip to content

Releases: thoth-pub/thoth

v0.11.2

20 Jun 08:08
Compare
Choose a tag to compare

[0.11.2] - 2023-06-20

Changed

  • Upgrade wasm-pack to v0.12.0
  • Upgrade clap to v2.34.0

v0.11.1

15 Jun 11:07
Compare
Choose a tag to compare

[0.11.1] - 2023-06-15

Added

  • Add CC0 license to MARC records

Changed

  • Upgrade rust to 1.70.0 in production and development Dockerfile
  • Upgrade build dependencies (npm v9.6.7, node v18.16.0 and rollup v3.23.1) in production and development Dockerfile
  • Upgrade wasm-pack to v0.11.1
  • Replace marc fork with actual crate
  • Update about page

v0.11.0

14 Apr 12:19
Compare
Choose a tag to compare

[0.11.0] - 2023-04-14

Added

  • 490 - Generate MARC 21 markup
  • 491 - Generate MARC 21 XML
  • 492 - Add Thoth's MARC organization code to MARC records
  • 492 - Add ORCID IDs to MARC
  • 492 - Add contact details to APP

Changed

  • 492 - Streamline thoth-export-server's XML module

v0.10.0

03 Apr 15:06
Compare
Choose a tag to compare

[0.10.0] - 2023-04-03

Added

  • 42 - Generate MARC 21 records
  • New work field bibliography_note

v0.9.18

27 Mar 09:40
Compare
Choose a tag to compare

[0.9.18] - 2023-03-27

Security

  • Upgrade r2d2 to v0.8.10
  • Upgrade scheduled-thread-pool to v0.2.7
  • Upgrade openssl to v0.10.48
  • Upgrade remove_dir_all to v0.5.3

v0.9.17

25 Mar 08:08
Compare
Choose a tag to compare

[0.9.17] - 2023-03-25

  • Upgrade rust to 1.68.1 in production and development Dockerfile
  • Upgrade build dependencies (npm v9.6.2, node v18.15.0 and rollup v3.20.2) in production and development Dockerfile
  • Upgrade wasm-pack to v0.11.0

v0.9.16

24 Mar 13:37
Compare
Choose a tag to compare

[0.9.16] - 2023-03-24

Added

  • #480 Add field to work table to track when the work or any of its relations was last updated

Changed

  • Removed manual character checks and derivable defaults to comply with rustc 1.68.0
  • 484 GraphQL queries: support filtering on multiple enum variants for work status and language relation, and add filtering for works last updated before/after a specified timestamp

v0.9.15

01 Mar 20:47
Compare
Choose a tag to compare

[0.9.15] - 2023-03-01

Fixed

  • Issue adding institutions in previous release

v0.9.14

01 Mar 15:58
Compare
Choose a tag to compare

[0.9.14] - 2023-03-01

Changed

  • Upgrade openssl-src to v111.25.0
  • Upgrade bumpalo to v3.12.0

Fixed

  • #326 - Debounce search queries

v0.9.13

21 Feb 17:13
Compare
Choose a tag to compare

[0.9.13] - 2023-02-21

Changed

  • Input actix keep alive via CLI arguments
  • Implement a failed request retry policy in client