Skip to content

Commit f9f8626

Browse files
committed
Merge branch 'release/v0.12.7'
2 parents a178ea8 + 0f3708e commit f9f8626

48 files changed

Lines changed: 2366 additions & 2483 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [[0.12.7]](https://github.com/thoth-pub/thoth/releases/tag/v0.12.7) - 2024-08-28
10+
### Changed
11+
- [538](https://github.com/thoth-pub/thoth/issues/538) - Update Project MUSE ONIX 3.0 export to reflect new specifications provided by Project MUSE.
12+
- [616](https://github.com/thoth-pub/thoth/pull/616) - Removed unused constant to comply with [`rustc 1.80.0`](https://github.com/rust-lang/rust/releases/tag/1.80.0)
13+
- [616](https://github.com/thoth-pub/thoth/pull/616) - Upgrade `time` to v0.3.36
14+
- [616](https://github.com/thoth-pub/thoth/pull/616), [621](https://github.com/thoth-pub/thoth/pull/621) - Upgrade `actix-web` to v4.9
15+
- [616](https://github.com/thoth-pub/thoth/pull/616) - Upgrade `openssl` to v0.10.66
16+
- [586](https://github.com/thoth-pub/thoth/issues/586) - Upgrade `juniper` to v0.16.1
17+
- [586](https://github.com/thoth-pub/thoth/issues/586) - Upgrade `uuid` to v1.10.0
18+
- [586](https://github.com/thoth-pub/thoth/issues/586) - Upgrade `graphql_client` to v0.14.0
19+
- [586](https://github.com/thoth-pub/thoth/issues/586) - Upgrade `chrono` to v0.4.38
20+
- [586](https://github.com/thoth-pub/thoth/issues/586) - Upgrade `trunk` to v0.20.3
21+
- [586](https://github.com/thoth-pub/thoth/issues/586) - Upgrade `wasm-bindgen` to v0.2.93
22+
- [586](https://github.com/thoth-pub/thoth/issues/586) - Upgrade rust to `1.80.1` in production and development `Dockerfile`
23+
- [621](https://github.com/thoth-pub/thoth/pull/621) - Upgrade `clap` to v4.5.16
24+
- [621](https://github.com/thoth-pub/thoth/pull/621) - Upgrade `env_logger` to v0.11.5
25+
- [621](https://github.com/thoth-pub/thoth/pull/621) - Upgrade `futures` to v0.3.30
26+
- [621](https://github.com/thoth-pub/thoth/pull/621) - Upgrade `jsonwebtoken` to v9.3.0
27+
- [621](https://github.com/thoth-pub/thoth/pull/621) - Upgrade `lazy_static` to v1.5.0
28+
- [621](https://github.com/thoth-pub/thoth/pull/621) - Upgrade `regex` to v1.10.6
29+
- [621](https://github.com/thoth-pub/thoth/pull/621) - Upgrade `strum` to v0.26.3
30+
- [621](https://github.com/thoth-pub/thoth/pull/621) - Upgrade `anyhow` to v1.0.86
31+
- [621](https://github.com/thoth-pub/thoth/pull/621) - Upgrade `thiserror` to v1.0.63
32+
- [621](https://github.com/thoth-pub/thoth/pull/621) - Upgrade `semver` to v1.0.23
33+
- [621](https://github.com/thoth-pub/thoth/pull/621) - Replace deprecated diesel macro `sql_function` with `define_sql_function`
34+
- [617](https://github.com/thoth-pub/thoth/issues/617) - Update publication types to include audiobook formats (MP3 and WAV)
35+
36+
### Fixed
37+
- [610](https://github.com/thoth-pub/thoth/issues/610) - Update <WebsiteRole> code for Work Landing Page in all ONIX exports from "01" (Publisher’s corporate website) to "02" (Publisher’s website for a specified work).
38+
39+
### Security
40+
- [621](https://github.com/thoth-pub/thoth/pull/621) - Upgrade `diesel` to v2.2.3
41+
- [621](https://github.com/thoth-pub/thoth/pull/621) - Upgrade `diesel-derive-newtype` to v2.1.2
42+
- [621](https://github.com/thoth-pub/thoth/pull/621) - Upgrade `diesel_migrations` to v2.2.0
43+
944
## [[0.12.6]](https://github.com/thoth-pub/thoth/releases/tag/v0.12.6) - 2024-06-17
1045
### Fixed
1146
- [#513](https://github.com/thoth-pub/thoth/issues/513) - Expand DOI regex to include `+`, `[`, and `]`

0 commit comments

Comments
 (0)