Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 19, 2025

Bumps regorus from 0.2.8 to 0.5.0.

Release notes

Sourced from regorus's releases.

regorus-v0.5.0

Added

  • [breaking] Indexes for nodes in the AST (#414)
  • Updates for Policy Framework (#405)
  • Regorus nuget package (#383)

Fixed

  • emit import warning to stderr (#430)
  • Clippy warnings (#424)
  • Disallow else blocks for set rules (#403)
  • [breaking] Remove cryptographic builtins (#396)
  • [breaking] Fix glob.match behavior in presence of : (#390)
  • C# EvalRule (#387)

Other

  • Update release-plz action to v0.5.108 (#431)
  • Early return for 'some in' statement (#427)
  • Support manually generating C# bindings via Github action and add a README (#423)
  • Make the bindings/cpp CMake project installable (#416)
  • (deps) bump clap from 4.5.38 to 4.5.39 (#415)
  • (deps) Update criterion and other deps (#412)
  • Basic benchmarking setup with Criterion (#408)
  • Default to Rego v1 in regorus parse (#407)
  • (deps) bump clap from 4.5.37 to 4.5.38 (#406)
  • Update dependencies (#401)
  • Add C# test examples (#397)
  • (deps) bump clap from 4.5.35 to 4.5.36 (#395)
  • Python binding portability (#388)
  • (deps) bump clap from 4.5.34 to 4.5.35 (#389)
  • Use VersionPrefix and VersionSuffix (#385)
  • Check-in Cargo.lock files and lockdown .net (#384)

regorus-v0.4.0

Fixed

  • [breaking] Update ruby json dependency (#381)
  • [breaking] Remove ring dependency (#380)
  • [breaking] Remove sha1 dependency (#379)

Other

  • Specify optimization flags (#378)

regorus-v0.3.0

Added

  • [breaking] Update to OPA v1.2.0 (#373)

Other

  • (deps) update pyo3 requirement from 0.23.5 to 0.24.0 (#375)

... (truncated)

Changelog

Sourced from regorus's changelog.

0.5.0 - 2025-07-08

Added

  • [breaking] Indexes for nodes in the AST (#414)
  • Updates for Policy Framework (#405)
  • Regorus nuget package (#383)

Fixed

  • emit import warning to stderr (#430)
  • Clippy warnings (#424)
  • Disallow else blocks for set rules (#403)
  • [breaking] Remove cryptographic builtins (#396)
  • [breaking] Fix glob.match behavior in presence of : (#390)
  • C# EvalRule (#387)

Other

  • Update release-plz action to v0.5.108 (#431)
  • Early return for 'some in' statement (#427)
  • Support manually generating C# bindings via Github action and add a README (#423)
  • Make the bindings/cpp CMake project installable (#416)
  • (deps) bump clap from 4.5.38 to 4.5.39 (#415)
  • (deps) Update criterion and other deps (#412)
  • Basic benchmarking setup with Criterion (#408)
  • Default to Rego v1 in regorus parse (#407)
  • (deps) bump clap from 4.5.37 to 4.5.38 (#406)
  • Update dependencies (#401)
  • Add C# test examples (#397)
  • (deps) bump clap from 4.5.35 to 4.5.36 (#395)
  • Python binding portability (#388)
  • (deps) bump clap from 4.5.34 to 4.5.35 (#389)
  • Use VersionPrefix and VersionSuffix (#385)
  • Check-in Cargo.lock files and lockdown .net (#384)

0.4.0 - 2025-03-14

Fixed

  • [breaking] Update ruby json dependency (#381)
  • [breaking] Remove ring dependency (#380)
  • [breaking] Remove sha1 dependency (#379)

Other

  • Specify optimization flags (#378)

0.3.0 - 2025-03-10

Added

  • [breaking] Update to OPA v1.2.0 (#373)

... (truncated)

Commits
  • 6c53382 Update release-plz GitHub workflow (#466)
  • d561531 feat: add multi-threaded evaluation benchmark suite with comprehensive C# imp...
  • a53c7c8 fix: Use license instead of license-file in Cargo.toml (#464)
  • 5c71deb Bump the nuget group with 1 update (#462)
  • cc917ea feat: Complete target system with C# bindings and resource inference (#458)
  • 3c33d31 build(deps): bump clap from 4.5.43 to 4.5.45 (#459)
  • 965daa0 build(deps): bump dashmap from 5.5.3 to 6.1.0 (#460)
  • db71865 feat: Add Schema Registry and Validation Framework (#456)
  • 77f8544 feat: Type System (#452)
  • 2fcd5e3 build(deps): bump clap from 4.5.42 to 4.5.43 (#454)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [regorus](https://github.com/microsoft/regorus) from 0.2.8 to 0.5.0.
- [Release notes](https://github.com/microsoft/regorus/releases)
- [Changelog](https://github.com/microsoft/regorus/blob/main/CHANGELOG.md)
- [Commits](microsoft/regorus@regorus-v0.2.8...regorus-v0.5.0)

---
updated-dependencies:
- dependency-name: regorus
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 19, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 19, 2025 01:06
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 19, 2025
@Xynnn007 Xynnn007 force-pushed the dependabot/cargo/regorus-0.5.0 branch from 9b656a0 to c9ce5e1 Compare November 19, 2025 02:51
Regorus 'v0.5.0' will require a `if` keyword before the rule body.

Signed-off-by: Xynnn007 <[email protected]>
@Xynnn007 Xynnn007 force-pushed the dependabot/cargo/regorus-0.5.0 branch from c9ce5e1 to b8f5243 Compare November 19, 2025 07:44
Copy link
Member

@fitzthum fitzthum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks

@Xynnn007 Xynnn007 merged commit 9d0cc05 into main Nov 20, 2025
35 checks passed
@Xynnn007 Xynnn007 deleted the dependabot/cargo/regorus-0.5.0 branch November 20, 2025 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants