Releases: thoth-pub/thoth
Releases · thoth-pub/thoth
v0.11.2
Changed
- Upgrade
wasm-pack
to v0.12.0
- Upgrade
clap
to v2.34.0
v0.11.1
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
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
Added
- 42 - Generate MARC 21 records
- New
work
field bibliography_note
v0.9.18
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
- 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
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
Fixed
- Issue adding institutions in previous release
v0.9.14
Changed
- Upgrade
openssl-src
to v111.25.0
- Upgrade
bumpalo
to v3.12.0
Fixed
- #326 - Debounce search queries
v0.9.13
Changed
- Input actix keep alive via CLI arguments
- Implement a failed request retry policy in client