summarylogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorLuis Martinez2022-05-22 21:07:02 -0500
committerLuis Martinez2022-05-22 21:07:02 -0500
commit77405e013238f10209fd3d66427e244e4b1c23af (patch)
tree5b9be93400bed3fdcb1da5668656d2c6a7982ddf /CHANGES.rst
parenta36ed90a4e93d214f33a413a6deffe8dfd1c273d (diff)
downloadaur-77405e013238f10209fd3d66427e244e4b1c23af.tar.gz
update to 2.1.89
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst45
1 files changed, 45 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 3ecf6a075936..290a65a469f0 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,51 @@
Release Notes
=============
+2.1.89
+------
+
+This release brings official support for CPython 3.11 and PyPy 3.9 as
+well as long needed robust runtime interpreter selection.
+
+* Select PEX runtime interpreter robustly. (#1770)
+ `PR #1770 <https://github.com/pantsbuild/pex/pull/1770>`_
+* Upgrade PyPy checking to latest. (#1767)
+ `PR #1767 <https://github.com/pantsbuild/pex/pull/1767>`_
+* Add 3.11 support. (#1766)
+ `PR #1766 <https://github.com/pantsbuild/pex/pull/1766>`_
+
+2.1.88
+------
+
+This release is a hotfix for 2.1.86 that handles unparseable
+``~/.netrc`` files gracefully.
+
+* Just warn when ``~/.netrc`` can't be loaded. (#1763)
+ `PR #1763 <https://github.com/pantsbuild/pex/pull/1763>`_
+
+2.1.87
+------
+
+This release fixes ``pex3 lock create`` to handle relative ``--tmpdir``.
+
+* Fix lock save detection to be more robust. (#1760)
+ `PR #1760 <https://github.com/pantsbuild/pex/pull/1760>`_
+
+2.1.86
+------
+
+This release fixes an oversight in lock file use against secured custom
+indexes and find links repos. Previously credentials were passed during
+the lock creation process via either ``~/.netrc`` or via embedded
+credentials in the custom indexes and find links URLs Pex was configured
+with. But, at lock use time, these credentials were not used. Now
+``~/.netrc`` entries are always used and embedded credentials passed via
+custom URLS at lock creation time can be passed in the same manner at
+lock use time.
+
+* Support credentials in URLFetcher. (#1754)
+ `PR #1754 <https://github.com/pantsbuild/pex/pull/1754>`_
+
2.1.85
------