Skip to content

chore: Release Noir(1.0.0-beta.15)#10125

Merged
Savio-Sou merged 3 commits intomasterfrom
release-please--branches--master--components--noir
Nov 5, 2025
Merged

chore: Release Noir(1.0.0-beta.15)#10125
Savio-Sou merged 3 commits intomasterfrom
release-please--branches--master--components--noir

Conversation

@noirwhal
Copy link
Contributor

@noirwhal noirwhal commented Oct 8, 2025

🤖 I have created a release beep boop

1.0.0-beta.15 (2025-11-05)

Features

Bug Fixes

  • "No size for slice" when using black_box (#10312) (900d3c2)
  • ACIR: Correct brillig parameter slice length for dynamic arrays (#10198) (0c0d8cc)
  • ACIR: Correctly display the zero expression (#10124) (37f0c99)
  • ACIR: Incorrect slice length in AsSlice (#10168) (5e1fe51)
  • Address off-by-one error when removing casts before constraining to constant (#10194) (64d5926)
  • Check value of ArraySet during array_set_optimization (#10325) (ce4b6bc)
  • Do not carry over #[fold] to unconstrained functions during monomorphization (#10155) (11c175d)
  • Do not replace return for databus (#10355) (dbe4d81)
  • Do not simplify call-data values (#10032) (9b08130)
  • elaborator: Create new type variable for each generic kind of FmtStr (#10349) (62065e8)
  • elaborator: Keep the status of the outer unsafe block if the inner is unnecessary (#10361) (65a8fb0)
  • Emit error on oracle functions with function bodies (#10132) (96fb819)
  • mem2reg: Update array set value alias set and propagate array get result as alias (#10242) (077dd5e)
  • mem2reg: Updating referenced value invalidate addresses with unknown aliases (#10175) (b16e3c6)
  • print: Convert HirType::Function into PrintableType::Tuple (#10189) (577cbdc)
  • Remove leading stars from block doc comments (#10316) (53da0af)
  • Slice push_back when length is not known (#10206) (084629e)
  • ssa-interpreter: Add integer modulus to unfit Field if the value comes from a subtraction (#10241) (acc1cbc)
  • ssa-interpreter: Ignore index overflow when side effects are disabled (#10183) (f8b6e72)
  • ssa: SSA Interpreter handle overflow by promoting to Field (#10097) (d09585f)
  • ssa: Use Type::element_size instead of Type::flattened_size for optimize_length_one_array_read (#10146) (dbc6cfe)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Oct 8, 2025
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: 5583d16 Previous: 05c8f7a Ratio
rollup-root 0.005 s 0.004 s 1.25
rollup-tx-merge 0.003 s 0.002 s 1.50

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

CC: @TomAFrench

@github-actions
Copy link
Contributor

github-actions bot commented Oct 8, 2025

@noirwhal noirwhal force-pushed the release-please--branches--master--components--noir branch from 96b86cc to 666ab39 Compare October 9, 2025 10:51
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: 6fddd37 Previous: 05c8f7a Ratio
test_report_zkpassport_noir-ecdsa_ 3 s 1 s 3

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 from 1188089 to 4614ccd Compare October 10, 2025 10:08
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 'ACVM Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20.

Benchmark suite Current: 9aa259c Previous: e5a9309 Ratio
perfectly_parallel_batch_inversion_opcodes 2798919 ns/iter (± 2012) 2262591 ns/iter (± 3337) 1.24

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 4 times, most recently from 5cc2c4b to 1099804 Compare October 13, 2025 10:46
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: 9523910 Previous: 41b6296 Ratio
private-kernel-tail 1.854 s 1.542 s 1.20

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 13 times, most recently from 0d3b038 to ca7a5a5 Compare October 21, 2025 08:58
@noirwhal noirwhal force-pushed the release-please--branches--master--components--noir branch 4 times, most recently from 905ce02 to 6c5c3ff Compare October 24, 2025 12:25
@noirwhal noirwhal force-pushed the release-please--branches--master--components--noir branch 7 times, most recently from 1858f67 to 8862df1 Compare November 5, 2025 15:08
@Savio-Sou
Copy link
Collaborator

@TomAFrench shall we cut a pre-release?

@TomAFrench
Copy link
Member

Go for it.

@Savio-Sou Savio-Sou added this pull request to the merge queue Nov 5, 2025
@Savio-Sou Savio-Sou removed this pull request from the merge queue due to a manual request Nov 5, 2025
@Savio-Sou
Copy link
Collaborator

Will merge once #10378 successfully merges into master and is included in this release.

@noirwhal noirwhal force-pushed the release-please--branches--master--components--noir branch from 76222aa to 5583d16 Compare November 5, 2025 17:50
@Savio-Sou Savio-Sou enabled auto-merge November 5, 2025 17:53
@github-actions
Copy link
Contributor

github-actions bot commented Nov 5, 2025

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

@Savio-Sou Savio-Sou added this pull request to the merge queue Nov 5, 2025
Merged via the queue into master with commit 83245db Nov 5, 2025
132 of 133 checks passed
@Savio-Sou Savio-Sou deleted the release-please--branches--master--components--noir branch November 5, 2025 18:45
@noirwhal
Copy link
Contributor Author

noirwhal commented Nov 5, 2025

🤖 Created releases:

🌻

AztecBot added a commit to AztecProtocol/aztec-packages that referenced this pull request Nov 6, 2025
Automated pull of nightly from the [noir](https://github.com/noir-lang/noir) programming language, a dependency of Aztec.
BEGIN_COMMIT_OVERRIDE
chore(frontend): Loop control flow unit tests (noir-lang/noir#10387)
chore: Release Noir(1.0.0-beta.15) (noir-lang/noir#10125)
feat(doc): crate name, version, and dark mode (noir-lang/noir#10378)
chore(elaborator): Add `LoopStatement` (noir-lang/noir#10377)
chore(elaborator): Ensure that `push_location` and `push_type` cannot be forgotten (noir-lang/noir#10374)
feat: nargo doc (noir-lang/noir#10314)
chore: Add remaining doc comments to interpreter (noir-lang/noir#10368)
chore: green light for bn254_blackbox_solver audit (noir-lang/noir#10371)
chore: elaborator types.rs nits (noir-lang/noir#10375)
fix: do not replace return for databus (noir-lang/noir#10355)
END_COMMIT_OVERRIDE

Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
AztecBot added a commit to AztecProtocol/aztec-packages that referenced this pull request Nov 6, 2025
Automated pull of nightly from the [noir](https://github.com/noir-lang/noir) programming language, a dependency of Aztec.
BEGIN_COMMIT_OVERRIDE
chore(frontend): Loop control flow unit tests (noir-lang/noir#10387)
chore: Release Noir(1.0.0-beta.15) (noir-lang/noir#10125)
feat(doc): crate name, version, and dark mode (noir-lang/noir#10378)
chore(elaborator): Add `LoopStatement` (noir-lang/noir#10377)
chore(elaborator): Ensure that `push_location` and `push_type` cannot be forgotten (noir-lang/noir#10374)
feat: nargo doc (noir-lang/noir#10314)
chore: Add remaining doc comments to interpreter (noir-lang/noir#10368)
chore: green light for bn254_blackbox_solver audit (noir-lang/noir#10371)
chore: elaborator types.rs nits (noir-lang/noir#10375)
fix: do not replace return for databus (noir-lang/noir#10355)
END_COMMIT_OVERRIDE
github-merge-queue bot pushed a commit to AztecProtocol/aztec-packages that referenced this pull request Nov 6, 2025
Automated pull of nightly from the
[noir](https://github.com/noir-lang/noir) programming language, a
dependency of Aztec.
BEGIN_COMMIT_OVERRIDE
chore(frontend): Loop control flow unit tests
(noir-lang/noir#10387)
chore: Release Noir(1.0.0-beta.15)
(noir-lang/noir#10125)
feat(doc): crate name, version, and dark mode
(noir-lang/noir#10378)
chore(elaborator): Add `LoopStatement`
(noir-lang/noir#10377)
chore(elaborator): Ensure that `push_location` and `push_type` cannot be
forgotten (noir-lang/noir#10374)
feat: nargo doc (noir-lang/noir#10314)
chore: Add remaining doc comments to interpreter
(noir-lang/noir#10368)
chore: green light for bn254_blackbox_solver audit
(noir-lang/noir#10371)
chore: elaborator types.rs nits
(noir-lang/noir#10375)
fix: do not replace return for databus
(noir-lang/noir#10355)
END_COMMIT_OVERRIDE
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.

3 participants