Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps com.datastax.astra:astra-sdk-devops from 0.6.3 to 2.1.4.

Release notes

Sourced from com.datastax.astra:astra-sdk-devops's releases.

Release v2.1.0

These release notes list the changes compared to version 2.0.0 (previous stable).

📦 Available on Maven Central:

<dependency>
    <groupId>com.datastax.astra</groupId>
    <artifactId>astra-db-java</artifactId>
    <version>2.1.0</version>
</dependency>

🚀 Highlights

  • Tables: Major new features to overlap with the CQL language.
  • UDTs: Full support for creating, altering, dropping, and mapping Java POJOs.
  • Non-String Maps: Transparent serialization for exotic key types.
  • Maintenance: Dependencies updated, including langchain4j to 1.5.0.

📂 Collections

  • Fixed issues when using non-default default_keyspace (no longer required in each step).
  • Extensive tests added for find and findAndRerank.

📑 Tables

  • Added support for TimeUUID on reads.
  • Added support for Counters on reads.

User-Defined Types (UDTs)

  • Create Type
getDatabase().createType("udt_one", new TableUserDefinedTypeDefinition()
        .addFieldUuid("f_uuid")
        .addFieldText("f_text")
        .addFieldAscii("f_ascii")
        .addFieldBigInt("f_bigint")
        .addFieldBlob("f_blob")
        .addFieldBoolean("f_boolean")
        .addFieldTimestamp("f_timestamp")
        .addFieldInt("f_int"),
        CreateTypeOptions.IF_NOT_EXISTS);
</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.datastax.astra:astra-sdk-devops](https://github.com/datastax/astra-db-java) from 0.6.3 to 2.1.4.
- [Release notes](https://github.com/datastax/astra-db-java/releases)
- [Changelog](https://github.com/datastax/astra-db-java/blob/main/RELEASE.MD)
- [Commits](https://github.com/datastax/astra-db-java/commits/2.1.4)

---
updated-dependencies:
- dependency-name: com.datastax.astra:astra-sdk-devops
  dependency-version: 2.1.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 1, 2026 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ignore-for-release java Pull requests that update Java code size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants