Skip to content

build(deps): bump go.mau.fi/util from 0.8.8 to 0.9.4#86

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/go.mau.fi/util-0.9.4
Closed

build(deps): bump go.mau.fi/util from 0.8.8 to 0.9.4#86
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/go.mau.fi/util-0.9.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps go.mau.fi/util from 0.8.8 to 0.9.4.

Release notes

Sourced from go.mau.fi/util's releases.

v0.9.4

  • (exsync) Added methods to swap entire map data and a GetOrSet equivalent with a factory method.
  • (ffmpeg/waveform) Added package for generating waveform data using ffmpeg.
  • (cmd/maubuild) Added tool to replace the build.sh script in bridges.
  • (lottie) Fixed animated webp output not being looped properly.

v0.9.3

  • (unicodeurls,confusables,emojirunes,variationselector) Updated to Unicode v17.
  • (dbutil) Added option to log all queries without arguments.
  • (exmaps) Added non-synchronous equivalent of exsync.Set.
  • (exslices) Added utilities for deleting items by value.
  • (exslices) Added non-synchronous Stack type.
  • (exstrings) Added LongestCommonPrefix.
  • (shlex) Added support for line continuations with backslashes.
  • (progver) Fixed linkified version for tags.

v0.9.2

  • (progver) Added program version calculation utility like the one used by mautrix bridges and Meowlnir.
  • (dbutil) Added sqlite3-fk-wal-fullsync driver which is otherwise equivalent to sqlite3-fk-wal, but sets PRAGMA synchronous=FULL for better crash resistance.
  • (dbutil) Added explicit error if comment prefix (--) isn't at the start of the line when using dialect filters with the (lines commented) modifier.
  • (exsync) Added NewMapWithData, Clear, Len and CopyFrom methods for maps.
  • (exsync) Added iterators for maps and sets.
  • (jsontime) Changed Unix*() methods and jsontime.U*Int() functions to treat 0 and the zero time.Time value as the same.

v0.9.1

  • (dbutil) Added general documentation.
  • (random) Added StringCharset for generating a random string with a custom character set and AppendSequence for generating a random slice with a completely arbitrary types.
  • (exslices) Added methods for deduplicating a slice by custom key.
  • (exsync) Added WaitTimeoutCtx for waiting for an Event with both a timeout and a context.

v0.9.0

  • Bumped minimum Go version to 1.24.
  • Breaking change (exhttp) Refactored HandleErrors middleware to take raw response data instead of functions returning response data.
  • (requestlog) Added option to recover and log panics.
  • (exhttp) Added syscall.EPIPE to IsNetworkError checks.
  • (exsync) Added Notify method for waking up all Event waiters without setting the flag. This is the atomic equivalent of Set() immediately followed by Clear().
  • (exbytes) Added UnsafeString method for converting a byte slice to a string without copying.
  • (exstrings) Added CollapseSpaces to replace multiple sequential spaces with one.
  • (exstrings) Added PrefixByteRunLength to count the number of occurrences of a given byte at the start of a string.
  • (base58) Fixed panic when input contains non-ASCII characters.
Changelog

Sourced from go.mau.fi/util's changelog.

v0.9.4 (2025-12-16)

  • (exsync) Added methods to swap entire map data and a GetOrSet equivalent with a factory method.
  • (ffmpeg/waveform) Added package for generating waveform data using ffmpeg.
  • (cmd/maubuild) Added tool to replace the build.sh script in bridges.
  • (lottie) Fixed animated webp output not being looped properly.

v0.9.3 (2025-11-16)

  • (unicodeurls,confusables,emojirunes,variationselector) Updated to Unicode v17.
  • (dbutil) Added option to log all queries without arguments.
  • (exmaps) Added non-synchronous equivalent of exsync.Set.
  • (exslices) Added utilities for deleting items by value.
  • (exslices) Added non-synchronous Stack type.
  • (exstrings) Added LongestCommonPrefix.
  • (shlex) Added support for line continuations with backslashes.
  • (progver) Fixed linkified version for tags.

v0.9.2 (2025-10-16)

  • (progver) Added program version calculation utility like the one used by mautrix bridges and Meowlnir.
  • (dbutil) Added sqlite3-fk-wal-fullsync driver which is otherwise equivalent to sqlite3-fk-wal, but sets PRAGMA synchronous=FULL for better crash resistance.
  • (dbutil) Added explicit error if comment prefix (--) isn't at the start of the line when using dialect filters with the (lines commented) modifier.
  • (exsync) Added NewMapWithData, Clear, Len and CopyFrom methods for maps.
  • (exsync) Added iterators for maps and sets.
  • (jsontime) Changed Unix*() methods and jsontime.U*Int() functions to treat 0 and the zero time.Time value as the same.

v0.9.1 (2025-09-16)

  • (dbutil) Added general documentation.
  • (random) Added StringCharset for generating a random string with a custom character set and AppendSequence for generating a random slice with a completely arbitrary types.
  • (exslices) Added methods for deduplicating a slice by custom key.
  • (exsync) Added WaitTimeoutCtx for waiting for an Event with both a timeout and a context.

v0.9.0 (2025-08-16)

  • Bumped minimum Go version to 1.24.
  • Breaking change (exhttp) Refactored HandleErrors middleware to take raw response data instead of functions returning response data.
  • (requestlog) Added option to recover and log panics.
  • (exhttp) Added syscall.EPIPE to IsNetworkError checks.

... (truncated)

Commits
  • e8bb519 Bump version to v0.9.4
  • 64997f6 changelog: update
  • ab7c2be ci: update actions and pre-commit hooks
  • f6527b4 dependencies: update
  • 85e6fd6 dbutil: add error struct to expose actual owner to caller
  • 89222cf lottie: fix webp looping
  • c7fab4d cmd/maubuild: fix changing goos/goarch
  • b1a2741 cmd/maubuild: log when changing build target
  • 1a3b347 cmd/maubuild: allow changing goos/goarch only for inner command
  • 115b8b1 dependencies: update
  • 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 <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 [go.mau.fi/util](https://github.com/mautrix/go-util) from 0.8.8 to 0.9.4.
- [Release notes](https://github.com/mautrix/go-util/releases)
- [Changelog](https://github.com/mautrix/go-util/blob/main/CHANGELOG.md)
- [Commits](mautrix/go-util@v0.8.8...v0.9.4)

---
updated-dependencies:
- dependency-name: go.mau.fi/util
  dependency-version: 0.9.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 22, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 6, 2026

Looks like go.mau.fi/util is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jan 6, 2026
@dependabot dependabot bot deleted the dependabot/go_modules/go.mau.fi/util-0.9.4 branch January 6, 2026 17:26
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 go Pull requests that update Go code

Development

Successfully merging this pull request may close these issues.

0 participants