You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,20 @@
2
2
3
3
All notable changes to Phive are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
4
4
5
+
## [0.16.0] - 2025-04-10
6
+
7
+
__Please note__: Version 0.16.x requires PHP 8.0 or later.
8
+
9
+
### Added
10
+
* Phive can now download phars from private github repositories (given an GITHUB_AUTH_TOKEN is set or an entry ith the auth.xml exists). This finally closes the last (edge) case missing in [#40](https://github.com/phar-io/phive/issues/40) for github.
11
+
12
+
### Fixed
13
+
*[#443](https://github.com/phar-io/phive/issues/443): RingdownCurlHttpClient removes unavailable hosts too aggressively (thanks @lukaslangen)
14
+
15
+
### Removed
16
+
*[#435](https://github.com/phar-io/phive/pull/435): Remove defunct pgp.mit.edu as keyserver
0 commit comments