Releases: jbsf2/process-tree
Releases · jbsf2/process-tree
v0.1.3
- added
cache: false
option toget()
. When called withcache: 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
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
- 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
v0.1.0 url fixes