Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps github.com/origadmin/toolkits/slogx from 0.3.20 to 0.3.22.

Release notes

Sourced from github.com/origadmin/toolkits/slogx's releases.

v0.3.22

What's Changed

Full Changelog: origadmin/toolkits@v0.3.21...v0.3.22

Changelog

Sourced from github.com/origadmin/toolkits/slogx's changelog.

0.3.22 (2025-09-28)

Features

  • server: Add service registration mechanism and example services (bbb294a)

0.3.21 (2025-09-26)

Features

  • Add go.work file for monorepo management (6bb255d)
  • argon2: Refactored and added parameter parsing and generation functions (0da7155)
  • authn: add refresh token creation methods (8cf9416)
  • authn: add refresh token creation methods (c3cf204)
  • cache: enhance cache interface and add Close method (ce150e5)
  • cache: enhance cache interface and add Close method (efa794d)
  • cache: implement cache configuration and error handling (5cbd7f4)
  • ci: add automatic tagging and release workflows (d824edf)
  • ci: update go.mod and related files (ad5586c)
  • codec: add DecodeReader and EncodeWriter interfaces (8effa65)
  • codec: add IsSupported method and remove unused code (63c6dce)
  • codec: add support for decoding and encoding files with hooks (1c453af)
  • config: enhance consul config with encoder/decoder support (48e97ed)
  • consul: add config sync function and improve config handling (eddf79f)
  • contrib/cache: add go.mod and go.sum for cache contrib package (3ccd42a)
  • contrib/cache: add go.mod and go.sum for cache contrib package (8e453ca)
  • contrib/consul: Update go.mod and go.sum for contrib/consul (e978ba7)
  • contrib: add Casbin adapters for Ent and in-memory storage (91b9a87)
  • crypto: add AES-GCM encryption and update documentation (dcd77d9)
  • crypto: add default values for scrypt parameters in hash config (3e98349)
  • crypto: add go.mod and go.sum files for crypto toolkit (e81092c)
  • crypto: add hash codec interfaces (82a180f)
  • crypto: add support for BLAKE2s-128 hash function (44173bf)
  • crypto: add support for HMAC-SHA512 and SHA-3 hashing algorithms (d3690e1)
  • crypto: implement secure, high-performance random data generation (6ad0d5a)
  • crypto: implement SHA-512 and update hash algorithms (b10e80a)
  • crypto: update crypto/hash algorithms (a890899)
  • database: add support for Microsoft SQL Server (b9bb6c8)
  • database: add support for multiple databases and error handling (70ed64c)
  • decode: add XML decoder and improve type detection (dff1c0b)
  • dev: implement subtree push workflow for monorepo management (1a62410)
  • devops: Add unified build, lint, pre-commit, and CI/CD configurations (4248399)
  • ent: add CRUD templates and database client (976f446)
  • env: add Env interface and implement prefix functionality (115c6a1)
  • env: add environment variable management functions (92baea9)
  • fileupload: add GenerateRandomHash function (bc602e7)
  • fileupload: add ParseHeader function for FileHeader parsing (3f2845d)
  • fileupload: implement file upload and download functionality (3f46efa)

... (truncated)

Commits
  • c88a665 chore: release main
  • 867fea9 chore(toolkits): Remove individual CHANGELOG.md files as they're no longer ne...
  • 9efb791 chore(toolkits): Update release-please config with skip-changelog and rebase ...
  • 2b336db refactor(net): Rename GetHostAddr to RealHostAddr and improve code formatting
  • bbb294a feat(server): Add service registration mechanism and example services
  • ac1a4fe chore(workflows): Rename release.yml to release-please.yml for consistency
  • bfe5fb0 Merge pull request #138 from origadmin/release-please--branches--main
  • 35cdd81 chore: release main
  • ab600ca chore(toolkits): Refactor release-please config to use plugins and explicit i...
  • 7f6a027 chore(toolkits): Refactor release-please config to use plugins and explicit i...
  • See full diff 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 [github.com/origadmin/toolkits/slogx](https://github.com/origadmin/toolkits) from 0.3.20 to 0.3.22.
- [Release notes](https://github.com/origadmin/toolkits/releases)
- [Changelog](https://github.com/origadmin/toolkits/blob/main/CHANGELOG.md)
- [Commits](origadmin/toolkits@codec/v0.3.20...v0.3.22)

---
updated-dependencies:
- dependency-name: github.com/origadmin/toolkits/slogx
  dependency-version: 0.3.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 13, 2025
@dependabot dependabot bot requested a review from godcong as a code owner October 13, 2025 12:22
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Oct 13, 2025
@github-actions github-actions bot merged commit 9549cb1 into main Oct 13, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/origadmin/toolkits/slogx-0.3.22 branch October 13, 2025 12:28
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant