Skip to content

Commit b22a02e

Browse files
committed
changelog for v0.59.1
1 parent 37b7d3a commit b22a02e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.59.1] - 2023-02-26
4+
5+
### Added
6+
7+
* [Support for logging traces to a configured OpenTelemetry collector endpoint](https://github.com/fsharp/fsautocomplete/pull/1060) (thanks @theangrybyrd!)
8+
* to use this, set the CLI argument `--otel-exporter-enabled`, and set the `OTEL_EXPORTER_OTLP_ENDPOINT` the the URL of a reachable collector before launching the app
9+
* then, send the `fsharp.notifications.trace` configuration set to `true`, and the fsharp.notifications.traceNamespaces` configuration set to an array of string patterns for namespaces of activities to match on.
10+
11+
### Changed
12+
13+
* [Updated the built-in Fantomas client to 0.9.0](https://github.com/fsharp/fsautocomplete/pull/1043) (thanks @nojaf!)
14+
* Brought tooltips using signatures into line with the design guidelines (thanks @dawedawe!)
15+
* https://github.com/fsharp/fsautocomplete/pull/1061
16+
* https://github.com/fsharp/fsautocomplete/pull/1063
17+
* https://github.com/fsharp/fsautocomplete/pull/1064
18+
* Flow through the `InlineValuesProvider` configuration as expected, to light up LSP support for inline values.
19+
320
## [0.59.0] - 2023-02-20
421

522
### Added

0 commit comments

Comments
 (0)