Skip to content

Release February 2026#2451

Open
renejeglinsky wants to merge 77 commits intocap.cloud.sapfrom
main
Open

Release February 2026#2451
renejeglinsky wants to merge 77 commits intocap.cloud.sapfrom
main

Conversation

@renejeglinsky
Copy link
Contributor

No description provided.

johannes-vogel and others added 30 commits February 10, 2026 14:56
@BraunMatthias Please double check whether this is the right link. The
current link is broken.

---------

Co-authored-by: BraunMatthias <59841349+BraunMatthias@users.noreply.github.com>
Co-authored-by: Steffen Waldmann <steffen.waldmann@sap.com>
Fixes: https://github.tools.sap/cap/cdsnode/issues/2588

---------

Co-authored-by: Johannes Vogel <31311694+johannes-vogel@users.noreply.github.com>
Co-authored-by: Christian Georgi <christian.georgi@sap.com>
I noticed that the impl-variants behavior was not quite consistent...
some pages had an `ImplVariantsHint`, but no `impl-variants: true` and
another page (the new remote-authentication guide) had an
`ImplVariantsHint` without java or node specific sections.

=> add the hint and metadata where there are java or node specific
sections

---------

Co-authored-by: Christian Georgi <chgeo@users.noreply.github.com>
Co-authored-by: René Jeglinsky <rene.jeglinsky@sap.com>
For nicer syntax coloring with the `csv` language
Fixed issue #2395

Co-authored-by: Martin De Corte <martin.de.corte@sap.com>
In the "qmacro Series" section:

- add Daniel S's name to the Expert Sessions series
- an additional blog post "Shift left with CAP"
- a bit of reordering

---------

Co-authored-by: René Jeglinsky <rene.jeglinsky@sap.com>
SVGs are normally included as images which makes them non-interactive.
They can be imported and included as html, but this requires one to
include them in a setup script. This PR adds a small plugin to parse md
image links and include them as html:

```
![](assets/cxl/expr.drawio.svg)       <-- using an img tag
![](assets/cxl/expr.drawio.svg?raw)   <-- using an svg tag (included as v-html by plugin)
```

In VSCode and Github, the rendered markdown ignores the `?raw`, so the
image is still displayed when rendered and can be navigated to.

The cxl diagrams now also again contain links to the sections (every
element with a name now contains a link, even if it is to the same
section).

---------

Co-authored-by: Daniel Hutzel <daniel.hutzel@sap.com>
Mainly replaces destination-based approach for App2App with simple pure
application.yaml based approach. Also aligned API name between App2App
and Binding-based approach.

This show-cases how only minor changes are required across the three
scenarios:
1. Binding config with URL
2. Binding config with URL and IAS Dependency Name
3. Binding config with custom service binding

---------

Co-authored-by: René Jeglinsky <rene.jeglinsky@sap.com>
Co-authored-by: Steffen Waldmann <steffen.waldmann@sap.com>
Don't want to pin Node versions all over the place.
Instead we assume the user's default Node version is recent enough.
For `node@24`, brew creates unstable local paths that need to be added to the PATH manually.
Updates the output of cds CLI texts to the latest version.

