Skip to content

chore(deps): bump github.com/grokify/coreforge from 0.5.0 to 0.6.0 in /protocube#67

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/protocube/github.com/grokify/coreforge-0.6.0
Open

chore(deps): bump github.com/grokify/coreforge from 0.5.0 to 0.6.0 in /protocube#67
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/protocube/github.com/grokify/coreforge-0.6.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 19, 2026

Bumps github.com/grokify/coreforge from 0.5.0 to 0.6.0.

Release notes

Sourced from github.com/grokify/coreforge's releases.

v0.6.0

Release Notes: v0.6.0

Full Changelog: grokify/coreforge@v0.5.0...v0.6.0

Changelog

Sourced from github.com/grokify/coreforge's changelog.

[v0.6.0] - 2026-04-12

Highlights

  • Multi-app platform infrastructure for running multiple SaaS apps on shared backend
  • Schema-per-app PostgreSQL isolation with X-App-ID header routing
  • CoreForge identity and session integration for multiapp deployments

Security

  • Generic 404 responses for missing/invalid X-App-ID to prevent enumeration attacks (f6a70ba)

Added

  • Multi-app server with MultiAppMode and SingleAppMode deployment options (fa15800)
  • AppBackend interface for composable app registration with lifecycle hooks (fa15800)
  • Schema-per-app database isolation using PostgreSQL schemas (app_ prefix) (fa15800)
  • X-App-ID header routing for multi-tenant request dispatch (fa15800)
  • Redis and in-memory cache implementations with app-scoped prefixes (fa15800)
  • CoreForge identity integration with JWT claims extraction and validation (82df768)
  • Session management helpers for multi-tenant deployments (82df768)
  • Ent client factory for schema-isolated database connections (82df768)
  • HTTP middleware for authentication and tenant context propagation (82df768)
  • Example app backend implementation demonstrating AppBackend interface (aac27fc)

Dependencies

  • Bump github.com/mattn/go-sqlite3 from 1.14.40 to 1.14.42 (a895c55)
  • Bump golang.org/x/crypto from 0.49.0 to 0.50.0 (2e1080a)

Documentation

  • Multiapp architecture documentation with deployment patterns (1d705e1)
Commits
  • 3078737 docs: restore design documents with generic app names
  • 350757f docs(release): add v0.6.0 release notes and update navigation
  • 144c61e docs: update diagram formatting
  • ede4d24 chore(release): update changelog for v0.6.0
  • 1c85471 security(multiapp): use generic 404 for missing/invalid app IDs
  • 0895fe0 feat(multiapp): add example app backend implementation
  • fb0ed5f feat(multiapp): add coreforge identity and session integration
  • a6ab2aa feat(multiapp): add multi-app infrastructure for Phase 1
  • 2c21401 chore(deps): go mod: update dependencies
  • 744f11c Merge pull request #16 from grokify/dependabot/go_modules/github.com/mattn/go...
  • 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 [github.com/grokify/coreforge](https://github.com/grokify/coreforge) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/grokify/coreforge/releases)
- [Changelog](https://github.com/grokify/coreforge/blob/main/CHANGELOG.md)
- [Commits](grokify/coreforge@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: github.com/grokify/coreforge
  dependency-version: 0.6.0
  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 Apr 19, 2026
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.

0 participants