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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v1.0.48](https://github.com/stargate/data-api/tree/v1.0.48) (2026-06-11)

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

**Merged pull requests:**

- Create a new MCP session for each request [\#2501](https://github.com/stargate/data-api/pull/2501) ([Hazel-Datastax](https://github.com/Hazel-Datastax))
- fix: remove global driver request page-size [\#2498](https://github.com/stargate/data-api/pull/2498) ([erichare](https://github.com/erichare))
- fix: countDocuments counts at most one page of keys [\#2497](https://github.com/stargate/data-api/pull/2497) ([erichare](https://github.com/erichare))
- fix \#2494 - Remove failing branding from release workflow [\#2495](https://github.com/stargate/data-api/pull/2495) ([amorton](https://github.com/amorton))
- Bumping version for next data-api release [\#2493](https://github.com/stargate/data-api/pull/2493) ([github-actions[bot]](https://github.com/apps/github-actions))

## [v1.0.47](https://github.com/stargate/data-api/tree/v1.0.47) (2026-06-08)

[Full Changelog](https://github.com/stargate/data-api/compare/v1.0.46...v1.0.47)
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.48-SNAPSHOT</version>
<version>1.0.49-SNAPSHOT</version>
<properties>
<!-- Quarkus -->
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
Expand Down