Skip to content

Releases: jbsf2/process-tree

v0.1.3

14 Jun 05:49
Compare
Choose a tag to compare
  • added cache: false option to get(). When called with cache: false, get() will not cache found values in the process dictionary of the calling process
  • added support for optimized key-specific dictionary lookup, available when using elixir 1.17+ and OTP 27.0+

Support arbitrary dictionary keys

26 Mar 13:24
Compare
Choose a tag to compare

Prior to this release, ProcessTree mistakenly assumed that all dictionary keys were atoms. With this release, dictionary keys of any type are now accepted. Thanks @doorgan for spotting and fixing the issue!

Fix dialyzer issues

28 Jan 17:11
Compare
Choose a tag to compare
  • Fix one dialyzer error seen across all versions of OTP
  • Suppress three non-problematic dialyzer warnings seen in OTP 24 and earlier

0.1.0 release

13 Jan 04:48
Compare
Choose a tag to compare
v0.1.0

url fixes