php-opencloud / openstack

PHP SDK for OpenStack clouds
Apache License 2.0
222 stars 152 forks source link

Handler stack factory #382

Closed k0ka closed 5 months ago

k0ka commented 5 months ago

cherry picked from https://github.com/php-opencloud/openstack/pull/343

hype09 commented 5 months ago

Hey there! The removal of the HandlerStack class causes a build failure in the project I referenced above - was this an intended BC break in the 3.6 minor version?

k0ka commented 5 months ago

Hello,

No, of course it wasn't intended. Sorry for that. I didn't expect anyone would use this internal, undocumented (and quite lame) method. Anyway, returned it in https://github.com/php-opencloud/openstack/releases/tag/v3.6.1

hype09 commented 5 months ago

thank you very much for fixing it this quickly! I'm not sure what this class is being used for in that project, just stumbled on it by accident today when a pipeline failed 😄