Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

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

Release notes

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

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.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.
  • (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.
Commits
  • c4bd996 Bump version to v0.9.2
  • c9ee13b jsontime: fix typo in UMicroInt
  • d29c14a jsontime: also make U*Int methods work with zero
  • f2b6212 jsontime: fix receiver names
  • 8805c50 jsontime: override Unix*() methods to return 0 on zero value
  • e4b6953 changelog: update
  • c13b662 exsync: add iterators for map and set
  • 2caa556 exsync/map: add more operations
  • 4c3cff1 dbutil/upgradetable: require comment prefix to be at beginning of line
  • d99877b exmaps: add utility for cloning without preserving nil
  • 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.2.
- [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.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 20, 2025
@coderabbitai
Copy link

coderabbitai bot commented Oct 20, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

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