Skip to content

Develop#284

Merged
Mcdostone merged 9 commits into
mainfrom
develop
Apr 10, 2026
Merged

Develop#284
Mcdostone merged 9 commits into
mainfrom
develop

Conversation

@Mcdostone
Copy link
Copy Markdown
Collaborator

No description provided.

dependabot Bot and others added 7 commits April 1, 2026 20:29
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 5 to 6.
- [Release notes](https://github.com/actions/configure-pages/releases)
- [Commits](actions/configure-pages@v5...v6)

---
updated-dependencies:
- dependency-name: actions/configure-pages
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v3...v4)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6...v7)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [raven-actions/actionlint](https://github.com/raven-actions/actionlint) from 2.1.0 to 2.1.2.
- [Release notes](https://github.com/raven-actions/actionlint/releases)
- [Commits](raven-actions/actionlint@v2.1.0...v2.1.2)

---
updated-dependencies:
- dependency-name: raven-actions/actionlint
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v5...v6)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…ecord with or without a schema registry client
@Mcdostone Mcdostone merged commit d17c7b6 into main Apr 10, 2026
73 of 78 checks passed
@Mcdostone Mcdostone deleted the develop branch April 10, 2026 09:56
@github-actions
Copy link
Copy Markdown
Contributor

cargo-semver-checks has detected some issues: https://github.com/MAIF/yozefu/actions/runs/24237158363

    Building yozefu-app v0.0.29 (current)
       Built [ 188.055s] (current)
     Parsing yozefu-app v0.0.29 (current)
      Parsed [   0.013s] (current)
    Building yozefu-app v0.0.28 (baseline)
       Built [ 186.466s] (baseline)
     Parsing yozefu-app v0.0.28 (baseline)
      Parsed [   0.015s] (baseline)
    Checking yozefu-app v0.0.28 -> v0.0.29 (assume patch change)
     Checked [   0.021s] 222 checks: 221 pass, 1 fail, 0 warn, 30 skip

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It 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.47.0/src/lints/inherent_method_missing.ron

Failed in:
  App::count_records_in_topic, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_28/0e1a7a84ae973e0879f2d0e106117fada3d13d02/crates/app/src/app.rs:229

     Summary semver requires new major version: 1 major and 0 minor checks failed
    Finished [ 379.269s] yozefu-app
    Building yozefu-command v0.0.29 (current)
       Built [ 217.585s] (current)
     Parsing yozefu-command v0.0.29 (current)
      Parsed [   0.018s] (current)
    Building yozefu-command v0.0.28 (baseline)
       Built [ 215.700s] (baseline)
     Parsing yozefu-command v0.0.28 (baseline)
      Parsed [   0.020s] (baseline)
    Checking yozefu-command v0.0.28 -> v0.0.29 (assume patch change)
     Checked [   0.014s] 222 checks: 222 pass, 30 skip
     Summary no semver update required
    Finished [ 438.075s] yozefu-command
    Building yozefu-lib v0.0.29 (current)
       Built [  62.412s] (current)
     Parsing yozefu-lib v0.0.29 (current)
      Parsed [   0.019s] (current)
    Building yozefu-lib v0.0.28 (baseline)
       Built [  62.799s] (baseline)
     Parsing yozefu-lib v0.0.28 (baseline)
      Parsed [   0.019s] (baseline)
    Checking yozefu-lib v0.0.28 -> v0.0.29 (assume patch change)
     Checked [   0.047s] 222 checks: 220 pass, 2 fail, 0 warn, 30 skip

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function 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.47.0/src/lints/function_missing.ron

Failed in:
  function yozefu_lib::search::search_query::parse_search_query, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_28/0e1a7a84ae973e0879f2d0e106117fada3d13d02/crates/lib/src/search/search_query.rs:70
  function yozefu_lib::search::parse_search_query, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_28/0e1a7a84ae973e0879f2d0e106117fada3d13d02/crates/lib/src/search/search_query.rs:70
  function yozefu_lib::parse_search_query, previously in file /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_28/0e1a7a84ae973e0879f2d0e106117fada3d13d02/crates/lib/src/search/search_query.rs:70

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters, not counting the receiver (self) parameter.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.47.0/src/lints/method_parameter_count_changed.ron

Failed in:
  yozefu_lib::kafka::KafkaRecord::parse takes 2 parameters in /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_28/0e1a7a84ae973e0879f2d0e106117fada3d13d02/crates/lib/src/kafka/kafka_record.rs:74, but now takes 1 parameters in /home/runner/work/yozefu/yozefu/crates/lib/src/kafka/kafka_record.rs:74
  yozefu_lib::KafkaRecord::parse takes 2 parameters in /home/runner/work/yozefu/yozefu/target/semver-checks/git-v0_0_28/0e1a7a84ae973e0879f2d0e106117fada3d13d02/crates/lib/src/kafka/kafka_record.rs:74, but now takes 1 parameters in /home/runner/work/yozefu/yozefu/crates/lib/src/kafka/kafka_record.rs:74

     Summary semver requires new major version: 2 major and 0 minor checks failed
    Finished [ 127.014s] yozefu-lib
    Building yozefu-wasm-types v0.0.29 (current)
       Built [  35.374s] (current)
     Parsing yozefu-wasm-types v0.0.29 (current)
      Parsed [   0.003s] (current)
    Building yozefu-wasm-types v0.0.28 (baseline)
       Built [  35.869s] (baseline)
     Parsing yozefu-wasm-types v0.0.28 (baseline)
      Parsed [   0.003s] (baseline)
    Checking yozefu-wasm-types v0.0.28 -> v0.0.29 (assume patch change)
     Checked [   0.013s] 222 checks: 222 pass, 30 skip
     Summary no semver update required
    Finished [  72.558s] yozefu-wasm-types

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant