Skip to content

Commit 5adfc2b

Browse files
authored
Merge branch 'main' into required-parameters
2 parents 32620ce + 4ca9903 commit 5adfc2b

File tree

57 files changed

+1788
-1137
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1788
-1137
lines changed

compiler/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/examples/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/modeling-guide.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -785,3 +785,12 @@ class Foo {
785785
#### `@stability` and `@visibility`
786786
787787
These annotations have been removed, use `@availability` instead.
788+
789+
#### `@UpdateForV10`
790+
791+
We sometimes want to make breaking changes but have to wait until the next major version.
792+
To not forget about those change, you can use the UpdateForV10 JSDoc tag in any commment.
793+
There are a few benefits of using JSDoc instead of a simple TODO comment:
794+
795+
* With the allowlist of tags in our eslint config, we can't make typos
796+
* We enforce a proper description to explain why the breaking change needs to be made

output/openapi/elasticsearch-openapi.json

Lines changed: 13 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 353 additions & 331 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)