serilog-enrichers-clientinfo icon indicating copy to clipboard operation
serilog-enrichers-clientinfo copied to clipboard

Breaking change in WithClientIp with only patch revision change

Open rupertbenbrook opened this issue 1 year ago • 1 comments

The recent update to 2.1.2 introduced a breaking change to WithClientIp, but only incremented the patch revision of the package. This breaks SemVer. The breaking change can be see here with the removal of the string headerName parameter from the method call.

https://github.com/serilog-contrib/serilog-enrichers-clientinfo/compare/v2.1.1...v2.1.2#diff-112520829d737bb62e67f7aea15bf7c40ca72dab271ecba35b70864eb52dee44L26

rupertbenbrook avatar Oct 11 '24 13:10 rupertbenbrook