Releases: asecurityteam/serverfull
Releases · asecurityteam/serverfull
v0.6.2
What's Changed
- Update all dependencies by @dependabot in #53
New Contributors
- @dependabot made their first contribution in #47
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- Bump golang.org/x/net from 0.0.0-20210405180319-a5a99cb37ef4 to 0.7.0 by @dependabot in #47
New Contributors
- @dependabot made their first contribution in #47
Full Changelog: v0.6.0...v0.6.1
Upgrading to latest go-yaml, fixing bad release version number
Same upgrade as before but I needed to fix the version release number.
Fixed build badge, added renovate
This release fixes the build badge and adds renovate along with several dependency updates.
Minor bumps: golang/mock, aws/aws-lambda-go, stretchr/testify, go-chi/chi, asecurityteam/runhttp, asecurityteam/settings
Major bumps: asecurityteam/logevent
Migrate to go modules
Merge pull request #9 from asecurityteam/go-mod-migration Migrating repo from dep to go modules
Fix panic due to component refactor
Merge pull request #7 from asecurityteam/fix-components Fix component usage to prevent nil pointer error
Remove build flags
These were a failed experiment. Instead, we now recommend users manage their own switching between runtime modes.
Add mock errors and lambda logs/stats
- Add logging injection when built in lambda mode
- Add stat injection when built in lambda mode
- Add optional errors for triggering during mock http mode
Lambda Binary Builds
- Refactor to be a library only.
- Add build flags to generate Lambda binaries rather than serverfull binaries.
- Add mock mode for testing gateway functionality.