Skip to content

Releases: thoth-pub/thoth

v0.9.12

17 Feb 14:08
Compare
Choose a tag to compare

[0.9.12] - 2023-02-17

Changed

  • Reduce number of concurrent requests

v0.9.11

17 Feb 12:15
Compare
Choose a tag to compare

[0.9.11] - 2023-02-17

Changed

  • Upgrade rust to 1.67.1 in production and development Dockerfile
  • Upgrade build dependencies (npm v9.5.0, node v18.14.1 and rollup v3.15.0) in production and development Dockerfile

v0.9.10

17 Feb 09:57
Compare
Choose a tag to compare

[0.9.10] - 2023-02-17

Changed

  • Include limit and offset in thoth-client's works query
  • Paginate get_works requests in export API using concurrent requests
  • Input number of actix workers via CLI arguments

Added

  • Work count query to thoth-client

v0.9.9

16 Feb 08:31
Compare
Choose a tag to compare

[0.9.9] - 2023-02-16

Changed

  • Upgrade actix-web to v4.3.0
  • Upgrade actix-cors to v0.6.4
  • Upgrade env_logger to v0.10.0
  • Upgrade jsonwebtoken to v8.2.0
  • Upgrade strum to v0.24.1
  • Output real IP address in actix logs

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