- for correlation id and request id plugins, add support for enforcing the generation of a new value
- for ^ plugins add support for validating uuid. It's a default behavior so will break things for people who don't use uuid4 there. If you don't want this validation, you need to pass
validate=False
to the plugin - thanks to @VukW you can now check if context is available