All Versions
75
Latest Version
Avg Release Cycle
40 days
Latest Release
820 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v4.3.0 Changes
November 25, 2019π Features:
- β Add Python 3.8 support (#956). Thanks @hramezani
- π¦ Unpin commented out unsafe packages in
requirements.txt
(#975). Thanks @atugushev
π Bug Fixes:
- π Fix
pip-compile
doesn't copy--trusted-host
fromrequirements.in
torequirements.txt
(#964). Thanks @atugushev - β Add compatibility with
pip>=20.0
(#953 and #978). Thanks @atugushev - π Fix a bug where the resolver wouldn't clean up the ephemeral wheel cache (#968). Thanks @atugushev
π Improved Documentation:
- β Add a note to
README
aboutrequirements.txt
file, which would possibly interfere if you're compiling from scratch (#959). Thanks @hramezani
-
v4.2.0 Changes
October 12, 2019π Features:
π Bug Fixes:
- β Add compatibility with
pip>=19.3
(#864, #904, #910, #912 and #915). Thanks @atugushev - Ensure
pip-compile --no-header <blank requirements.in>
creates/overwritesrequirements.txt
(#909). Thanks @AndydeCleyre - π Fix
pip-compile --upgrade-package
removes Β«viaΒ» annotation (#931). Thanks @hramezani
π Improved Documentation:
- β Add info to
README
about layered requirements files and-c
flag (#905). Thanks @jamescooke
- β Add compatibility with
-
v4.1.0 Changes
August 26, 20194.1.0 (2019-08-26)
π Features:
- β Add
--no-emit-find-links
option topip-compile
(#873). Thanks @jacobtolar
π Bug Fixes:
- β Add
-
v4.0.0 Changes
July 25, 20194.0.0 (2019-07-25)
Backwards Incompatible Changes:
π Bug Fixes:
- π Fix
pip>=19.2
compatibility (#857). Thanks @atugushev
- π Fix
-
v3.9.0 Changes
July 17, 20193.9.0 (2019-07-17)
π Features:
π Bug Fixes:
- π² Output all logging to stderr instead of stdout (#834). Thanks @georgek
- π Fix output file update with
--dry-run
option inpip-compile
(#842). Thanks @shipmints and @atugushev
-
v3.8.0 Changes
June 06, 2019π Features:
- β¬οΈ Options
--upgrade
and--upgrade-package
are no longer mutually exclusive (#831). Thanks @adamchainz
π Bug Fixes:
- π Fix
--generate-hashes
with bare VCS URLs (#812). Thanks @jcushman - π Fix issues with
UnicodeError
when installingpip-tools
from source in some systems (#816). Thanks @AbdealiJK - Respect
--pre
option in the input file (#822). Thanks @atugushev - β¬οΈ Option
--upgrade-package
now works even if the output file does not exist (#831). Thanks @adamchainz
- β¬οΈ Options
-
v3.7.0 Changes
May 09, 2019π Features:
- π Show progressbar on generation hashes in
pip-compile
verbose mode (#743). Thanks @atugushev - β Add options
--cert
and--client-cert
topip-sync
(#798). Thanks @atugushev - β Add support for
--find-links
inpip-compile
output (#793). Thanks @estan and @atugushev - Normalize Β«command to runΒ» in
pip-compile
headers (#800). Thanks @atugushev - π Support URLs as packages (#807). Thanks @jcushman, @nim65s and @toejough
π Bug Fixes:
- π Fix replacing password to asterisks in
pip-compile
(#808). Thanks @atugushev
- π Show progressbar on generation hashes in
-
v3.6.1 Changes
April 24, 2019π Bug Fixes:
- π Fix
pip>=19.1
compatibility (#795). Thanks @atugushev
- π Fix
-
v3.6.0 Changes
April 03, 20193.6.0 (2019-04-03)
π Features:
- π Show less output on
pip-sync
with--quiet
option (#765). Thanks @atugushev - π Support the flag
--trusted-host
inpip-sync
(#777). Thanks @firebirdberlin
- π Show less output on
-
v3.5.0 Changes
March 12, 2019π Features:
- 0οΈβ£ Show default index url provided by
pip
(#735). Thanks @atugushev - β Add an option to allow enabling/disabling build isolation (#758). Thanks @atugushev
π Bug Fixes:
- π Fix the output file for
pip-compile
with an explicitsetup.py
as source file (#731). Thanks @atugushev - π Fix order issue with generated lock file when
hashes
andmarkers
are used together (#763). Thanks @milind-shakya-sp
- 0οΈβ£ Show default index url provided by