Skip to content

v0.5.0

Compare
Choose a tag to compare
@lukasjarosch lukasjarosch released this 19 Jul 10:59
· 5 commits to develop since this release

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