Skip to content

Commit e95312c

Browse files
github-actions[bot]cole-h
authored andcommitted
Generate release notes for 3.16.0
1 parent 262f8e5 commit e95312c

File tree

3 files changed

+57
-1
lines changed

3 files changed

+57
-1
lines changed

doc/manual/source/SUMMARY.md.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@
145145
- [Contributing](development/contributing.md)
146146
- [Determinate Nix Release Notes](release-notes-determinate/index.md)
147147
- [Changes between Nix and Determinate Nix](release-notes-determinate/changes.md)<!-- next -->
148+
- [Release 3.16.0 (2026-02-12)](release-notes-determinate/v3.16.0.md)
148149
- [Release 3.15.2 (2026-01-20)](release-notes-determinate/v3.15.2.md)
149150
- [Release 3.15.1 (2025-12-24)](release-notes-determinate/v3.15.1.md)
150151
- [Release 3.15.0 (2025-12-19)](release-notes-determinate/v3.15.0.md)

doc/manual/source/release-notes-determinate/changes.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes between Nix and Determinate Nix
22

3-
This section lists the differences between upstream Nix 2.33 and Determinate Nix 3.15.2.<!-- differences -->
3+
This section lists the differences between upstream Nix 2.33 and Determinate Nix 3.16.0.<!-- differences -->
44

55
* In Determinate Nix, flakes are stable. You no longer need to enable the `flakes` experimental feature.
66

@@ -156,3 +156,35 @@ This section lists the differences between upstream Nix 2.33 and Determinate Nix
156156
* Path inputs are now lazy [DeterminateSystems/nix-src#312](https://github.com/DeterminateSystems/nix-src/pull/312)
157157

158158
* Improved performance when fetching a lot of dependencies with curl [DeterminateSystems/nix-src#315](https://github.com/DeterminateSystems/nix-src/pull/315)
159+
160+
<!-- Determinate Nix version 3.16.0 -->
161+
162+
* Wasm support by @edolstra in [DeterminateSystems/nix-src#309](https://github.com/DeterminateSystems/nix-src/pull/309)
163+
164+
* builtins.wasm: Check against values with ID 0 by @edolstra in [DeterminateSystems/nix-src#324](https://github.com/DeterminateSystems/nix-src/pull/324)
165+
166+
* filetransfer: don't allow the queue size to be 0 by @cole-h in [DeterminateSystems/nix-src#327](https://github.com/DeterminateSystems/nix-src/pull/327)
167+
168+
* Sync with upstream 2.33.2 by @edolstra in [DeterminateSystems/nix-src#332](https://github.com/DeterminateSystems/nix-src/pull/332)
169+
170+
* Support .gitattributes in subdirectories by @edolstra in [DeterminateSystems/nix-src#335](https://github.com/DeterminateSystems/nix-src/pull/335)
171+
172+
* BinaryCacheStore::queryPathInfoUncached(): Ensure noexcept by @edolstra in [DeterminateSystems/nix-src#336](https://github.com/DeterminateSystems/nix-src/pull/336)
173+
174+
* Enable static builds by @RossComputerGuy in [DeterminateSystems/nix-src#323](https://github.com/DeterminateSystems/nix-src/pull/323)
175+
176+
* builtins.getFlake fixes by @edolstra in [DeterminateSystems/nix-src#337](https://github.com/DeterminateSystems/nix-src/pull/337)
177+
178+
* Provenance by @edolstra in [DeterminateSystems/nix-src#321](https://github.com/DeterminateSystems/nix-src/pull/321)
179+
180+
* builtins.getFlake: Support path values by @edolstra in [DeterminateSystems/nix-src#338](https://github.com/DeterminateSystems/nix-src/pull/338)
181+
182+
* Add subcommand 'nix provenance show' by @edolstra in [DeterminateSystems/nix-src#340](https://github.com/DeterminateSystems/nix-src/pull/340)
183+
184+
* Record builder host name in build provenance by @edolstra in [DeterminateSystems/nix-src#341](https://github.com/DeterminateSystems/nix-src/pull/341)
185+
186+
* Build provenance improvements by @edolstra in [DeterminateSystems/nix-src#343](https://github.com/DeterminateSystems/nix-src/pull/343)
187+
188+
* Store provenance info in the NAR info disk cache by @edolstra in [DeterminateSystems/nix-src#344](https://github.com/DeterminateSystems/nix-src/pull/344)
189+
190+
* Increase the open file soft limit to the hard limit by @edolstra in [DeterminateSystems/nix-src#347](https://github.com/DeterminateSystems/nix-src/pull/347)
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Release 3.16.0 (2026-02-12)
2+
3+
* Based on [upstream Nix 2.33.2](../release-notes/rl-2.33.md).
4+
5+
## What's Changed
6+
* Wasm support by @edolstra in [DeterminateSystems/nix-src#309](https://github.com/DeterminateSystems/nix-src/pull/309)
7+
* builtins.wasm: Check against values with ID 0 by @edolstra in [DeterminateSystems/nix-src#324](https://github.com/DeterminateSystems/nix-src/pull/324)
8+
* filetransfer: don't allow the queue size to be 0 by @cole-h in [DeterminateSystems/nix-src#327](https://github.com/DeterminateSystems/nix-src/pull/327)
9+
* Sync with upstream 2.33.2 by @edolstra in [DeterminateSystems/nix-src#332](https://github.com/DeterminateSystems/nix-src/pull/332)
10+
* Support .gitattributes in subdirectories by @edolstra in [DeterminateSystems/nix-src#335](https://github.com/DeterminateSystems/nix-src/pull/335)
11+
* BinaryCacheStore::queryPathInfoUncached(): Ensure noexcept by @edolstra in [DeterminateSystems/nix-src#336](https://github.com/DeterminateSystems/nix-src/pull/336)
12+
* Enable static builds by @RossComputerGuy in [DeterminateSystems/nix-src#323](https://github.com/DeterminateSystems/nix-src/pull/323)
13+
* builtins.getFlake fixes by @edolstra in [DeterminateSystems/nix-src#337](https://github.com/DeterminateSystems/nix-src/pull/337)
14+
* Provenance by @edolstra in [DeterminateSystems/nix-src#321](https://github.com/DeterminateSystems/nix-src/pull/321)
15+
* builtins.getFlake: Support path values by @edolstra in [DeterminateSystems/nix-src#338](https://github.com/DeterminateSystems/nix-src/pull/338)
16+
* Add subcommand 'nix provenance show' by @edolstra in [DeterminateSystems/nix-src#340](https://github.com/DeterminateSystems/nix-src/pull/340)
17+
* Record builder host name in build provenance by @edolstra in [DeterminateSystems/nix-src#341](https://github.com/DeterminateSystems/nix-src/pull/341)
18+
* Build provenance improvements by @edolstra in [DeterminateSystems/nix-src#343](https://github.com/DeterminateSystems/nix-src/pull/343)
19+
* Store provenance info in the NAR info disk cache by @edolstra in [DeterminateSystems/nix-src#344](https://github.com/DeterminateSystems/nix-src/pull/344)
20+
* Increase the open file soft limit to the hard limit by @edolstra in [DeterminateSystems/nix-src#347](https://github.com/DeterminateSystems/nix-src/pull/347)
21+
22+
23+
**Full Changelog**: [v3.15.2...v3.16.0](https://github.com/DeterminateSystems/nix-src/compare/v3.15.2...v3.16.0)

0 commit comments

Comments
 (0)