Skip to content

Comments

chore: update all dependencies with patch changes to v4.0.0-RC15-SNAPSHOT#8

Merged
derklaro merged 1 commit intomainfrom
renovate/all-dependencies-with-patch-changes
Aug 23, 2025
Merged

chore: update all dependencies with patch changes to v4.0.0-RC15-SNAPSHOT#8
derklaro merged 1 commit intomainfrom
renovate/all-dependencies-with-patch-changes

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 22, 2025

This PR contains the following updates:

Package Change Age Confidence
eu.cloudnetservice.cloudnet:wrapper-jvm-api (source) 4.0.0-RC14-SNAPSHOT -> 4.0.0-RC15-SNAPSHOT age confidence
eu.cloudnetservice.cloudnet:bridge-impl (source) 4.0.0-RC14-SNAPSHOT -> 4.0.0-RC15-SNAPSHOT age confidence
eu.cloudnetservice.cloudnet:driver-api (source) 4.0.0-RC14-SNAPSHOT -> 4.0.0-RC15-SNAPSHOT age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

CloudNetService/CloudNet-v3 (eu.cloudnetservice.cloudnet:wrapper-jvm-api)

v4.0.0-RC14: - Blizzard

Update 4.0.0-RC14 - Blizzard

We are pleased to announce the thirteenth release candidate for CloudNet 4.0. This release contains support for the latest minecraft versions. We urge all users to install the update, as we will no longer provide support for RC13. Users who want to switch from 3.4.X to 4.0 can find instructions in the release information for RC1.

Please also see the changelog for RC6, this contains the detailed information about the switch to Dependency Injection in the API.

Cheers!
(Please remember, CloudNet is provided as-is - we are not responsible for data loss or corruption. You are encouraged to back up your files before any updates!)

[!CAUTION]

  • With CloudNet RC12 the api and implementation were split. All our artifact ids now have an -api suffix for the api artifact and an -impl suffix for the implementation artifact, additionally the classes inside of the implementation artifact have new package names due to the fact that impl was added to distinguish them more easily. Make sure to switch to the new artifact ids, preferring the api artifact, when upgrading your dependencies to RC13.
  • Starting with RC12, CloudNet requires Java 24 and you have to download the launcher again to ensure compatibility. During development, we found several jdk bugs that can cause problems when using SSL or compression with specific types of ByteBuffers. Please refer to JDK-8357145 and JDK-8357268 for updates on this topic.
Changelog
Improvements
  • All paper downloads are resolved using the paper api now (#​1684)
  • Channel messages reliability was increased (#​1687)
  • Heap usage of chunked data transfers was reduced (#​1702)
  • Channel messages do not have a relay timeout anymore, so long running queries are supported across the cluster (#​1709)
Features
  • Support minecraft 1.21.8 (#​1697)
  • The CloudNet-Bridge is now available on multiple (1.20.5 - 1.21.8) fabric versions (#​1719)
  • Signs now support text colors and glowing in two different settings instead of one (#​1670)
Fixes
  • Fixed the calculation of field offsets to prevent overflows (#​1683)
  • Fixed a bug in remote template storages that lead to templates being pulled into wrong dirs (#​1692)
  • Packet queries were not completed when the connection to the network component was lost (#​1694)
Dependencies
artifact id usage
driver-api When developing plugins or modules, available on all platforms.
node-api When developing a module which needs more specific access to node functions than the driver can offer.
wrapper-jvm-api When developing plugins which need some more specific access to the service api than the driver can offer.
bridge-api When trying to catch player events and/or interacting with players regardless where they are on the network.
bom When you want to import all dependencies with the same version based on the imported bill of materials.

To add the CloudNet dependency using gradle:

repositories {
  // ensure maven central is added
  mavenCentral()
}

dependencies {
  // optional - you can also specify versions directly
  implementation platform('eu.cloudnetservice.cloudnet:bom:4.0.0-RC14')
  compileOnly 'eu.cloudnetservice.cloudnet:driver-api'

  // without bom
  compileOnly 'eu.cloudnetservice.cloudnet:driver-api:4.0.0-RC14'
}

To add the CloudNet dependency using maven:

<!-- optional - you can also specify versions directly -->
<dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>eu.cloudnetservice.cloudnet</groupId>
      <artifactId>bom</artifactId>
      <version>4.0.0-RC14</version>
      <type>pom</type>
      <scope>import</scope>
    </dependency>
  </dependencies>
</dependencyManagement>

<dependencies>
  <dependency>
    <groupId>eu.cloudnetservice.cloudnet</groupId>
    <artifactId>driver-api</artifactId>
    <version>4.0.0-RC14</version> <!-- only needed when bom is not used -->
    <scope>provided</scope>
  </dependency>
</dependencies>
🔗 Links

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from 0utplay and derklaro August 22, 2025 18:10
@derklaro derklaro merged commit a6bc3e1 into main Aug 23, 2025
10 checks passed
@derklaro derklaro deleted the renovate/all-dependencies-with-patch-changes branch August 23, 2025 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant