@@ -2,7 +2,68 @@ Changelog for grphp.
22
33### Pending Release
44
5- * Add the ability to configure the content-type header for requests using the H2Proxy strategy
5+ ### 3.1.0
6+
7+ * Add the ability to configure the content-type header for requests using the H2Proxy strategy
8+
9+ ### 3.0.1
10+
11+ * Fix bug with empty metadata in interceptors.
12+
13+ ### 3.0.0
14+
15+ * Add PHP8 in composer.json
16+ * Update phpunit ^9
17+ * Migrate to CircleCI
18+
19+ ### 2.1.0
20+
21+ * Originally, this library relied solely upon the deadline gRPC feature, i.e. that the service will terminate request
22+ when the deadline is reached. With this release, client will also terminate the connection after the specified
23+ amount of time if the service wasn't able to respond in time and did not terminate the request for some reason.
24+
25+ ### 2.0.2
26+
27+ * Fix service name deriving from a client class name in Request
28+
29+ ### 2.0.1
30+
31+ * Ensure that no null byte or other unprintable characters are included into the exception message as a result of
32+ failed gRPC response with a valid gRPC message.
33+
34+ ### 2.0.0
35+
36+ * This release contains improved exception messages, that include the name of the service and a method that was
37+ invoked but failed.
38+ * Breaking change: removal of the ` Grphp\Client\Error::ERROR_METADATA_KEY ` constant.
39+
40+ ### 1.0.0
41+
42+ * This release contains an improvement to reporting an error status from gRPC stack by propagating it as part of the
43+ Status attached to the RequestException.
44+ * A breaking change to the config to require a scheme for a given base URI is introduced in order to fix certain
45+ situations where proxied request is sent to the service without a scheme causing request parsing failures.
46+
47+ ### 0.5.6
48+
49+ * updated version of google/protobuf library
50+ * minor bug fixes
51+
52+ ### 0.5.5
53+
54+ * Include connection error messages in exceptions
55+
56+ ### 0.5.4
57+
58+ * Removes the default value for proxy configuration as this option should be disabled by default.
59+
60+ ### 0.5.3
61+
62+ * Adds support for explicit proxy configuration when using the H2 strategy.
63+
64+ ### 0.5.2
65+
66+ * Reduce dependency on php timer
667
768### 0.5.1
869
0 commit comments