Skip to content

Commit 6f5aa21

Browse files
committed
CHANGELOG for 1.23.0
Signed-off-by: David Thompson <davthomp@redhat.com>
1 parent a54ebde commit 6f5aa21

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### 1.23.0
2+
- Feat: Disable "Source" URI in hovers. See [#1120](https://github.com/redhat-developer/yaml-language-server/issues/1120), [vscode-yaml#1238](https://github.com/redhat-developer/vscode-yaml/pull/1238).
3+
- Fix: Add support for ajv-i18n to localize validation messages for errors in referenced JSON schemas [#1133](https://github.com/redhat-developer/yaml-language-server/issues/1131).
4+
- Fix: Revert formatter changes, resolving several regressions. See [#1245](https://github.com/redhat-developer/yaml-language-server/issues/1245), [vscode-yaml#1241](https://github.com/redhat-developer/vscode-yaml/issues/1241), [vscode-yaml#1233](https://github.com/redhat-developer/vscode-yaml/issues/1233), [vscode-yaml#1242](https://github.com/redhat-developer/vscode-yaml/issues/1242)
5+
- Fix: Bundled schema resolution fails for schemas with `$id` matching a file name. See [#1236](https://github.com/redhat-developer/yaml-language-server/issues/1236).
6+
- Fix: Skip local sibling probe for non-`file://` schemas. See [#1235](https://github.com/redhat-developer/yaml-language-server/pull/1235).
7+
- Fix: Set `User-Agent` header when requesting schema over HTTP(S). See [#1226](https://github.com/redhat-developer/yaml-language-server/pull/1226), [vscode-yaml#1236](https://github.com/redhat-developer/vscode-yaml/pull/1236).
8+
- Fix: Request `textDocument/hover` failed with message: Invalid regular expression: /(?s).*/: Invalid group. See [#874](https://github.com/redhat-developer/yaml-language-server/issues/874).
9+
10+
Thanks to [Steffen Videbæk Fredsgaard](https://github.com/svifred) and [Kosta](https://github.com/Kosta-Github) for your contributions.
11+
112
### 1.22.0
213
- Feat: Use `yaml` package (instead of `prettier`) for formatting. See [#933](https://github.com/redhat-developer/yaml-language-server/issues/933), [#1222](https://github.com/redhat-developer/yaml-language-server/pull/1222).
314
- Feat: Allow `# $schema: <url>` in addition to the existing `# yaml-language-server: $schema=<url>` to specify JSON Schema. See [#950](https://github.com/redhat-developer/yaml-language-server/issues/950).

0 commit comments

Comments
 (0)