Skip to content

Conversation

@meili-bot
Copy link
Contributor

@meili-bot meili-bot commented Sep 18, 2025

This PR is auto-generated.

The automated script updates the version of meilisearch-java to a new version: "v0.16.0"

Summary by CodeRabbit

  • Documentation

    • Updated README and code samples to reference meilisearch-java 0.16.0 for both Maven and Gradle.
    • Ensures getting-started snippets guide users to the latest release.
  • Chores

    • Bumped project version to 0.16.0 and updated internal client version string.
    • Set project artifact base name to meilisearch-java.

@meili-bot meili-bot added the skip-changelog The PR will not appear in the release changelogs label Sep 18, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 18, 2025

Walkthrough

Project and documentation versions were updated from 0.15.0 to 0.16.0 across examples, build metadata, and the internal VERSION constant. No API, logic, or control-flow changes were made. (50 words)

Changes

Cohort / File(s) Summary
Documentation snippets
README.md, ./.code-samples.meilisearch.yaml
Updated Maven and Gradle dependency examples from 0.15.0 to 0.16.0.
Build metadata
build.gradle
Added archivesBaseName = 'meilisearch-java' and bumped project version from '0.15.0' to '0.16.0'.
Runtime version constant
src/main/java/com/meilisearch/sdk/Version.java
Updated static final String VERSION from "0.15.0" to "0.16.0" (affects getQualifiedVersion() output).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested reviewers

  • brunoocasali

Poem

Hop! A minor tick, a tidy scene,
From fifteen dot oh to sweet sixteen.
Gradle hums, the README sings,
Version banners sprout new wings.
I thump my paw—release is clean! 🐇✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The title "Update version for the next release (v0.16.0)" is concise and accurately summarizes the primary change — an automated version bump to v0.16.0 that matches the PR objective and the changes in build.gradle, Version.java, README, and example snippets; it is specific enough for teammates scanning history.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch meili-bot/bump-version

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between e3474de and 791b0b4.

📒 Files selected for processing (2)
  • README.md (2 hunks)
  • build.gradle (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (2)
  • build.gradle
  • README.md
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: integration-and-unit-tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

curquiza
curquiza previously approved these changes Sep 18, 2025
Copy link
Member

@curquiza curquiza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors merge

@meili-bors
Copy link
Contributor

meili-bors bot commented Sep 18, 2025

Merge conflict.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
README.md (1)

51-51: JCenter reference is outdated; replace with Maven Central.
The repo and Gradle config use Maven Central. Update this line to avoid misleading users.

Apply:

-`meilisearch-java` is available from JCentral official repository. To be able to import this package, declare it as a dependency in your project:
+`meilisearch-java` is available from Maven Central. To import it, declare it as a dependency in your project:
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between bc0d1b5 and e3474de.

📒 Files selected for processing (4)
  • .code-samples.meilisearch.yaml (1 hunks)
  • README.md (2 hunks)
  • build.gradle (1 hunks)
  • src/main/java/com/meilisearch/sdk/Version.java (1 hunks)
🔇 Additional comments (4)
.code-samples.meilisearch.yaml (1)

466-466: Sample dependency versions synced to 0.16.0.
Matches README, build.gradle, and Version.java. Good.

Also applies to: 473-473

src/main/java/com/meilisearch/sdk/Version.java (1)

4-4: VERSION constant updated to 0.16.0 — LGTM.
This will render as "Meilisearch Java (v0.16.0)" via getQualifiedVersion().

README.md (1)

61-61: Approve — version strings bumped to 0.16.0; no remaining 0.15.0 found.
Verification: 0 occurrences of 0.15.0; 0.16.0 present in src/main/java/com/meilisearch/sdk/Version.java, build.gradle, .code-samples.meilisearch.yaml, README.md (lines 61,71).

build.gradle (1)

21-21: Approve: version bump to 0.16.0 — verified
build.gradle and src/main/java/com/meilisearch/sdk/Version.java updated; no occurrences of 0.15.0 remain.
Ensure CI tags/releases align before publishing.

@curquiza
Copy link
Member

bors merge

meili-bors bot added a commit that referenced this pull request Sep 18, 2025
890: Update version for the next release (v0.16.0) r=curquiza a=meili-bot

_This PR is auto-generated._

The automated script updates the version of meilisearch-java to a new version: "v0.16.0"


<!-- This is an auto-generated comment: release notes by coderabbit.ai -->

## Summary by CodeRabbit

* **Documentation**
  * Updated README and code samples to reference meilisearch-java 0.16.0 for both Maven and Gradle.
  * Ensures getting-started snippets guide users to the latest release.

* **Chores**
  * Bumped project version to 0.16.0.
  * Updated internal version identifier so reported client version reflects 0.16.0.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Co-authored-by: meili-bot <[email protected]>
Co-authored-by: Clémentine <[email protected]>
@meili-bors
Copy link
Contributor

meili-bors bot commented Sep 18, 2025

Build failed:

  • integration-and-unit-tests

@curquiza curquiza closed this Sep 18, 2025
@curquiza curquiza deleted the meili-bot/bump-version branch September 18, 2025 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog The PR will not appear in the release changelogs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants