3.0.0 (2026-06-03)
⚠ BREAKING CHANGES
- Update minimum Elixir version (#54)
Bug Fixes
Miscellaneous
- Add dependabot (#58) (682215e)
- Sync files with stordco/common-config-elixir (#50) (26ee1ec)
- Sync files with stordco/common-config-elixir (#56) (a6aedee)
- Sync files with stordco/common-config-elixir (#59) (7f7f9d1)
- Sync files with stordco/common-config-elixir (#61) (0d3e0a9)
- Sync files with stordco/common-config-elixir (#62) (479d924)
- Update CODEOWNERS, use stordco/platform (#57) (0ea57ac)
- Update minimum Elixir version (#54) (46ebcd6)
- Update minimum Elixir version to 1.18 (#65) (4dbd1b3)
- Update tool versions to elixir 1.15.8 (#60) (eadf821)
2.3.0 (2025-04-16)
Features
- Add telemetry metric for process memory usage (#43) (b0fdb25)
- Allow dynamic loop and throttle args (#44) (d065295)
Miscellaneous
- Create CODEOWNERS (#48) (b2b7920)
- Sync files with stordco/common-config-elixir (#40) (1409ddc)
- Sync files with stordco/common-config-elixir (#45) (2971294)
- Sync files with stordco/common-config-elixir (#49) (a468420)
- Update moduledoc module example snippets (#41) (2c4c8dc)
2.2.0 (2024-03-13)
Features
- SIGNAL-5811 add time interval bucket feature to ThrottleAndTimed and make loop_interval optional (#39) (3d48d04)
Miscellaneous
- Sync files with stordco/common-config-elixir (#27) (d7cffde)
- Sync files with stordco/common-config-elixir (#38) (c127668)
2.1.1 (2023-12-18)
Bug Fixes
2.1.0 (2023-12-15)
Features
Bug Fixes
Miscellaneous
2.0.1 (2023-10-03)
Bug Fixes
2.0.0 (2023-10-02)
⚠ BREAKING CHANGES
Buffy.Throttle.throttle/1will now return:okinstead of{:ok, pid}
Bug Fixes
Miscellaneous
- Remove old publish workflow (#15) (4b10fec)
- Sync files with stordco/common-config-elixir (#18) (bfe20fd)
- Sync files with stordco/common-config-elixir (#19) (7395018)
- Update Hex Link in README.md (#17) (68927c6)
1.2.2 (2023-09-26)
Bug Fixes
- Do not double supervise throttle module (#13) (ce046ba)
- Ensure to always hash binary version of args (#14) (6216805)
Miscellaneous
- Sync files with stordco/common-config-elixir (#10) (930fabe)
- Sync files with stordco/common-config-elixir (#12) (7d190da)
1.2.1 (2023-08-24)
Miscellaneous
1.2.0 (2023-08-24)
Features
Miscellaneous
- Add MIT license (#5) (fc4306a)
- Sync files with stordco/common-config-elixir (#3) (d8bdce2)
- Update README (#6) (a874e46)
1.1.0 (2023-07-13)
Features
- Make types and logic flow more clear (7c57e46)
- Setup basic elixir repository (785b3b8)
- Simplify first module usage (b13c522)
Bug Fixes
- Update release please version (33aa3c3)
- Update test stream data to only run 500 times (5a423ad)
- Update test timeout to account for large CI runs (535c739)