2.3.0 (2025-04-16)
- Add telemetry metric for process memory usage (#43) (b0fdb25)
- Allow dynamic loop and throttle args (#44) (d065295)
- 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)
- SIGNAL-5811 add time interval bucket feature to ThrottleAndTimed and make loop_interval optional (#39) (3d48d04)
- Sync files with stordco/common-config-elixir (#27) (d7cffde)
- Sync files with stordco/common-config-elixir (#38) (c127668)
2.1.1 (2023-12-18)
- SIGNAL-5504 fix usage of option fields and typespec (#32) (fbb8fd2)
2.1.0 (2023-12-15)
- Add jitter option to throttle function (#26) (7991f91)
- Sync files with stordco/common-config-elixir (#23) (68bdd18)
2.0.1 (2023-10-03)
2.0.0 (2023-10-02)
Buffy.Throttle.throttle/1
will now return :ok
instead of {:ok, pid}
- Return :ok for already started throttle processes (#20) (07909be)
- 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)
- Do not double supervise throttle module (#13) (ce046ba)
- Ensure to always hash binary version of args (#14) (6216805)
- Sync files with stordco/common-config-elixir (#10) (930fabe)
- Sync files with stordco/common-config-elixir (#12) (7d190da)
1.2.1 (2023-08-24)
1.2.0 (2023-08-24)
- Add telemetry to the throttle module (#7) (74539d8)
1.1.0 (2023-07-13)
- Make types and logic flow more clear (7c57e46)
- Setup basic elixir repository (785b3b8)
- Simplify first module usage (b13c522)
- 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)
- Remove credo debug file (1f1419b)
- Rename debounce module to throttle (73d0cf5)
- Sync files with stordco/common-config-elixir (#2) (c6e4f34)
- Update Buffy.Throttle moduledoc (c906c43)