Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/upgrade diesel #621

Merged
merged 10 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [538](https://github.com/thoth-pub/thoth/issues/538) - Update Project MUSE ONIX 3.0 export to reflect new specifications provided by Project MUSE.
- [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)
- [616](https://github.com/thoth-pub/thoth/pull/616) - Upgrade `time` to v0.3.36
- [616](https://github.com/thoth-pub/thoth/pull/616) - Upgrade `actix-web` to v4.8
- [616](https://github.com/thoth-pub/thoth/pull/616), [621](https://github.com/thoth-pub/thoth/pull/621) - Upgrade `actix-web` to v4.9
- [616](https://github.com/thoth-pub/thoth/pull/616) - Upgrade `openssl` to v0.10.66
- [586](https://github.com/thoth-pub/thoth/issues/586) - Upgrade `juniper` to v0.16.1
- [586](https://github.com/thoth-pub/thoth/issues/586) - Upgrade `uuid` to v1.10.0
Expand All @@ -18,11 +18,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [586](https://github.com/thoth-pub/thoth/issues/586) - Upgrade `trunk` to v0.20.3
- [586](https://github.com/thoth-pub/thoth/issues/586) - Upgrade `wasm-bindgen` to v0.2.93
- [586](https://github.com/thoth-pub/thoth/issues/586) - Upgrade rust to `1.80.1` in production and development `Dockerfile`
- [621](https://github.com/thoth-pub/thoth/pull/621) - Upgrade `clap` to v4.5.16
- [621](https://github.com/thoth-pub/thoth/pull/621) - Upgrade `env_logger` to v0.11.5
- [621](https://github.com/thoth-pub/thoth/pull/621) - Upgrade `futures` to v0.3.30
- [621](https://github.com/thoth-pub/thoth/pull/621) - Upgrade `jsonwebtoken` to v9.3.0
- [621](https://github.com/thoth-pub/thoth/pull/621) - Upgrade `lazy_static` to v1.5.0
- [621](https://github.com/thoth-pub/thoth/pull/621) - Upgrade `regex` to v1.10.6
- [621](https://github.com/thoth-pub/thoth/pull/621) - Upgrade `strum` to v0.26.3
- [621](https://github.com/thoth-pub/thoth/pull/621) - Upgrade `anyhow` to v1.0.86
- [621](https://github.com/thoth-pub/thoth/pull/621) - Upgrade `thiserror` to v1.0.63
- [621](https://github.com/thoth-pub/thoth/pull/621) - Upgrade `semver` to v1.0.23
- [621](https://github.com/thoth-pub/thoth/pull/621) - Replace deprecated diesel macro `sql_function` with `define_sql_function`
- [617](https://github.com/thoth-pub/thoth/issues/617) - Update publication types to include audiobook formats (MP3 and WAV)

### Fixed
- [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).

### Security
- [621](https://github.com/thoth-pub/thoth/pull/621) - Upgrade `diesel` to v2.2.3
- [621](https://github.com/thoth-pub/thoth/pull/621) - Upgrade `diesel-derive-newtype` to v2.1.2
- [621](https://github.com/thoth-pub/thoth/pull/621) - Upgrade `diesel_migrations` to v2.2.0

## [[0.12.6]](https://github.com/thoth-pub/thoth/releases/tag/v0.12.6) - 2024-06-17
### Fixed
- [#513](https://github.com/thoth-pub/thoth/issues/513) - Expand DOI regex to include `+`, `[`, and `]`
Expand Down
Loading
Loading