Skip to content

Bump gs.mclo:api from 5.0.2 to 6.2.0#575

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/gs.mclo-api-6.2.0
Closed

Bump gs.mclo:api from 5.0.2 to 6.2.0#575
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/gs.mclo-api-6.2.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2026

Bumps gs.mclo:api from 5.0.2 to 6.2.0.

Release notes

Sourced from gs.mclo:api's releases.

v6.2.0

Improvements

  • Filter usernames and session tokens in uploaded logs as defined by the instance filters
  • Fix some requests hanging when their body is being read
  • Trim beginning of logs before applying limits to avoid counting leading newlines and whitespace towards the limit

Deprecations

  • The pattern constants in Log are now deprecated and only serve as fallbacks when the filters endpoint is not available on the specified instance.
  • Log#getContent(Limits) is now deprecated. The new getContent(FilterList) method is internal and might change without notice.
  • LogReader#readContents(Limits) is now deprecated. The new readContents(FilterList) method is internal and might change without notice.

v6.2.0-SNAPSHOT

Improvements

  • Filter usernames and session tokens in uploaded logs as defined by the instance filters
  • Fix some requests hanging when their body is being read
  • Trim beginning of logs before applying limits to avoid counting leading newlines and whitespace towards the limit

Deprecations

  • The pattern constants in Log are now deprecated and only serve as fallbacks when the filters endpoint is not available on the specified instance.
  • Log#getContent(Limits) is now deprecated. The new getContent(FilterList) method is internal and might change without notice.
  • LogReader#readContents(Limits) is now deprecated. The new readContents(FilterList) method is internal and might change without notice.

v6.1.0

Improvements

  • Add listFilesInDirectory method to MclogsClient. [^1]

[^1]: This is the equivalent of listLogsInDirectory and listCrashReportsInDirectory but searches in the directory itself, not a subfolder. Before 6.0, this was available as a static method of the Util class

v6.1.0-SNAPSHOT

Improvements

  • Add listFilesInDirectory method to MclogsClient. [^1]

[^1]: This is the equivalent of listLogsInDirectory and listCrashReportsInDirectory but searches in the directory itself, not a subfolder. Before 6.0, this was available as a static method of the Util class

v6.0.0-SNASPSHOT

Breaking Changes

  • Api methods now complete exceptionally if the server returns an error response instead of returning a response object with error details.
    • Removed ApiException#getResponse and JsonResponse#throwIfError methods.
    • Remove JsonResponse
    • Remove the success and error fields from response objects.
  • Some response classes from response.insights have been moved to response.entry.
  • Many classes have been marked as final or not-extendable.
  • LimitedReader and Util are now internal
  • LogReader has been split into multiple classes in the reader package.
  • Removed deprecated constants and constructor from the Log class.
  • Mclogs instances running v1 are no longer supported.

... (truncated)

Changelog

Sourced from gs.mclo:api's changelog.

v6.2.0

Improvements

  • Filter usernames and session tokens in uploaded logs as defined by the instance filters
  • Fix some requests hanging when their body is being read
  • Trim beginning of logs before applying limits to avoid counting leading newlines and whitespace towards the limit

Deprecations

  • The pattern constants in Log are now deprecated and only serve as fallbacks when the filters endpoint is not available on the specified instance.
  • Log#getContent(Limits) is now deprecated. The new getContent(FilterList) method is internal and might change without notice.
  • LogReader#readContents(Limits) is now deprecated. The new readContents(FilterList) method is internal and might change without notice.

v6.1.0

Improvements

  • Add listFilesInDirectory method to MclogsClient. [^1]

[^1]: This is the equivalent of listLogsInDirectory and listCrashReportsInDirectory but searches in the directory itself, not a subfolder. Before 6.0, this was available as a static method of the Util class


v6.0.0

Breaking Changes

  • Api methods now complete exceptionally if the server returns an error response instead of returning a response object with error details.
    • Removed ApiException#getResponse and JsonResponse#throwIfError methods.
    • Remove JsonResponse
    • Remove the success and error fields from response objects.
  • Some response classes from response.insights have been moved to response.entry.
  • Many classes have been marked as final or not-extendable.
  • LimitedReader and Util are now internal
  • LogReader has been split into multiple classes in the reader package.
  • Removed deprecated constants and constructor from the Log class.
  • Mclogs instances running v1 are no longer supported.

New Features

  • You can now specify a source and other metadata when uploading logs. By default, this is filled with the project name you can set with MclogsClient#setProjectName(String)
  • You can delete logs after uploading them using UploadLogResponse#delete() or MclogsClient#deleteLog(id, token) with the token from the upload response.
  • Uploading a log now returns many new fields
  • These new fields, the raw content, the parsed log entries and insights can now be fetched with a single request.
  • Uploaded logs are now automatically compressed with GZIP during transfer

Improvements

... (truncated)

Commits
  • 16aa46f Add missing delimiter in changelog
  • 531877d Optimize imports
  • 05c0344 Implement filters endpoint
  • a8cf46a Make those methods non-static
  • 02d82f7 Add missing separator
  • 6e3d19e Add listFilesInDirectory method to MclogsClient
  • 1bd3d89 Mark snapshot releases as pre-release on gh
  • 18671c1 Cleanup some minor warnings
  • 1044310 Add test for metadata equals and tostring
  • 6ac7058 Improve test coverage
  • 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 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 [gs.mclo:api](https://github.com/aternosorg/mclogs-java) from 5.0.2 to 6.2.0.
- [Release notes](https://github.com/aternosorg/mclogs-java/releases)
- [Changelog](https://github.com/aternosorg/mclogs-java/blob/master/CHANGELOG.md)
- [Commits](aternosorg/mclogs-java@5.0.2...6.2.0)

---
updated-dependencies:
- dependency-name: gs.mclo:api
  dependency-version: 6.2.0
  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 Feb 4, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 5, 2026

Looks like gs.mclo:api is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Feb 5, 2026
@dependabot dependabot bot deleted the dependabot/gradle/gs.mclo-api-6.2.0 branch February 5, 2026 18:08
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants