All notable changes to this project, from version 1.0.0 onward, will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Replace use of deprecated
System.stacktrace/0
with__STACKTRACE__/0
(PR #17 from @iperks)
- Update to retry 0.18.0
- Update ex_rated to 2.1
1.1.2 - 2021-09-30
- Make sleep function configurable (PR #11 from @doorgan)
1.1.1 - 2021-09-17
- Update to fuse 2.5
- Update ex_rated to 2.0
1.1.0 - 2021-09-17
- Add
ExternalService.stop/1
(PR #9 from @doorgan)
- Allow any term as fuse name (PR #10 from @doorgan)
1.0.1 - 2020-06-08
- Add ability to reset fuses
- Add documentation for initialization and configuration of gateway modules
1.0.0 - 2020-06-05
- Add new ExternalService.Gateway module for module-based service gateways.
- Add this changelog...better late than never!