Skip to content

Commit 2c0be86

Browse files
authored
Prepare 3.12.0 (#1014)
1 parent 2a97ab8 commit 2c0be86

11 files changed

+55
-140
lines changed

.authors.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
github: chenghlee
265265
- name: conda-bot
266266
267-
num_commits: 51
267+
num_commits: 52
268268
first_commit: 2022-01-25 21:38:28
269269
alternate_emails:
270270
@@ -277,7 +277,7 @@
277277
aliases:
278278
- Jaime RGP
279279
- jaimergp
280-
num_commits: 101
280+
num_commits: 105
281281
first_commit: 2022-01-08 14:56:53
282282
github: jaimergp
283283
- name: Tom Hören
@@ -357,7 +357,7 @@
357357
github: RahulARanger
358358
- name: Marco Esters
359359
360-
num_commits: 38
360+
num_commits: 43
361361
first_commit: 2023-05-12 11:44:12
362362
github: marcoesters
363363
- name: Darryl Miles
@@ -372,7 +372,7 @@
372372
github: deepeshaburse
373373
- name: pre-commit-ci[bot]
374374
email: 66853113+pre-commit-ci[bot]@users.noreply.github.com
375-
num_commits: 35
375+
num_commits: 50
376376
first_commit: 2023-05-02 12:01:43
377377
github: pre-commit-ci[bot]
378378
- name: Matthias Kuhn
@@ -382,7 +382,7 @@
382382
github: m-kuhn
383383
- name: dependabot[bot]
384384
email: 49699333+dependabot[bot]@users.noreply.github.com
385-
num_commits: 39
385+
num_commits: 43
386386
github: dependabot[bot]
387387
first_commit: 2024-05-07 10:16:05
388388
- name: Julien Jerphanion
@@ -395,3 +395,8 @@
395395
396396
num_commits: 1
397397
first_commit: 2025-03-05 08:14:01
398+
- name: Isabel Paredes
399+
github: IsabelParedes
400+
401+
num_commits: 1
402+
first_commit: 2025-07-17 12:38:55

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Gabriel Reis <[email protected]>
3030
Gonzalo Pena-Castellanos <[email protected]>
3131
Ian Henriksen <[email protected]>
3232
Ilan Schnell <[email protected]> Ilan Schnell <[email protected]>
33+
Isabel Paredes <[email protected]>
3334
Isuru Fernando <[email protected]>
3435
Jaime Rodríguez-Guerra <[email protected]> Jaime RGP <[email protected]>
3536
Jaime Rodríguez-Guerra <[email protected]> jaimergp <[email protected]>

AUTHORS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Authors are sorted alphabetically.
2020
* Gonzalo Pena-Castellanos
2121
* Ian Henriksen
2222
* Ilan Schnell
23+
* Isabel Paredes
2324
* Isuru Fernando
2425
* Jaime Rodríguez-Guerra
2526
* Jannis Leidel
@@ -67,5 +68,8 @@ Authors are sorted alphabetically.
6768
* XuehaiPan
6869
* astaric
6970
* bkreider
71+
* conda-bot
72+
* dependabot[bot]
7073
* guimondmm
74+
* pre-commit-ci[bot]
7175
* y2kbugger

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
[//]: # (current developments)
22

3+
## 2025-07-17 3.12.0:
4+
### Enhancements
5+
6+
* Add support for `mirrored_channels` in `construct.yaml`. These mirrored channels are included in the resulting `.condarc` file if one is created. `mamba` only. (#1008)
7+
* Add JSON Schema for `construct.yml`, defined with a Pydantic model (not used at runtime). (#943, #979)
8+
* Add support for `conda init --condabin` in `initialize_conda` option. (#960 via #965)
9+
* SH installers: Add `-c` flag to control whether to run conda initialization in batch mode. (#1004 via #965)
10+
* Add compatibility for `onedir` variants of `conda-standalone`, which are pre-extracted and have smaller start overheads. (#993, #1007)
11+
12+
### Bug fixes
13+
14+
* Ensure environment variables are properly unset in NSIS by passing the data type explicitly. (#1005)
15+
* EXE installers: Enable inheriting permissions of all files inside the installation directory
16+
for `AllUsers` installations. (#828 via #991)
17+
18+
### Deprecations
19+
20+
* Remove deprecated `constructor.construct.generate_docs()` function. Use `scripts/make_docs.py` instead. (#943)
21+
22+
### Docs
23+
24+
* Remove inaccurate typing information from the `construct.yml` fields documentation. Full and accurate details are now available in the JSON Schema. (#943)
25+
* Add new howto section explaining the differences between types of conda initialization. (#965)
26+
27+
### Other
28+
29+
* Pin `pydantic` to `v2.11.*` in test environment for consistent schema output. (#971 via #972)
30+
31+
### Contributors
32+
33+
* @IsabelParedes
34+
* @jaimergp
35+
* @marcoesters
36+
37+
### New contributors
38+
39+
* @IsabelParedes made their first contribution in https://github.com/conda/constructor/pull/1008
40+
41+
42+
343
## 2025-03-20 3.11.3:
444
### Bug fixes
545

news/1005-unset-envvars-nsis

Lines changed: 0 additions & 19 deletions
This file was deleted.

news/1008-mirrored-channels-schema

Lines changed: 0 additions & 19 deletions
This file was deleted.

news/943-schema

Lines changed: 0 additions & 19 deletions
This file was deleted.

news/965-condabin

Lines changed: 0 additions & 20 deletions
This file was deleted.

news/972-pin-pydantic

Lines changed: 0 additions & 19 deletions
This file was deleted.

news/991-all-users-permissions-win

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)