REL-1.8.0-PREP-01: Prepare Thoth v1.8.0 release - #866
Merged
Conversation
ja573
marked this pull request as ready for review
August 29, 2026 07:15
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
This was referenced Aug 29, 2026
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Task identity
REL-1.8.0-PREP-01master @ ce478426328559549327e87db9b58f76f624b94crelease/v1.8.0->master56c3be8c1916635804721b66a3825a5d28c789a6v1.8.0(minor: the release line adds the additive public GraphQL fieldcontributorsByOrcids)Draft until independent exact-head review and separate merge authorization.
Changes
Two bounded commits:
34b55d034677bf95a6146badd202542b26430043-Update changelog for v1.8.056c3be8c1916635804721b66a3825a5d28c789a6-Bump v1.8.0Changelog cut
Pure two-line insertion in
CHANGELOG.md:## [Unreleased]is left empty and a new## [[1.8.0]](https://github.com/thoth-pub/thoth/releases/tag/v1.8.0) - 2026-08-29heading is addedabove the existing
### Added/### Fixedsections. The two approved entries(
API-IMPORT-ORCID-BATCH-01,CTRL-CI-CLIPPY-MASTER-01) and all historical sections are byte-for-byte unchanged.Version bump
All six Thoth workspace packages
1.7.0->1.8.0(thoth,thoth-api,thoth-api-server,thoth-client,thoth-errors,thoth-export-server), and every exact internal workspace pin=1.7.0->=1.8.0.Cargo.lockchanges only the six corresponding[[package]] versionlines.No third-party dependency version moved; no dependency resolution changed.
Write scope
Exactly the eight authorized existing paths, no new files:
Validation
git diff --name-only <base>...HEAD- exactly the eight paths above.git diff --check <base>...HEAD- clean.cargo metadata --no-deps --format-version 1- all six workspace packages report1.8.0; no1.7.0remains in any manifest or inCargo.lock.cargo fmt --all -- --check- clean.cargo check --locked -p thoth-api -p thoth-api-server -p thoth-client -p thoth-errors- clean (lockfile accepted under--locked).cargo clippy --locked -p thoth-api -p thoth-api-server -p thoth-client -p thoth-errors --all-targets --all-features -- -D warnings- clean.cargo test --locked -p thoth-api -p thoth-api-server -p thoth-client -p thoth-errors- 1228 passed, 0 failed (8 doc-tests ignored).Environment limitation (not a source problem):
thoth-export-serverand the rootthothpackage cannotbe built in this local git worktree.
thoth-export-server/build.rs(unchanged by this PR) callsdotenv(),which resolves the main checkout's
.envfurther up the tree, then unconditionally reads theworktree-relative
../.env, which does not exist, and panics. The failure is version-independent andreproduces regardless of this change; creating a local
.envwas deliberately not done, as it isuntracked scaffolding outside the authorized write budget. Full-workspace
cargo check/test/clippycoverage for those two packages is therefore delegated to PR CI.
Impact
No migration, GraphQL/API behaviour, runtime, authorization, workflow, toolchain, infrastructure or
deployment effect. Release identity/version metadata only.
Automatic PR CI and the normal automatic GHCR
staging-pr-*publication are expected side effects ofopening this PR.
Explicitly not performed / not authorized
Merge; ready-for-review transition; tag creation; GitHub Release creation or publication; production
image publication; deployment or production activation; manual CI dispatch/rerun/cancel; force-push;
branch deletion;
master -> developreconciliation; any Metrics source mutation.The Metrics
v1.8.0 -> v1.9.0migration-suffix reconciliation is tracked separately under #766 and isuntouched here.
Refs #864
Refs #850
Refs #851
Refs #861
Refs #766