Skip to content

Releases: phar-io/phive

Release 0.11.0

26 Jun 15:03
Compare
Choose a tag to compare
Release 0.11.0 Pre-release
Pre-release

Changed

  • Upgrade phar-io/version to 2.0.0
  • Changed DNS resolving to make downloading of keys more reliable
  • Do not run DNS query for AAAA records on IPv4 only hosts (Windows)
  • #138: Show key Ids for installed phars
  • #141: Improved BatPharActivator

Fixed

  • #130: Call to a member function format() on null
  • #137: Removing globally installed PHARs fails
  • #142: Error when installing phing
  • #144: Broken progress output on Windows
  • #145: Version constraint ^3.0.0-alpha1 is not supported
  • #147: Exception while installing PHPUnit

Release 0.10.0

25 Mar 15:26
Compare
Choose a tag to compare
Release 0.10.0 Pre-release
Pre-release

Changed

  • #125: The reliability of GPG key lookup requests has been improved by respecting the list of IPs returned by a DNS lookup for hkps.pool.sks-keyservers.net

Fixed

  • #132: Executing phive --version and phive --help now works as expected
  • #76: The source URL of a PHAR is now stored in phive.xml

Release 0.9.0

31 Dec 12:44
Compare
Choose a tag to compare
Release 0.9.0 Pre-release
Pre-release

Added

  • #127: Notify user when GitHub's API rate limit is exceeded and use
    a GitHub auth token provided via the GITHUB_AUTH_TOKEN environment variable to extend the limit to 5000 requests/hour

Release 0.8.2

10 Oct 18:10
Compare
Choose a tag to compare
Release 0.8.2 Pre-release
Pre-release

Fixed

  • #115: Fixed an uncaught exception when
    trying to install from a non-existing GitHub repository alias

Release 0.8.1

22 Sep 13:25
Compare
Choose a tag to compare
Release 0.8.1 Pre-release
Pre-release

Added

  • #114: Retry HTTP requests up to five times

Fixed

  • #113: Fixed a case sensitivity issue with PHAR aliases

Release 0.8.0

26 Aug 13:16
Compare
Choose a tag to compare
Release 0.8.0 Pre-release
Pre-release

Added

  • #94: Check if a PHAR's requirements are met during installation
  • #86: Add global option --no-progress

Release 0.7.2

06 Jun 19:08
Compare
Choose a tag to compare
Release 0.7.2 Pre-release
Pre-release

Fixed

  • #108: PHAR files are always symlinked on install, even with "-c" option

Release 0.7.1

02 Jun 14:22
Compare
Choose a tag to compare
Release 0.7.1 Pre-release
Pre-release

Changed

  • #105: Always link PHARs to /usr/bin on Linux and to /usr/local/bin on macOS.

Fixed

  • #107: Installing multiple PHARs when ~/.phive/phars.xml does not exist works as expected now.

Release 0.7.0

19 May 15:03
Compare
Choose a tag to compare
Release 0.7.0 Pre-release
Pre-release

Added

phive install will now try to install PHARs from the local cache first before connecting to remote repositories. phive update will always look for newer versions in remote repositories first unless the --prefer-offline flag is provided.

  • #103: Added automatic periodic updates of repositories.xml
  • #87: Implement --prefer-offline commandline option for update command

Changed

  • #99: Tests are now compatible with PHPUnit 6
  • #104: Allow v and V as a version prefix on GitHub repositories

Fixed

  • #102: Global installations are now tracked in ~/.phive/phive.xml and do not affect project-specific phive.xml files anymore
  • #96: phive.xml is not altered when phive install did not install any changed PHARs

Release 0.6.3

05 Feb 16:45
Compare
Choose a tag to compare
Release 0.6.3 Pre-release
Pre-release

Changed

  • Added Signature url into release infos
  • internal refactoring
  • #89: Use phar-io/version library
  • #84: Use caret operator by default

Fixed

  • #80: Check if running environment supports colored output
  • #82: Timeout for slow downloads
  • #95: Composer command fails with error