Update cloudnet.version to v4.0.0-RC17-SNAPSHOT#6
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Update cloudnet.version to v4.0.0-RC17-SNAPSHOT#6renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
521a7c6 to
44599c2
Compare
a23e2f0 to
75a5577
Compare
f0b7281 to
9dab6a3
Compare
9dab6a3 to
4108d31
Compare
a5410c5 to
aaae606
Compare
aaae606 to
583825c
Compare
e501009 to
57ba034
Compare
5a2c523 to
6720335
Compare
7c8d0ef to
6d52279
Compare
6d52279 to
98215a9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.0.0-RC14→4.0.0-RC17-SNAPSHOT4.0.0-RC14→4.0.0-RC17-SNAPSHOTWarning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
CloudNetService/CloudNet (eu.cloudnetservice.cloudnet:wrapper-jvm-api)
v4.0.0-RC16: - BlizzardCompare Source
Update 4.0.0-RC16 - Blizzard
We are happy to announce another 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 RC15. 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!)
Changelog
Features
modules/CloudNet-Smart(#1808)Improvements
Fixes
Dependencies
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-RC16') compileOnly 'eu.cloudnetservice.cloudnet:driver-api' // without bom compileOnly 'eu.cloudnetservice.cloudnet:driver-api:4.0.0-RC16' }To add the CloudNet dependency using maven:
🔗 Links
v4.0.0-RC15: - BlizzardCompare Source
Update 4.0.0-RC15 - Blizzard
We are happy to announce another 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 RC14. 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!)
Changelog
Features
Improvements
Fixes
@Serviceannotations caused issues when reloading the npc module (#1728)labymod:neoplugin channel is now correctly registered by the npc module (#1776)onlinePlayerAsyncmethod was accidentally renamed toonlinePlayersAsyncin a previous release, this change has been reverted (#1777)node-apimodule no longer depends on our custom cloud version which requires additional repositories to be configured. Instead, the officialcloud-apimodules are now exposed (#1780)Dependencies
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-RC15') compileOnly 'eu.cloudnetservice.cloudnet:driver-api' // without bom compileOnly 'eu.cloudnetservice.cloudnet:driver-api:4.0.0-RC15' }To add the CloudNet dependency using maven:
🔗 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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.