Skip to content

Releases: nytimes/gizmo

Go Modules cleanup; sarama upgrade

07 Aug 21:39
Compare
Choose a tag to compare
Clean-up indirect dependencies (#226)

sarama was causing some other indirect dependencies. Upgrading it fixes
the issue.

We now have 3 indirect dependencies listed in go.mod:

- github.com/go-logfmt/logfmt
- github.com/go-stack/stack
- gopkg.in/jcmturner/goidentity.v3

go-kit accounts for the first two and sarama for the last one. Since
sarama does support go modules, this may be something missing on their
side.

Fixing Go modules to deal with ocagent

07 Aug 16:18
Compare
Choose a tag to compare
go.mod: update ocagent to fix incorrect pseudo version (#225)

* go.mod: update ocagent to fix incorrect pseudo version

* update stackdriver

[server] avoiding memory usage issues when prometheus + stdlib router are used together

31 Jul 20:17
c445d54
Compare
Choose a tag to compare
v1.2.12

[server] Avoiding Prometheus memory bomb when using the new stdlib ro…

[server] fixing health check panics while using stdlib router

29 Jul 18:48
f170390
Compare
Choose a tag to compare
[server] fixing stdlib router 😅 (#222)

* adding tests to fix stdlib router in server bc we shouldve done it from the start

* better test error msgs

[server] adding "stdlib" router

26 Jul 20:07
af7c08e
Compare
Choose a tag to compare
v1.2.10

adding a stdlib router to use in the server package (#221)

[auth] adding better errors [server/kit] adding leveled log messages

16 Jul 20:13
93705ce
Compare
Choose a tag to compare
Adding log levels to kit/server.Log*Msg funcs (#220)

* adding log levels to kit/server.Log*Msg funcs. resolves #13

* adding warn and debug loggers, updating docs

* adding tests

Adding tools to make observing (and not observing) easier

10 Jun 21:43
7e4d613
Compare
Choose a tag to compare
v1.2.8

[observe] Adding RegisterAndObserveGCP to use within the SimpleServer…

[server/kit] adding the Google profiler in GCP enabled environments

16 Apr 15:16
bdc8df6
Compare
Choose a tag to compare
v1.2.7

[server/kit] adding Google profiler if environment is GCP enabled (#214)

[auth] adding VerifyRequest

12 Apr 19:43
7b63b9b
Compare
Choose a tag to compare
[auth] adding VerifyRequest for use within http middlewares (#213)

* [auth] adding VerifyRequest for use within http middleware

* drying up a tad

[server/kit] falling back to PORT if HTTP_PORT is not set

09 Apr 21:15
0358a1b
Compare
Choose a tag to compare
v1.2.5

falling back to PORT env variable if HTTP_PORT is not set (#212)