Skip to content

Commit 1b5bf5f

Browse files
committed
final release notes
1 parent 07133a8 commit 1b5bf5f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

RELEASE_NOTES.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
* Update FSAC to 0.59.1 to get support for F# 7 and other fixes
44
* Introduce new config option `FSharp.inlineValues.[enabled, prefix]` to migrate from `FSharp.pipelineHints.[enabled, prefix]`
5+
* Add support for OpenTelemetry-based tracing of the LSP and compiler service usages - set `"FSharp.openTelemetry.enabled"` to `true` and start up a collector (setting the `OTEL_EXPORTER_OTLP_ENDPOINT` ahead of time if necessary) and it all should just light up!
6+
* Add a new flag `FSharp.fsac.conserveMemory` that if set will tell the compiler to be more aggressive about reclaiming memory. Trades off lower memory use for increase CPU use.
7+
* Fix an error that was uncaught when some configuration settings changed (thanks @vain0x!)
8+
* Add a new flag `FSharp.fsac.parallelReferenceResolution` to control if FSAC will use the new-in-F# 7 parallel reference resolution features. Should provide a speed up of project load times.
9+
* For the FSI watcher use Inline Values APIs instead of rolling our own decorations
510

611
### 7.4.2 - 10.02.2023
712

0 commit comments

Comments
 (0)