Base Framework v2.2.2
What's new:
- Improve cache middleware responseRecorder and update dependencies
- Merge pull request #10 from base-go/claude/add-framework-caching-01UT3w8Cepbzar4V5Vmb49Y3
- Add comprehensive caching system to framework
- Merge pull request #6 from base-go/dependabot/go_modules/golang.org/x/net-0.38.0
- Merge branch 'main' into dependabot/go_modules/golang.org/x/net-0.38.0
- Merge pull request #8 from base-go/dependabot/go_modules/github.com/golang-jwt/jwt/v5-5.2.2
- Merge branch 'main' into dependabot/go_modules/github.com/golang-jwt/jwt/v5-5.2.2
- Merge pull request #9 from base-go/dependabot/go_modules/golang.org/x/crypto-0.45.0
- Bump golang.org/x/crypto from 0.41.0 to 0.45.0
- Bump golang.org/x/net from 0.33.0 to 0.38.0
Installation
To use this version of Base Framework:
# Update your existing project
base update
# Or create a new project (will use latest framework)
base new myprojectCLI Compatibility
This framework version is compatible with Base CLI vv2.2.2 and later.