Releases: palantir/go-baseapp
Releases · palantir/go-baseapp
v0.2.2
Improve the default HandleError middleware (#41)
Introduce an interface to sniff out HTTP errors. Add a request_id to all errors that aren't bubbled up HTTP errors.
Other Changes
- Upgrade crewjam/saml dependency (#44)
v0.2.1
Add ability to load configuration from the environment (#32, #33)
Clients can call SetValuesFromEnv()
(with an optional prefix string) on configuration structs to set properties from environment variables.
v0.2.0
Fix body size telemetry when ReadFrom is used (#26)
Fix body size telemetry when ReadFrom
is used. This includes a small API break due to AccessHandler
hooks using int64
instead of int
for size.
Convert to Go modules (#25)
v0.1.0
Initial "release" in preparation of conversion to go modules.