Releases: maclof/kubernetes-client
Releases · maclof/kubernetes-client
0.31.0: Fix: allow laravel 11 (#130)
0.30.0
0.29.0: Fix: missing stream factory (#123)
* Fix: Missing stream factory * Fix: Missing stream factory
0.28.0
0.27.0
0.26.0: Update composer.json (#108)
Improve compatibility with older (<7.1) and newer (>7.0) PHP versions.
0.25.0
0.24.0
0.23.0
#98 Raise PHP version (#99) * #98 Raise php version * #98 Add native types * #98 Drop redundand type information from doc blocks * #98 Drop PHP 7.1, 7.2, 7.3 from travis configuration * #98 Add `ReturnTypeWillChange` attribute Add `ReturnTypeWillChange` attribute for methods with mixed return type to support PHP 8.1 type inheritance check.
0.22.0: Fix Issue 81, some method call sites (#96)
* Fix Issue 81, some method call sites * Change first part back to apis, add parenthesis * Revert PodRepository but just change var name * Set proxy() on NodeRepository back to normal Also look for 'stream' in query object * Revert again; this is being sent from Repository Co-authored-by: Michael Butler <[email protected]>