TechnicJelle / BlueMapSignExtractor

Minecraft Paper plugin and BlueMap addon that adds markers for all signs
7 stars 4 forks source link

Bump com.github.TechnicJelle:BMUtils from 2.0 to v4.1 #52

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps com.github.TechnicJelle:BMUtils from 2.0 to v4.1.

Release notes

Sourced from com.github.TechnicJelle:BMUtils's releases.

Custom metadata keys

Small addition that adds custom metadata retrieval options.

Full Changelog: https://github.com/TechnicJelle/BMUtils/compare/v4.0...v4.1

Features for Native BlueMap Addons

This update brings with it mainly new features for the new Native BlueMap Addons! Hope you find them useful!

Important changes

  • Every single class has been moved, so you probably have to reimport everything
  • Depends on BlueMapAPI 2.7.2 now
  • Depends on Java 16 or higher now
  • Added functions for Native BlueMap Addons (check the readme & javadocs)

Full Changelog: https://github.com/TechnicJelle/BMUtils/compare/v3.0...v4.0

Huge Cheese Performance Improvements

⚠️ BREAKING ⚠️

Renamed and removed some stuff in the Cheese class: :x: Removed: checkConnected() :x: Removed: InvalidSelectionException :orange_circle: Renamed: createFromChunks()createSingleFromChunks() :orange_circle: Renamed: createFromCells()createSingleFromCells() :orange_circle: Renamed: createMultiCheeseFromChunks()createPlatterFromChunks() :orange_circle: Renamed: createMultiCheeseFromCells()createPlatterFromCells() :warning: Changed: Overlaps aren't considered invalid any more

Changelog

  • Improved Javadoc
  • Added automated performance testing through JMH running on GitHub Actions: https://technicjelle.com/BMUtils-PerformanceReports/
  • Many Cheesy performance improvements
  • Better unit tests for the Cheese methods
  • Simplified the Cheese API a bit
    • createSingleFromChunks() does not check for input data validity any more. It just returns the first result. This removed the need for the checkConnected() check and the InvalidSelectionException
  • Explain both the Platter and Single methods in the readme

Thanks

Special thanks to all the wonderful people who have helped me achieve this! @​TBlueF, @​Chicken, @​glorantq, @​Jukaio

Full Changelog: https://github.com/TechnicJelle/BMUtils/compare/v2.0...v3.0

Commits
  • 63915c6 Support custom metadata key retrieval
  • 256a67e Let's try Java 17
  • 2b65c6e Make Jitpack build with Java 16
  • 03809b0 Moved everything into actual dedicated BMUtils namespace
  • 3fbdac4 Update the benchmark project
  • 296f0ce Fix javadoc error
  • 9d4f4b2 Update GH Actions to JDK 17
  • 8645b5c Bump version to 4.0
  • 116ff32 New functions for Native Addons
  • 50ca276 New BMCopy functions for Native Addons
  • Additional commits viewable in compare view


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 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)
dependabot[bot] commented 5 months ago

Superseded by #53.