Co-authored-by: chgeo <7470719+chgeo@users.noreply.github.com>
Updated link to bookstore/package.json in core concepts.
You can ignore the changes to the databases guides. They should not have
been in this PR/branch.
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [cspell](https://cspell.org/)
([source](https://redirect.github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell))
| [`9.6.4` →
`9.7.0`](https://renovatebot.com/diffs/npm/cspell/9.6.4/9.7.0) |
![age](https://developer.mend.io/api/mc/badges/age/npm/cspell/9.7.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cspell/9.6.4/9.7.0?slim=true)
|

---

### Release Notes

<details>
<summary>streetsidesoftware/cspell (cspell)</summary>

###
[`v9.7.0`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v970-2026-02-23)

[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v9.6.4...v9.7.0)

##### Features

<details>
<summary>feat: Substitution Part 4 - enable substitutions during
document check (<a
href="https://redirect.github.com/streetsidesoftware/cspell/pull/8630">#&#8203;8630</a>)</summary>

##### feat: Substitution Part 4 - enable substitutions during document
check
([#&#8203;8630](https://redirect.github.com/streetsidesoftware/cspell/pull/8630))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/capire/docs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNi41IiwidXBkYXRlZEluVmVyIjoiNDMuMjYuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
MattSchur and others added 23 commits March 3, 2026 19:17
Added information about persistent and non-persistent messages for
draft-enabled entities.

---------

Co-authored-by: Mahati Shankar <93712176+smahati@users.noreply.github.com>
The toggle is animated again when switching.
I missed this character while cleaning up #2428 and did not notice the
missing animation.
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [com.sap.cds:cds4j-api](http://www.sap.com)
([source](https://cap.cloud.sap/docs/java/)) | `4.7.0` → `4.8.0` |
![age](https://developer.mend.io/api/mc/badges/age/maven/com.sap.cds:cds4j-api/4.8.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.sap.cds:cds4j-api/4.7.0/4.8.0?slim=true)
|

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/capire/docs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41Ni4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Updates the output of cds CLI texts to the latest version.

Co-authored-by: chgeo <7470719+chgeo@users.noreply.github.com>
…#2439)

This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [com.sap.cds:cds-services-api](https://cap.cloud.sap/docs/java) |
`4.7.0` → `4.8.0` |
![age](https://developer.mend.io/api/mc/badges/age/maven/com.sap.cds:cds-services-api/4.8.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.sap.cds:cds-services-api/4.7.0/4.8.0?slim=true)
|

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/capire/docs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41Ni4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: René Jeglinsky <rene.jeglinsky@sap.com>
Co-authored-by: BraunMatthias <59841349+BraunMatthias@users.noreply.github.com>
Co-authored-by: Marc Becker <marc.becker@sap.com>
Co-authored-by: René Jeglinsky <rene.jeglinsky@sap.com>
Co-authored-by: René Jeglinsky <rene.jeglinsky@sap.com>
Co-authored-by: René Jeglinsky <rene.jeglinsky@sap.com>
Co-authored-by: Marc Becker <marc.becker@sap.com>
Co-authored-by: Christian Georgi <christian.georgi@sap.com>
The `CQN` is now also shown in addition to the result and the `SQL`.

<img width="701" height="514" alt="Screenshot 2026-03-06 at 09 42 44"
src="https://github.com/user-attachments/assets/d1242ffc-d72d-429f-a4af-b173ee9dd9dc"
/>
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [@sap/cds](https://cap.cloud.sap/) | [`9.7.1` →
`9.8.1`](https://renovatebot.com/diffs/npm/@sap%2fcds/9.7.1/9.8.1) |
![age](https://developer.mend.io/api/mc/badges/age/npm/@sap%2fcds/9.8.1?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sap%2fcds/9.7.1/9.8.1?slim=true)
|

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/capire/docs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[@typescript-eslint/parser](https://typescript-eslint.io/packages/parser)
([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
| [`8.56.1` →
`8.57.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.56.1/8.57.0)
|
![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/8.57.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/8.56.1/8.57.0?slim=true)
|
| [eslint](https://eslint.org)
([source](https://redirect.github.com/eslint/eslint)) | [`9.39.3` →
`9.39.4`](https://renovatebot.com/diffs/npm/eslint/9.39.3/9.39.4) |
![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.39.4?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/9.39.3/9.39.4?slim=true)
|

---

### Release Notes

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/parser)</summary>

###
[`v8.57.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8570-2026-03-09)

[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.56.1...v8.57.0)

This was a version bump only for parser to align it with other projects,
there were no code changes.

See [GitHub
Releases](https://redirect.github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.0)
for more information.

You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.

</details>

<details>
<summary>eslint/eslint (eslint)</summary>

###
[`v9.39.4`](https://redirect.github.com/eslint/eslint/releases/tag/v9.39.4)

[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.39.3...v9.39.4)

#### Bug Fixes

-
[`f18f6c8`](https://redirect.github.com/eslint/eslint/commit/f18f6c8ae92a1bcfc558f48c0bd863ea94067459)
fix: update dependency minimatch to ^3.1.5
([#&#8203;20564](https://redirect.github.com/eslint/eslint/issues/20564))
(Milos Djermanovic)
-
[`a3c868f`](https://redirect.github.com/eslint/eslint/commit/a3c868f6ef103c1caff9d15f744f9ebd995e872f)
fix: update dependency
[@&#8203;eslint/eslintrc](https://redirect.github.com/eslint/eslintrc)
to ^3.3.4
([#&#8203;20554](https://redirect.github.com/eslint/eslint/issues/20554))
(Milos Djermanovic)
-
[`234d005`](https://redirect.github.com/eslint/eslint/commit/234d005da6cd3c924f359e3783fbf565a3c047c3)
fix: minimatch security vulnerability patch for v9.x
([#&#8203;20549](https://redirect.github.com/eslint/eslint/issues/20549))
(Andrej Beles)
-
[`b1b37ee`](https://redirect.github.com/eslint/eslint/commit/b1b37eecaa033d2e390e1d8f1d6e68d0f5ff3a6a)
fix: update `ajv` to `6.14.0` to address security vulnerabilities
([#&#8203;20538](https://redirect.github.com/eslint/eslint/issues/20538))
(루밀LuMir)

#### Documentation

-
[`4675152`](https://redirect.github.com/eslint/eslint/commit/46751526037682f8b42abcfb3e06d19213719347)
docs: add deprecation notice partial
([#&#8203;20520](https://redirect.github.com/eslint/eslint/issues/20520))
(Milos Djermanovic)

#### Chores

-
[`b8b4eb1`](https://redirect.github.com/eslint/eslint/commit/b8b4eb15901c1bd6ef40d2589da4ae75795c0f6e)
chore: update dependencies for ESLint v9.39.4
([#&#8203;20596](https://redirect.github.com/eslint/eslint/issues/20596))
(Francesco Trotta)
-
[`71b2f6b`](https://redirect.github.com/eslint/eslint/commit/71b2f6b628b76157b4a2a296cb969dc56abb296c)
chore: package.json update for
[@&#8203;eslint/js](https://redirect.github.com/eslint/js) release
(Jenkins)
-
[`1d16c2f`](https://redirect.github.com/eslint/eslint/commit/1d16c2fa3998440ae7b0f6e2612935bd6b0ded1d)
ci: pin Node.js 25.6.1
([#&#8203;20563](https://redirect.github.com/eslint/eslint/issues/20563))
(Milos Djermanovic)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/capire/docs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[@cap-js/sqlite](https://redirect.github.com/cap-js/cds-dbs/tree/main/sqlite#cds-database-service-for-sqlite)
([source](https://redirect.github.com/cap-js/cds-dbs)) | [`2.1.3` →
`2.2.0`](https://renovatebot.com/diffs/npm/@cap-js%2fsqlite/2.1.3/2.2.0)
|
![age](https://developer.mend.io/api/mc/badges/age/npm/@cap-js%2fsqlite/2.2.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@cap-js%2fsqlite/2.1.3/2.2.0?slim=true)
|

---

### Release Notes

<details>
<summary>cap-js/cds-dbs (@&#8203;cap-js/sqlite)</summary>

###
[`v2.2.0`](https://redirect.github.com/cap-js/cds-dbs/compare/fcf0780290007700c79f4bca7c4f3a753be3066a...b640b6d87f2d5b1198c2569ca4d98a41565f9e7d)

[Compare
Source](https://redirect.github.com/cap-js/cds-dbs/compare/fcf0780290007700c79f4bca7c4f3a753be3066a...b640b6d87f2d5b1198c2569ca4d98a41565f9e7d)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [x] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/capire/docs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Christian Georgi <christian.georgi@sap.com>
Co-authored-by: Steffen Waldmann <steffen.waldmann@sap.com>
Co-authored-by: sjvans <30337871+sjvans@users.noreply.github.com>
Co-authored-by: D050513 <sebastian.van.syckel@sap.com>
Co-authored-by: Rene Jeglinsky <rene.jeglinsky@sap.com>
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [@sap/cds](https://cap.cloud.sap/) | [`9.8.1` →
`9.8.2`](https://renovatebot.com/diffs/npm/@sap%2fcds/9.8.1/9.8.2) |
![age](https://developer.mend.io/api/mc/badges/age/npm/@sap%2fcds/9.8.2?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sap%2fcds/9.8.1/9.8.2?slim=true)
|

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/capire/docs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [sass](https://redirect.github.com/sass/dart-sass) | [`1.97.3` →
`1.98.0`](https://renovatebot.com/diffs/npm/sass/1.97.3/1.98.0) |
![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.98.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.97.3/1.98.0?slim=true)
|

---

### Release Notes

<details>
<summary>sass/dart-sass (sass)</summary>

###
[`v1.98.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1980)

[Compare
Source](https://redirect.github.com/sass/dart-sass/compare/1.97.3...1.98.0)

##### Command-Line Interface

- Gracefully handle dependency loops in `--watch` mode.

##### Dart API

- Add a `const Logger.defaultLogger` field. This provides a logger that
emits to
standard error or the browser console, but automatically chooses whether
to
  use terminal colors.

##### JavaScript API

- Fix a crash when manually constructing a `SassCalculation` for
`'calc'` with
  an argument that can't be simplified.

- Properly emit deprecation warnings as text rather than `StringBuffer`
objects
  when running in a browser.

- Emit colored warnings and other messages on the console when running
in a
  browser.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/capire/docs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Updates Java properties to the latest version.

Co-authored-by: chgeo <7470719+chgeo@users.noreply.github.com>
Updates the output of cds CLI texts to the latest version.

Co-authored-by: chgeo <7470719+chgeo@users.noreply.github.com>
WRT release notes: Should we remove the flag as well in the [May 24
release
notes](https://cap.cloud.sap/docs/releases/2024/may24#fuzzy-search-on-sap-hana-cloud)
or announce GA this month?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.