Closed chmeldax closed 9 years ago
I agree with you
@chmeldax You are right, I apologize for not foreseeing this (the feature was too cool). I tagged a new v1.0.16 that removes the BC break, and moved the feature in a separate branch feature/prefix_suffix that we will use later for creating a 2.0 release.
Thank you so much for pointing that BC break.
We were hit by the same issue & can confirm that this has now fixed it.
@dav-m85: Thanks for fixing this issue. Happy to use statsd-php-client again :)
Hi,
sadly,
StatsdDataFactoryInterface
is now not backward compatible, because it introduces new methods to the interface; therefore our custom classes implementing this interface now cannot be used. (the simply do not comply with new interface).I believe introducing a BC-break should lead to introducing a new major version (according to the semantic versioning). Could you please release a new major version or could you drop
setPrefix
andsetSuffix
from theStatsdDataFactoryInterface
?Thanks, Jan