Skip to content

Commit 6d9abfc

Browse files
Bumping version for next data-api release (#2443)
Co-authored-by: Hazel-Datastax <139801967+Hazel-Datastax@users.noreply.github.com> Co-authored-by: Hazel <hazel.he@datastax.com>
1 parent efc8925 commit 6d9abfc

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [v1.0.42](https://github.com/stargate/data-api/tree/v1.0.42) (2026-03-31)
4+
5+
[Full Changelog](https://github.com/stargate/data-api/compare/v1.0.41...v1.0.42)
6+
7+
**Merged pull requests:**
8+
9+
- Pass Astra token to Nvidia service [\#2441](https://github.com/stargate/data-api/pull/2441) ([Hazel-Datastax](https://github.com/Hazel-Datastax))
10+
- Add ITs for MCP table related tools [\#2439](https://github.com/stargate/data-api/pull/2439) ([Hazel-Datastax](https://github.com/Hazel-Datastax))
11+
- Quick fix for \#2437: IllegalArgumentException from estimatedDocumentCount [\#2438](https://github.com/stargate/data-api/pull/2438) ([Hazel-Datastax](https://github.com/Hazel-Datastax))
12+
- Fix a bug in \#2427; need to have repo to create release in/for [\#2436](https://github.com/stargate/data-api/pull/2436) ([tatu-at-datastax](https://github.com/tatu-at-datastax))
13+
- Add ITs for MCP collection related tools [\#2435](https://github.com/stargate/data-api/pull/2435) ([Hazel-Datastax](https://github.com/Hazel-Datastax))
14+
15+
## [v1.0.41](https://github.com/stargate/data-api/tree/v1.0.41) (2026-03-20)
16+
17+
[Full Changelog](https://github.com/stargate/data-api/compare/v1.0.40...v1.0.41)
18+
19+
**Merged pull requests:**
20+
21+
- Fix: MCP tool schemas missing descriptions for nested record fields [\#2434](https://github.com/stargate/data-api/pull/2434) ([Hazel-Datastax](https://github.com/Hazel-Datastax))
22+
- Convert all `CollectionCommand` to MCP tools [\#2432](https://github.com/stargate/data-api/pull/2432) ([Hazel-Datastax](https://github.com/Hazel-Datastax))
23+
- Update from DSE 6.9.18 to 6.9.20 [\#2430](https://github.com/stargate/data-api/pull/2430) ([tatu-at-datastax](https://github.com/tatu-at-datastax))
24+
- \[MCP\] Resolve PR \#2425 review comments [\#2429](https://github.com/stargate/data-api/pull/2429) ([Hazel-Datastax](https://github.com/Hazel-Datastax))
25+
- Fix GH workflow deprecation [\#2427](https://github.com/stargate/data-api/pull/2427) ([tatu-at-datastax](https://github.com/tatu-at-datastax))
26+
- \[MCP\] Add a factory for CommandResult to ToolResponse transformation [\#2426](https://github.com/stargate/data-api/pull/2426) ([Hazel-Datastax](https://github.com/Hazel-Datastax))
27+
- \[MCP\] Add integration tests for KeyspaceCommandTools [\#2425](https://github.com/stargate/data-api/pull/2425) ([Hazel-Datastax](https://github.com/Hazel-Datastax))
28+
- Bump the github-actions group with 2 updates [\#2422](https://github.com/stargate/data-api/pull/2422) ([dependabot[bot]](https://github.com/apps/dependabot))
29+
- Add integration tests for MCP feature [\#2421](https://github.com/stargate/data-api/pull/2421) ([Hazel-Datastax](https://github.com/Hazel-Datastax))
30+
- Add some tests for MCP implementation and tools [\#2420](https://github.com/stargate/data-api/pull/2420) ([Hazel-Datastax](https://github.com/Hazel-Datastax))
31+
- More commands support for MCP [\#2419](https://github.com/stargate/data-api/pull/2419) ([Hazel-Datastax](https://github.com/Hazel-Datastax))
32+
- Bumping version for next data-api release [\#2418](https://github.com/stargate/data-api/pull/2418) ([github-actions[bot]](https://github.com/apps/github-actions))
33+
- Fix \#2275: improve bad `\_id` handling for Tables wrt error [\#2416](https://github.com/stargate/data-api/pull/2416) ([tatu-at-datastax](https://github.com/tatu-at-datastax))
34+
- SchemaObjectCache refactor [\#2307](https://github.com/stargate/data-api/pull/2307) ([Yuqi-Du](https://github.com/Yuqi-Du))
35+
336
## [v1.0.40](https://github.com/stargate/data-api/tree/v1.0.40) (2026-03-03)
437

538
[Full Changelog](https://github.com/stargate/data-api/compare/v1.0.39...v1.0.40)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.stargate</groupId>
55
<artifactId>sgv2-jsonapi</artifactId>
6-
<version>1.0.41-SNAPSHOT</version>
6+
<version>1.0.43-SNAPSHOT</version>
77
<properties>
88
<!-- Quarkus -->
99
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>

0 commit comments

Comments
 (0)