|
1 | 1 | CHANGELOG
|
2 | 2 | =========
|
3 | 3 |
|
| 4 | +v1.3.0 (25.05.2020) |
| 5 | +------------------- |
| 6 | +- Add the ability to append the certificate authority in the config under the `tls: rootCA` key |
| 7 | +- RoadRunner version bump to 1.8.1 |
| 8 | + |
4 | 9 | v1.2.2 (05.05.2020)
|
5 | 10 | -------------------
|
6 |
| -- roadrunner version bump to 1.8.0 |
| 11 | +- RoadRunner version bump to 1.8.0 |
7 | 12 |
|
8 | 13 | v1.2.1 (22.04.2020)
|
9 | 14 | -------------------
|
10 |
| -- replaced deprecated github.com/golang/protobuf/proto with new google.golang.org/protobuf/proto |
11 |
| -- roadrunner version bump to 1.7.1 |
| 15 | +- Replaced deprecated github.com/golang/protobuf/proto with new google.golang.org/protobuf/proto |
| 16 | +- RoadRunner version bump to 1.7.1 |
12 | 17 |
|
13 | 18 | v1.2.0 (27.01.2020)
|
14 | 19 | -------------------
|
15 |
| -- added the ability to work on Golang level only (without roadrunner worker and proto file) |
| 20 | +- Add the ability to work on Golang level only (without roadrunner worker and proto file) |
16 | 21 |
|
17 | 22 | v1.1.1 (27.01.2020)
|
18 | 23 | -------------------
|
19 | 24 | - [bugfix] invalid constructor parameters in ServiceException by @everflux
|
20 | 25 |
|
21 | 26 | v1.1.0 (30.11.2019)
|
22 | 27 | -------------------
|
23 |
| -- added automatic CS fixing |
24 |
| -- the minimum PHP version is set to 7.2 |
25 |
| -- added ResponseHeaders and metadata generation by server by @wolfgang-braun |
| 28 | +- Add automatic CS fixing |
| 29 | +- The minimum PHP version set to 7.2 |
| 30 | +- Add ResponseHeaders and metadata generation by server by @wolfgang-braun |
26 | 31 |
|
27 | 32 | v1.0.8 (06.09.2019)
|
28 | 33 | -------------------
|
29 |
| -- included `limit` and `metrics` service |
30 |
| -- ability to expose GRPC stats to Prometheus |
| 34 | +- Include `limit` and `metrics` service |
| 35 | +- Ability to expose GRPC stats to Prometheus |
31 | 36 |
|
32 | 37 | v1.0.7 (22.05.2019)
|
33 | 38 | -------------------
|
34 | 39 | - Server and Invoker are final
|
35 |
| -- added support for pool controller (roadrunner 1.4.0) |
36 |
| -- added strict_types=1 |
| 40 | +- Add support for pool controller (roadrunner 1.4.0) |
| 41 | +- Add strict_types=1 |
37 | 42 |
|
38 | 43 | v1.0.4-1.0.6 (26.04.2019)
|
39 | 44 | -------------------
|
40 | 45 | - bugfix, support for imported services in proto annotation by @oneslash
|
41 | 46 |
|
42 | 47 | v1.0.2 (18.03.2019)
|
43 | 48 | -------------------
|
44 |
| -- added support for `php_namespace` option |
45 |
| -- added support for nested namespace resolution in generated code |
| 49 | +- Add support for `php_namespace` option |
| 50 | +- Add support for nested namespace resolution in generated code |
46 | 51 | (thanks to @zarianec)
|
47 | 52 | - protobuf version bump to 1.3.1
|
48 | 53 |
|
49 | 54 | v1.0.1 (30.01.2019)
|
50 | 55 | -------------------
|
51 |
| -- fixed bug causing server not working with empty payloads |
52 |
| -- fixed bug with disabled RPC service |
53 |
| -- added elapsed time to the debug log |
| 56 | +- Fix bug causing server not working with empty payloads |
| 57 | +- Fix bug with disabled RPC service |
| 58 | +- Add elapsed time to the debug log |
54 | 59 |
|
55 | 60 | v1.0.0 (20.10.2018)
|
56 | 61 | -------------------
|
|
0 commit comments