Skip to content

Releases: lukasjarosch/godin

v0.6.0

23 Jul 12:23
Compare
Choose a tag to compare

Changelog

4f54b72 add prefetch count to README
626747c adjustments to pass 'golint'
50db52d fix format.check target
644efbc integrate Makefile; add protobuf.path to config
0d289ce rip apart the main.go into main.gen.go. The user may now modify the main.go

v0.5.0

19 Jul 10:59
Compare
Choose a tag to compare

Changelog

4dd1ccb Cleanup AMQP subscriber for use in Godin
00bc11a add CamelCase validator; basic subscriber init done
e59753a add domain folder; add requestId middleware; improve logging middleware
8f500ef add grpc transport default config + transport.grpc.server.enabled is TRUE by default + transport.grpc.client.enabled is FALSE by default
b482cc6 add json struct-tags
85666ed add note after bundle generation
f4ff161 add publisher bundle
a91f855 add readme generation on update
3acd80b add tips and tricks section
c7e7d54 adjust memory request in k8s
0f502a3 amqp subscriptions working
c794455 comment and import improvements
1a4248c create transport subpackage; remove exchange data from transport bundle
42d2872 finish Shutdown(); add subscriber doc
cc9c60f fix decode return type
1d2a012 fix type resolution; add subscribers to context
caee155 implement prefetch_count on AMQP subscribers;
65257f7 implement subscription decoders, improve generated handler
d5952f5 minor template issues
19b14cb more AMQP stuff
8ec0279 remove old main
d8755e5 replace grpc interceptors with go-godin/grpc-interceptor
464766a started working on the amqp transport and subscriber bundle
bc318ed subscriber bundle now provides it's config; add subscription decoder type
aeb4a56 update install doc
1d024b7 update k8s deployment template

v0.4.0

25 Jun 17:04
Compare
Choose a tag to compare

Changelog

40ef9a0 add Prometheus endpoint middleware; default register grpc prometheus interceptor
9cabf64 add endpoint logging middleware to log total execution time of an endpoint
61f17f1 add goreleaser config
d1bd724 add midddleware explanation
01d4f88 remove examples from main repo
b168998 rename endpoint metrics to endpoint_*