go-micro v4.7.0 Release Notes
Release Date: 2022-05-19 // almost 3 years ago-
๐ Features
- โ remove unused variable in loop (#2495)
- option to disable file watcher (#2485)
- ๐ Support direct generation of grpc method (#2474)
- โ remove cli
- โ remove dashboard
- โ Remove examples
- โ Add header suppor for Kafka broker plugin; (#2470)
- ๐ Fix codec/bytes (#2466)
- โ Add Wait option support for sync/etcd plugins (#2459)
- โก๏ธ #2453 Fix with associated test update (#2454)
- ๐ style:arrays pre-allocation (#2449)
- โฌ๏ธ Bump github.com/nats-io/nats-server/v2 in /plugins/events/natsjs (#2447)
- โ add NATS JetStream events plugin (#2433)
- โ add tls option for sync etcd plugin (#2440)
- โ add new services
๐ Bug Fixes
- ๐ fix: consume and publish blocked after rabbitmq reconnecting (#2492)
- typo fix; (#2480)
- ๐ fix https://github.com/asim/go-micro/issues/2344 (#2462)
- ๐ fix natsjs syntax error, remove TODOs and enable tests (#2446)
- http transport deadlock (#2441)
- Support for
-micro_out=module=<module_prefix>
for protoc-gen-micro (#2435)
Previous changes from v4.6.0
-
๐ Features
- โ add service updates (#2418)
- โ Add files via upload
- 0๏ธโฃ default the content type to json (#2412)
- โ Add Kafka asynchronous send support (#2409)
- ๐ use read lock and unlock instead of write ones (#2410)
- ๐ move the api client
- โก๏ธ Update client_test.go
- switch services client
- โ remove the client
- โ add service interfaces
- [FEATURE] add changelog (#2400)
- ๐ nats config plugin (#2397)
- โก๏ธ Update and rename m3o.go to services.go
- โก๏ธ Update services/ (#2392)
๐ Bug Fixes
- ๐ fix client
- ๐ fix context value nil (#2391)