Skip to content

Commit

Permalink
Add changelog and bump version to 3.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Morin <[email protected]>
  • Loading branch information
JeanChristopheMorinPerso committed Oct 19, 2024
1 parent b46d435 commit 6da5fb7
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 1 deletion.
52 changes: 52 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,58 @@

<!-- start-here-sphinx-start-after -->


## v3.2.0 (2024-10-20)
[Source](https:/AcademySoftwareFoundation/rez/tree/3.2.0) | [Diff](https:/AcademySoftwareFoundation/rez/compare/3.1.1...3.2.0)

This release introduces a long awaited and requested feature: the ability to synchronously cache
package payloads. This behaviour can be controlled centrally using the new `package_cache_async`
setting in your rezconfig files. The default value is True, which means that as before, caches
will be synced asynchrously. `rez-env` also gained a new `--pkg-cache-mode` to control the
caching behaviour on a per case basis.

Other note worthy additions are the new `testing` object that can be used to test if `rez-test` is currently running from withing commands functions and early bound functions. Additionally, a new setting `default_build_process`
was added to set the default build process to be used by rez-build.

Thanks to everybody who contributed and made all these features, bugfixes and improvements possible!

### Features

- Add ability to cache package payloads synchronously [\#1679](https:/AcademySoftwareFoundation/rez/pull/1679) [\#1853](https:/AcademySoftwareFoundation/rez/pull/1853) ([isohedronpipeline](https:/isohedronpipeline), [Pixel-Minions](https:/Pixel-Minions))
- Add new `default_build_process` setting to set the default build process [\#1724](https:/AcademySoftwareFoundation/rez/pull/1724) ([predat](https:/predat))
- Add new `testing` object to check if rez-test is running [\#1740](https:/AcademySoftwareFoundation/rez/pull/1740) ([fabal](https:/fabal), [nca45](https:/nca45))
- Convert Windows registry queries to use `winreg` module. Expect some speed improvements on Windows [\#1780](https:/AcademySoftwareFoundation/rez/pull/1780) ([nrusch](https:/nrusch))

### Fixes
- Fix shell detection code to handle a case where the parent PID is zero [\#1735](https:/AcademySoftwareFoundation/rez/pull/1735) ([JeanChristopheMorinPerso](https:/JeanChristopheMorinPerso))
- Don't expand tilde in `REZ_USED_IMPLICIT_PACKAGES` and `REZ_USED_REQUEST` environment variables [\#1760](https:/AcademySoftwareFoundation/rez/pull/1760) ([cfxegbert](https:/cfxegbert))
- Fix incorrect string operations on bytes output of 'ps' subprocess in shell detecton code [\#1765](https:/AcademySoftwareFoundation/rez/pull/1765) ([parikshittiwari740](https:/parikshittiwari740))
- Fix missing path in GitBash warning message [\#1775](https:/AcademySoftwareFoundation/rez/pull/1775) ([brycegbrazen](https:/brycegbrazen))
- Make Powershell aliases exit with correct exito code [\#1778](https:/AcademySoftwareFoundation/rez/pull/1778) ([brycegbrazen](https:/brycegbrazen))
- Fix TypeError when running get_rpaths in `rez.utils.elf` module [\#1798](https:/AcademySoftwareFoundation/rez/pull/1798) ([ruzette](https:/ruzette))
- Fix `package_cache_async` missing from `ResolvedContext` dict round-trip [\#1810](https:/AcademySoftwareFoundation/rez/pull/1810) ([nrusch](https:/nrusch))
- Move winreg import to local import to avoid import errors on non-windows systems [\#1846](https:/AcademySoftwareFoundation/rez/pull/1846) ([JeanChristopheMorinPerso](https:/JeanChristopheMorinPerso))
- Fix rez-test commands defined as list that result in an empty command [\#1850](https:/AcademySoftwareFoundation/rez/pull/1850) ([JeanChristopheMorinPerso](https:/JeanChristopheMorinPerso))
- Adjust python requirement of rez bound package to `python-3.7+<3.12"` [\#1848](https:/AcademySoftwareFoundation/rez/pull/1848) ([JeanChristopheMorinPerso](https:/JeanChristopheMorinPerso))

### Documentation
- Add adopters list [\#1720](https:/AcademySoftwareFoundation/rez/pull/1720) ([maxnbk](https:/maxnbk))
- Various updates to contributing.md for support, legal, versioning [\#1721](https:/AcademySoftwareFoundation/rez/pull/1721) ([maxnbk](https:/maxnbk))
- Various updates to release.md for release cadence and versioning used [\#1722](https:/AcademySoftwareFoundation/rez/pull/1722) ([maxnbk](https:/maxnbk))
- Add package orderers documentation [\#1737](https:/AcademySoftwareFoundation/rez/pull/1737) ([BryceGattis](https:/BryceGattis))

### Miscellaneous

- Fix formatting sonarcloud compliance issue [\#1697](https:/AcademySoftwareFoundation/rez/pull/1697) ([BryceGattis](https:/BryceGattis))
- Add argcomplete vendored version to vendor README.md [\#1742](https:/AcademySoftwareFoundation/rez/pull/1742) ([BryceGattis](https:/BryceGattis))
- Add date to vendored pika [\#1743](https:/AcademySoftwareFoundation/rez/pull/1743) ([BryceGattis](https:/BryceGattis))
- Migrate plugin type settings to plugin rez configs [\#1746](https:/AcademySoftwareFoundation/rez/pull/1746) ([BryceGattis](https:/BryceGattis))
- Remove Python 2 vendored pyyaml library [\#1845](https:/AcademySoftwareFoundation/rez/pull/1845) ([maxnbk](https:/maxnbk))

### Deprecated

* The `rez.package_cache.PackageCache.add_variants_async` method. Use the `add_variants` method intead.

## v3.1.1 (2024-04-14)
[Source](https:/AcademySoftwareFoundation/rez/tree/3.1.1) | [Diff](https:/AcademySoftwareFoundation/rez/compare/3.1.0...3.1.1)

Expand Down
2 changes: 2 additions & 0 deletions src/rez/rezconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,8 @@
# Default build process to use during build/release.
# Only 'local' build process is currently available,
# see :gh-rez:`src/rezplugins/build_process`.
#
# .. versionadded:: 3.2.0
default_build_process = "local"


Expand Down
2 changes: 1 addition & 1 deletion src/rez/utils/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

# Update this value to version up Rez. Do not place anything else in this file.
# Using .devN allows us to run becnmarks and create proper benchmark reports on PRs.
_rez_version = "3.1.1"
_rez_version = "3.2.0"

0 comments on commit 6da5fb7

Please sign in to comment.