Pathway v0.7.0 Release Notes

Release Date: 2018-09-25 // over 5 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ”Œ sequel_models plugin now automatically adds an optional context parameter to preload the model and avoid hitting the db on :fetch_model when the model is already available.
    • Added :set_context_param option for sequel_models plugin to prevent trying to preload the model from the context.
    • ๐Ÿ‘ Allow authorization block to take multiple parameters on simple_auth plugin.