The library is currently incompatible with varnish 6.2 due to a vmod_ prefix being added to the event function. (Described here).
This is easily fixed and so I did in a separate branch but merging this to your master branch will cause incompatibility with any varnish older than 6.2. Quite annoying.
I'll let you decide what to do with this. I've seen some other VMODs use branches per varnish version to manage compatibility, so that may be an option. Or maybe you can figure out a better one? :)
The library is currently incompatible with varnish 6.2 due to a
vmod_prefix being added to the event function. (Described here).This is easily fixed and so I did in a separate branch but merging this to your master branch will cause incompatibility with any varnish older than 6.2. Quite annoying.
I'll let you decide what to do with this. I've seen some other VMODs use branches per varnish version to manage compatibility, so that may be an option. Or maybe you can figure out a better one? :)