Releases: nytimes/gizmo
Releases · nytimes/gizmo
Fewer packages, fewer dependencies
• web package is gone, important bits are pulled into server
• config/combined, config/cookie, config/gcp, config/oracle and config/mongodb are gone (let me know if you really need the latter two)
• config.LoadEnvConfig is gone as it was just a thin wrapper around envconfig.Process
• server.RPCServer is gone
• server.ESXHealthCheck is gone
• references to appengine in server are gone
[auth/gcp] Adding issuer to IAM token
v0.3.14 adding an iss field to IAM tokens (#172)
[server/kit] adding NewLogger and better docs
v0.3.13 [server/kit] adding NewLogger to use for background logging + updated…
[server/kit] added OpenCensus for App Engine, [auth/gcp] allowing JSON creds to be injected
v0.3.12 [auth/gcp] allowing IAMConfig to override default Google credentials …
[server/kit] Adding protobuf response functions
[server/kit] adding protobuf go-kit funcs to mimic NYTimes/marvin (#167) * [server/kit] adding protobuf go-kit funcs to mimic NYTimes/marvin * lint!
Adding endpoint override for SQS
Update sqs constructor to allow custom endpoint (#166) To allow for mocking of SQS queues a configurable endpoint is required. For SNS this has already been done, this is just adding the same for SQS.
[server/kit] Adding automatic error reporting and warm up request handlers for App Engine servers
v0.3.9 [server/kit] adding automatic error reporting for any panics encount…
[pubsub/aws] updating credential management
changing requestRoleCredentials (#162) * changing requestRoleCredentials * remove duration since it's default anyways' * removing idea
[pubsub/aws] updating order of configuration options
Prioritize Role over environment variables (#161) * Update aws.go * add also to subscriber
[auth/gcp] properly setting default email config in IAM verifier
v0.3.6 actually passing the email this time