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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
1
### Unreleased
2
2
3
+
### v0.30.0: 16 November 2025
4
+
5
+
#### Highlights
6
+
7
+
- Added support for elixir 1.19 (and OTP 28 on 1.19)
8
+
9
+
#### Improvements
10
+
11
+
-`Code.ensure_compiled` calls removed from the codebase. There should be less hangs related to compilation and code server congestion on elixir 1.18+
12
+
- Mix installer fixes ported from upstream. This should resolve issue with too long paths on Windows
13
+
- Added support for `excludes` in `.formatter.exs`
14
+
- ElixirLS startup script now unsets `MIX_OS_DEPS_COMPILE_PARTITION_COUNT` as a workaround for mix polluting stdout and breaking JasonRPC communication
15
+
- Added support for `stream_data` property tests in test tracer [James E. A.](https://github.com/James-E-A)
16
+
- Added workaround for elixir crash when formatting test failure in debug adapter
17
+
- Added support for elixir 1.19 `not in` token format
18
+
- Ported upstream improvements to `dbg` macro support in debug adapter
19
+
20
+
#### Fixes
21
+
22
+
- Resolved infinite loop in fish shell launch script
23
+
- Fixed crash in call hierarchy provider on anonymous calls
24
+
25
+
#### Breaking changes
26
+
27
+
- elixir 1.14 reached end of life and is no longer supported. Consider updating to 1.15+
0 commit comments