Skip to content

chore: Release Noir(1.0.0-beta.11) #9457

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

Merged
merged 3 commits into from
Aug 19, 2025

Conversation

noirwhal
Copy link
Contributor

@noirwhal noirwhal commented Aug 11, 2025

🤖 I have created a release beep boop

1.0.0-beta.11 (2025-08-19)

⚠ BREAKING CHANGES

  • new semantic for bit-shifts (#9373)
  • remove verify_proof from stdlib (#9472)

Features

  • fuzz: Push and pop for slices (#9262) (ab345b2)
  • Mark slice variants of ecdsa verification as deprecated (#9458) (5675aff)
  • New semantic for bit-shifts (#9373) (f6fed8b)
  • opt: Don't clone on array_len (#9440) (b7273d7)
  • Remove saturating behaviour of signed bitshifts in brillig (#9532) (103f70a)
  • Simplify bitshift logic to remove leftover overflow handling (#9506) (9062697)
  • ssa_fuzzer: Hash blackbox functions (#9479) (4c65b51)
  • ssa_fuzzer: Mode without instruction simplification + array instructions mutations + limits fix (#9438) (ea9c913)

Bug Fixes

  • Allow calling private impl method defined on another module from… (#9449) (501988e)
  • Assert types are not mutated in constant folding (#9481) (ee2ac1a)
  • brillig_vm: Remove slice padding for foreign call inputs (#9321) (57778ea)
  • brillig: Pass slice length to push and pop operations (#9507) (888f9a0)
  • Guard Eq for [T] to avoid OOB on length mismatch (#9453) (b5a94e4)
  • LSP: Don't crash on broken function definition (#9441) (e54057d)
  • Remove shadowing in BoundedVec::any causing returning false unconditionally (#9478) (b51b616)
  • Remove warning from std::verify_proof_with_type (#9474) (7503f37)
  • security: Validate git references in GitHub dependency resolver (#9051) (e3a8e9f)
  • ssa: Replace pop from 0-length slice with constraint and defaults (#9489) (20a6467)
  • ssa: Replace side effects with defaults when disabled (#9462) (4f8dbbc)
  • Sync len after map rebuilds in iter_mut/iter_keys_mut for HashMap and UHashMap (#9491) (12465f3)

Miscellaneous Chores


This PR was generated with Release Please. See documentation.

@noirwhal noirwhal force-pushed the release-please--branches--master--components--noir branch from 1be135a to 052ef7a Compare August 11, 2025 13:25
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Compilation Time'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20.

Benchmark suite Current: f135e6a Previous: bae9236 Ratio
sha512-100-bytes 2.058 s 1.539 s 1.34

This comment was automatically generated by workflow using github-action-benchmark.

CC: @TomAFrench

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Aug 11, 2025
@noirwhal noirwhal force-pushed the release-please--branches--master--components--noir branch from bb00101 to 2e9e546 Compare August 11, 2025 14:13
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Test Suite Duration'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20.

Benchmark suite Current: c86cb4f Previous: 499e5ca Ratio
test_report_zkpassport_noir-ecdsa_ 3 s 2 s 1.50
test_report_zkpassport_noir_rsa_ 1 s 0 s +∞

This comment was automatically generated by workflow using github-action-benchmark.

CC: @TomAFrench

Copy link
Contributor

github-actions bot commented Aug 11, 2025

@noirwhal noirwhal force-pushed the release-please--branches--master--components--noir branch from 5d27dd5 to e89cf84 Compare August 11, 2025 14:24
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Execution Time'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20.

Benchmark suite Current: db210cc Previous: 9062697 Ratio
private-kernel-inner 0.017 s 0.014 s 1.21

This comment was automatically generated by workflow using github-action-benchmark.

CC: @TomAFrench

@noirwhal noirwhal force-pushed the release-please--branches--master--components--noir branch 16 times, most recently from e0cdc75 to 3cd6573 Compare August 18, 2025 10:24
@noirwhal noirwhal force-pushed the release-please--branches--master--components--noir branch from 2a59a1c to b3e44d4 Compare August 18, 2025 17:40
@noirwhal noirwhal force-pushed the release-please--branches--master--components--noir branch from c4ff7cf to 586e781 Compare August 19, 2025 08:44
Copy link

socket-security bot commented Aug 19, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedprocess@​0.11.101001007480100
Addedclsx@​1.2.11001008976100

View full report

Copy link
Contributor

FYI @noir-lang/developerrelations on Noir doc changes.

@TomAFrench TomAFrench added this pull request to the merge queue Aug 19, 2025
Merged via the queue into master with commit fd3925a Aug 19, 2025
123 checks passed
@TomAFrench TomAFrench deleted the release-please--branches--master--components--noir branch August 19, 2025 11:18
@noirwhal
Copy link
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autorelease: tagged documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants