Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# Changelog

## [v1.0.44](https://github.com/stargate/data-api/tree/v1.0.44) (2026-04-01)

[Full Changelog](https://github.com/stargate/data-api/compare/v1.0.43...v1.0.44)

**Merged pull requests:**

- Add SyncService client from EGW for embedded calling from Data API [\#2405](https://github.com/stargate/data-api/pull/2405) ([tatu-at-datastax](https://github.com/tatu-at-datastax))

## [v1.0.43](https://github.com/stargate/data-api/tree/v1.0.43) (2026-03-31)

[Full Changelog](https://github.com/stargate/data-api/compare/v1.0.42...v1.0.43)

**Merged pull requests:**

- Bumping version for next data-api release [\#2443](https://github.com/stargate/data-api/pull/2443) ([github-actions[bot]](https://github.com/apps/github-actions))

## [v1.0.42](https://github.com/stargate/data-api/tree/v1.0.42) (2026-03-31)

[Full Changelog](https://github.com/stargate/data-api/compare/v1.0.41...v1.0.42)
Expand Down Expand Up @@ -37,7 +43,6 @@
- Add integration tests for MCP feature [\#2421](https://github.com/stargate/data-api/pull/2421) ([Hazel-Datastax](https://github.com/Hazel-Datastax))
- Add some tests for MCP implementation and tools [\#2420](https://github.com/stargate/data-api/pull/2420) ([Hazel-Datastax](https://github.com/Hazel-Datastax))
- More commands support for MCP [\#2419](https://github.com/stargate/data-api/pull/2419) ([Hazel-Datastax](https://github.com/Hazel-Datastax))
- 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))
- 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))
- SchemaObjectCache refactor [\#2307](https://github.com/stargate/data-api/pull/2307) ([Yuqi-Du](https://github.com/Yuqi-Du))

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.stargate</groupId>
<artifactId>sgv2-jsonapi</artifactId>
<version>1.0.44-SNAPSHOT</version>
<version>1.0.45-SNAPSHOT</version>
<properties>
<!-- Quarkus -->
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
Expand Down
Loading