Skip to content

v1.1.0

Compare
Choose a tag to compare
@mkon mkon released this 26 May 11:23
· 49 commits to main since this release

Adds support for ruby 3.1 and 3.2.

As a side effect I switched to YAML.safe_load in the builder, which means you will have to configure additional classes that are safe to load from YAML configuration files. Default allows only ::Regexp.
See https://github.com/mkon/api_valve/blob/v1.1.0/lib/api_valve.rb#L46