Skip to content

Releases: thoth-pub/thoth

v0.12.6

17 Jun 14:26
Compare
Choose a tag to compare

[0.12.6] - 2024-06-17

Fixed

  • #513 - Expand DOI regex to include +, [, and ]

Changed

  • 607 - Upgrade rust to 1.79.0 in production and development Dockerfile

Added

  • 607 - Add caching steps to Github actions

v0.12.5

07 May 09:35
Compare
Choose a tag to compare

[0.12.5] - 2024-05-07

Changed

  • 601 - Upgrade rust to 1.78.0 in production and development Dockerfile
  • 601 - Upgrade trunk to v0.20.0
  • 601 - Added -vv option to build command in Makefile and GitHub actions

v0.12.4

30 Apr 07:48
Compare
Choose a tag to compare

[0.12.4] - 2024-04-30

Changed

  • 545 - Add Zenodo as a location platform

v0.12.3

26 Apr 11:11
Compare
Choose a tag to compare

[0.12.3] - 2024-04-26

Added

  • 583 - Add new field, Permanently Withdrawn Date, to Work for Out-of-print or Withdrawn from Sale Works.

Changed

  • 218 - Make series ISSN optional

Fixed

  • 597 - Graphiql not working in chrome and safari

v0.12.2

16 Apr 09:35
Compare
Choose a tag to compare

[0.12.2] - 2024-04-16

Added

  • 581 - Add crossmark policy DOI to imprint record

Changed

  • 591 - Upgrade rust to 1.77.2 in production and development Dockerfile
  • 591 - Added favicons to export API and GraphQL API docs
  • 591 - Replaced static logo files with CDN paths
  • 591 - Moved thoth CSS to root directory in thoth-app
  • 591 - Replace unnecessary pageloader CSS with an actual loader
  • 591 - Apply Thoth theming to rapidocs
  • 591 - Upgrade graphiql to v3.2
  • 591 - Upgrade trunk to v0.19.2
  • 591 - Upgrade wasm-bindgen to v0.2.92

Fixed

  • 591 - Replaced broken logo URL in export API docs

v0.12.1

08 Apr 11:20
Compare
Choose a tag to compare

[0.12.1] - 2024-04-8

Fixed

  • 589 - Truncation of short_abstract in Thoth ONIX results in Invalid UTF-8 sequences

v0.12.0

14 Mar 16:38
Compare
Choose a tag to compare

[0.12.0] - 2024-03-14

Removed

  • 549 - Deprecate public-facing pages in Thoth APP in favour of a separate, standalone, website

Added

  • 549 - Build and push staging docker images on pull requests

Changed

  • 549 - Upgrade GitHub actions dependencies (docker/setup-qemu-action@v3, docker/setup-buildx-action@v3, docker/login-action@v3, docker/build-push-action@v5, actions/checkout@v4, actions/setup-node@v4)

v0.11.18

07 Mar 08:25
Compare
Choose a tag to compare

[0.11.18] - 2024-03-07

Added

  • 441 - Implement ONIX 3.0 "Thoth" specification (i.e. complete record reflecting full data model)
  • 401 - Add BDS Live to list of supported platforms for JSTOR ONIX output

Fixed

  • 475 - Add seconds to timestamp for Crossref metadata output
  • 571 - Fix overlapping URL text for Locations in Thoth Admin panel on website in Safari and Chromium browsers

Changed

  • 578 - Upgrade actix-identity to v0.7.1
  • 578 - Upgrade actix-session to v0.9.0

Security

  • 572 - Upgrade mio to v0.8.11

v0.11.17

29 Feb 08:18
Compare
Choose a tag to compare

[0.11.17] - 2024-02-29

Changed

  • 568 - Allow building thoth-app directly from cargo, using a build script in thoth-app-server
  • 569 - Build thoth-app with trunk, instead of wasm-pack`
  • 569 - Optionally load thoth-export-server env variables from .env at build time
  • 569 - Optionally load thoth-app env variables from .env at build time
  • 569 - Upgrade jsonwebtoken to v9.2.0
  • 569 - Mark jsonwebtoken as an optional dependency, built with the backend feature
  • 569 - Upgrade env\_logger to v0.11.2
  • 569 - Upgrade semver to v1.0.22
  • 569 - Upgrade gloo-storage to v0.3.0
  • 569 - Upgrade gloo-timers to v0.3.0
  • 569 - Upgrade strum to v0.26.1
  • 569 - Upgradereqwest-retry to v0.3.0
  • 499 - Default main_contribution to true

Fixed

  • 564 - Fix error in BibTeX not outputting editors in work types other than edited volume
  • 447 - Prevents Google Books Onix3 format output from Export API if Thoth record doesn't contain at least one BIC, BISAC or LCC subject code
  • 404 - Prevents JSTOR Onix3 format output from Export API if Thoth record doesn't contain at least one BISAC subject code

Security

  • 569 - Upgrade actix-web to v4.5.1
  • 569 - Upgrade tempfile to v3.10.1
  • 569 - Upgrade openssl to v0.10.64
  • 569 - Upgrade serde\_yaml to v0.9.25

v0.11.16

19 Feb 12:28
Compare
Choose a tag to compare

[0.11.16] - 2024-02-19

Changed

  • 561 - Add "Publisher Website" as a location platform
  • 553 - Upgrade rust to 1.76.0 in production and development Dockerfile
  • 305 - Update rust edition to 2021
  • 555 - Remove thoth-client's schema.json with auto-generated GraphQL schema language file on compilation

Added

  • 244 - Expose GraphQL schema file in /schema.graphql
  • 503 - Allow reverting migrations in the CLI and check that migrations can be reverted in run-migration github action
  • 557 - Added github action to chech that the changelog has been updated on PRs