Finch.io v0.26.1 Release Notes

Release Date: 2018-12-05 // over 5 years ago
  • 🛠 🐞Bugfix release:

    • 👻 Endpoint.rescue was incorretly throwing MatchError if the exception inside of an effect was not defined for the given partitial function. The correct behavior is to re-raise the exception. This bug affected only finchx- modules. #1048