Skip to content

Conversation

@cotbot
Copy link
Contributor

@cotbot cotbot bot commented Oct 5, 2025

πŸ€– New release

  • cot_codegen: 0.4.0 -> 0.5.0 (βœ“ API compatible changes)
  • cot_macros: 0.4.0 -> 0.5.0
  • cot: 0.4.0 -> 0.5.0 (⚠ API breaking changes)
  • cot-cli: 0.4.0 -> 0.5.0 (βœ“ API compatible changes)

⚠ cot breaking changes

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/struct_missing.ron

Failed in:
  struct cot::request::extractors::RequestDb, previously in file /tmp/.tmpqBTG5T/cot/src/request/extractors.rs:399

--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/trait_method_added.ron

Failed in:
  trait method cot::db::DatabaseBackend::bulk_insert in file /tmp/.tmprzzUby/cot/cot/src/db.rs:1630
  trait method cot::db::DatabaseBackend::bulk_insert_or_update in file /tmp/.tmprzzUby/cot/cot/src/db.rs:1640

--- failure trait_method_missing: pub trait method removed or renamed ---

Description:
A trait method is no longer callable, and may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/trait_method_missing.ron

Failed in:
  method as_any of trait AdminModel, previously in file /tmp/.tmpqBTG5T/cot/src/admin.rs:563
Changelog

cot

0.5.0 - 2026-01-02

View diff on diff.rs

New features

Fixes

Other

cot-cli

0.5.0 - 2026-01-02

View diff on diff.rs

Other


This PR was generated with release-plz.

@github-actions github-actions bot added C-cli Crate: cot-cli (issues and Pull Requests related to Cot CLI) C-lib Crate: cot (main library crate) C-macros Crate: cot-macros labels Oct 5, 2025
@github-actions
Copy link

github-actions bot commented Oct 5, 2025

🐰 Bencher Report

Branchrelease-plz-2025-10-05T15-41-53Z
Testbedgithub-ubuntu-latest
Click to view all benchmark results
BenchmarkLatencyBenchmark Result
microseconds (Β΅s)
(Result Ξ”%)
Upper Boundary
microseconds (Β΅s)
(Limit %)
empty_router/empty_routerπŸ“ˆ view plot
🚷 view threshold
6,007.70 Β΅s
(-0.44%)Baseline: 6,034.54 Β΅s
6,873.46 Β΅s
(87.40%)
json_api/json_apiπŸ“ˆ view plot
🚷 view threshold
1,026.40 Β΅s
(+0.51%)Baseline: 1,021.15 Β΅s
1,144.67 Β΅s
(89.67%)
nested_routers/nested_routersπŸ“ˆ view plot
🚷 view threshold
937.03 Β΅s
(-0.70%)Baseline: 943.60 Β΅s
1,053.06 Β΅s
(88.98%)
single_root_route/single_root_routeπŸ“ˆ view plot
🚷 view threshold
898.86 Β΅s
(-0.52%)Baseline: 903.55 Β΅s
1,007.50 Β΅s
(89.22%)
single_root_route_burst/single_root_route_burstπŸ“ˆ view plot
🚷 view threshold
16,396.00 Β΅s
(-6.91%)Baseline: 17,613.46 Β΅s
20,959.99 Β΅s
(78.23%)
🐰 View full continuous benchmarking report in Bencher

@codecov
Copy link

codecov bot commented Oct 5, 2025

Codecov Report

βœ… All modified and coverable lines are covered by tests.

Flag Coverage Ξ”
rust 90.67% <ΓΈ> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 1 file with indirect coverage changes

πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cotbot cotbot bot force-pushed the release-plz-2025-10-05T15-41-53Z branch 2 times, most recently from d8cd025 to 12118d4 Compare October 29, 2025 01:11
@cotbot cotbot bot force-pushed the release-plz-2025-10-05T15-41-53Z branch 6 times, most recently from 2822e07 to 89bffff Compare November 10, 2025 22:41
@cotbot cotbot bot force-pushed the release-plz-2025-10-05T15-41-53Z branch 2 times, most recently from 8ac2e89 to 3f10840 Compare November 24, 2025 18:46
@cotbot cotbot bot force-pushed the release-plz-2025-10-05T15-41-53Z branch 6 times, most recently from 2dc4772 to 0bddcee Compare December 5, 2025 21:29
@cotbot cotbot bot force-pushed the release-plz-2025-10-05T15-41-53Z branch from 0bddcee to 9d02961 Compare December 14, 2025 18:16
@cotbot cotbot bot changed the title chore: release chore: release v0.5.0 Dec 24, 2025
@cotbot cotbot bot force-pushed the release-plz-2025-10-05T15-41-53Z branch from 9d02961 to 410c47e Compare December 24, 2025 02:29
@github-actions github-actions bot added the C-codegen Crate: cot-codegen label Dec 24, 2025
@cotbot cotbot bot force-pushed the release-plz-2025-10-05T15-41-53Z branch 5 times, most recently from 9961b28 to a7adab5 Compare January 2, 2026 12:26
@cotbot cotbot bot force-pushed the release-plz-2025-10-05T15-41-53Z branch from a7adab5 to 511e9fa Compare January 2, 2026 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-cli Crate: cot-cli (issues and Pull Requests related to Cot CLI) C-codegen Crate: cot-codegen C-lib Crate: cot (main library crate) C-macros Crate: cot-macros

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant