Skip to content

v0.6.1

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Aug 01:57
· 4 commits to main since this release
d766b44

Pull Image

docker pull ghcr.io/mss-boot-io/mss-boot-admin:v0.6.1

What's Changed

  • fix: remove unnecessary type specification for revoked field in user_… by @lwnmengjing in #250
  • fix: update query syntax to remove backticks and improve readability by @lwnmengjing in #251
  • Fix/support pg by @lwnmengjing in #255
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/eks from 1.60.1 to 1.62.0 by @dependabot[bot] in #254
  • build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 by @dependabot[bot] in #252
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.9 to 1.29.12 by @dependabot[bot] in #253
  • fix: update go.mod and go.sum for dependency version bumps and add ne… by @lwnmengjing in #257
  • fix: handle nil command in task creation to prevent panic by @lwnmengjing in #258
  • feat: add task function list endpoint and improve task handling logic by @lwnmengjing in #266
  • feat: add migration for unique indexes on user and app configurations by @lwnmengjing in #267
  • 🐛 fix: update task handling and improve error responses by @lwnmengjing in #268
  • 🐛 fix: update permission path in AddPermissionForUser method by @lwnmengjing in #269
  • Feat/cache by @lwnmengjing in #276
  • fix: ensure non-empty results before returning from cache retrieval by @lwnmengjing in #279
  • fix: update app config key format to use colon separator by @lwnmengjing in #300
  • Chore: update Go version and upgrade dependencies by @lwnmengjing in #305
  • Implement code changes to enhance functionality and improve performance by @lwnmengjing in #311

Full Changelog: v0.5.1...v0.6.1