Enhancements:
- [libmamba] All headers at the top by @AntoinePrv in #2658
- [libmamba] Add boolean expression tree by @AntoinePrv in #2591
- [libmamba] Add VersionSpec by @AntoinePrv in #2502
- [micromamba] Refactor test_repoquery to use new fixtures by @AntoinePrv in #2691
- [libmamba] Use xdg schemas for config saving/reading (minified) by @danpf in #2714
- [micromamba] Remove warnings from test_activation by @AntoinePrv in #2727
- [micromamba] Refactor test_shell by @AntoinePrv in #2726
- [libmamba] specs platform by @AntoinePrv in #2729
- [libmamba] Safe Curl opt in url.cpp by @AntoinePrv in #2734
- [libmamba] Add win-arm64 support by @isuruf in #2745
- [libmamba] Move util_string to utility library by @AntoinePrv in #2739
- [libmamba] Remove get_clean_dirs() by @jonashaag in #2748
- [micromamba] Fix and improve static builds by @AntoinePrv in #2755
- [all] Enable pytest color output by @jonashaag in #2759
- [libmamba, micromamba] Isolate URL object by @AntoinePrv in #2744
- [all] Fix warnings by @Hind-M in #2760
- [libmamba] New apis for downloading by @JohanMabille in #2695
Bug fixes:
- [libmamba] Respect subdir in match spec by @ThomasBlauthQC in #2300
- [libmamba] Fixed move constructor in CURLHandle by @JohanMabille in #2710
- [micromamba] Fix wrong activated PATH in micromamba shell by @AntoinePrv in #2722
- [mamba] Fix Repo missing url by @Hind-M in #2723
- [mamba] Try Revert "Fix Repo missing url" by @AntoinePrv in #2730
- [mamba] fix subcommands handling in recent versions of conda by @jaimergp in #2732
- [libmamba] Remove created prefix if aborted with --platform by @Hind-M in #2738
- [libmamba] Add missing newline in legacy errors by @jaimergp in #2743
- [mamba] Try fix Missing Url error by @AntoinePrv in #2731
- [libmamba] fix: added missing hook_preamble() for powershell hook by @chawyehsu in #2761
- [micromamba] Fix config list sources by @Hind-M in #2756
- [libmamba] Fix fish completion by @soraxas in #2769
- [libmamba, micromamba] Fix __linux virtual package default version by jonashaag in #2749
- [micromamba] Strong pin in test by @AntoinePrv in #2774
- [mamba] fix: only reactivate current environment by @chawyehsu in #2763
- [micromamba] Revert failing test by @jonashaag in #2777
CI fixes and doc:
- [mamba, micromamba] Update troubleshooting.rst by @AntoinePrv in #2675
- [all] Ignore format changes in git blame by @jonashaag in #2690
- [mamba] Put more "not recommended" warnings in the installation instructions by @jonashaag in #2711
- [micromamba] Add command to docs for completeness by @danpf in #2717
- [micromamba] fix: Correct a command in installation.rst by @wy-luke in #2703
- [micromamba] Split Mamba and Micromamba installation docs by @jonashaag in #2719
- [micromamba] fix: Shell completion section title missing by @wy-luke in #2764
- [all] Add Debug build type by @Hind-M in #2762