This release changes the way scheduled cloud functions work. Instead of having only one scheduler associated with a function, it now lets you define multiple schedulers. In our case this means we can run the same function with different request bodies, without having to duplicate the whole function itself.
New major version as it breaks the current scheduled module