You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Process.label() instead of Process.register(). (#1071)
* Use Process.label() instead of Process.register(). Deprecate :components option for :unsafely_name_processes_for_stalker
* Add report_links_to_observer config option in favour of deprecated unsafely_name_processes_for_observer: [:links]
* Update required Elixir version
* Remove quote
---------
Co-authored-by: Mateusz Front <mateusz.front@swmansion.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
## Latest
4
4
* Improve remove_link action docs
5
+
* Deprecate `:components` option for `:unsafely_name_processes_for_observer`
6
+
* Deprecate `:links` option for `:unsafely_name_processes_for_observer` in favour of `:report_links_to_observer` configuration entry
7
+
*[Set label](https://hexdocs.pm/elixir/Process.html#set_label/1) for all the Membrane processes (i.e. for both Membrane components like pipelines, elements and bins and for utility components like subprocess supervisors)
8
+
* Update required Elixir version to `~> 1.17`
5
9
6
10
## 1.2.6
7
11
* Add tutorials [#1007](https://github.com/membraneframework/membrane_core/pull/1007), plugins [#1012](https://github.com/membraneframework/membrane_core/pull/1012) and demos [#1013](https://github.com/membraneframework/membrane_core/pull/1013) to the docs.
0 commit comments