Skip to content

Releases: nytimes/gizmo

Fewer packages, fewer dependencies

02 Jan 19:44
22091b3
Compare
Choose a tag to compare

• 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

27 Dec 18:01
3fb7c2f
Compare
Choose a tag to compare
v0.3.14

adding an iss field to IAM tokens (#172)

[server/kit] adding NewLogger and better docs

11 Dec 16:47
c66e686
Compare
Choose a tag to compare
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

28 Nov 16:16
c5b2efb
Compare
Choose a tag to compare
v0.3.12

[auth/gcp] allowing IAMConfig to override default Google credentials …

[server/kit] Adding protobuf response functions

19 Nov 18:19
c21b078
Compare
Choose a tag to compare
[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

19 Nov 16:43
Compare
Choose a tag to compare
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

12 Nov 18:26
fe286d8
Compare
Choose a tag to compare
v0.3.9

 [server/kit] adding automatic error reporting for any panics encount…

[pubsub/aws] updating credential management

06 Nov 19:53
Compare
Choose a tag to compare
changing requestRoleCredentials (#162)

* changing requestRoleCredentials

* remove duration since it's default anyways'

* removing idea

[pubsub/aws] updating order of configuration options

05 Nov 23:34
Compare
Choose a tag to compare
Prioritize Role over environment variables (#161)

* Update aws.go

* add also to subscriber

[auth/gcp] properly setting default email config in IAM verifier

05 Nov 22:43
Compare
Choose a tag to compare
v0.3.6

actually passing the email this time