- RoadRunner version update to 1.8.3
- Golang version in go.mod bump to 1.15
- Add server configuration options (debug) (@aldump)
- Add all major gRPC configuration options. Docs
- RoadRunner version updated to 1.8.2
- Add the ability to append the certificate authority in the config under the
tls: rootCA
key - RoadRunner version updated to 1.8.1
- RoadRunner version updated to 1.8.0
- Replaced deprecated github.com/golang/protobuf/proto with new google.golang.org/protobuf/proto
- RoadRunner version updated to 1.7.1
- Add the ability to work on Golang level only (without roadrunner worker and proto file)
- [bugfix] invalid constructor parameters in ServiceException by @everflux
- Add automatic CS fixing
- The minimum PHP version set to 7.2
- Add ResponseHeaders and metadata generation by server by @wolfgang-braun
- Include
limit
andmetrics
service - Ability to expose GRPC stats to Prometheus
- Server and Invoker are final
- Add support for pool controller (roadrunner 1.4.0)
- Add strict_types=1
- bugfix, support for imported services in proto annotation by @oneslash
- Add support for
php_namespace
option - Add support for nested namespace resolution in generated code (thanks to @zarianec)
- protobuf version bump to 1.3.1
- Fix bug causing server not working with empty payloads
- Fix bug with disabled RPC service
- Add elapsed time to the debug log
- initial application release