Skip to content

Releases: palantir/go-baseapp

v0.2.2

14 Dec 17:08
9de22a9
Compare
Choose a tag to compare

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

31 Jul 20:30
3117e30
Compare
Choose a tag to compare

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

26 Mar 23:03
ae2587f
Compare
Choose a tag to compare

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

26 Mar 19:48
ab7e7ec
Compare
Choose a tag to compare

Initial "release" in preparation of conversion to go modules.