Skip to content

Commit 1efdd6e

Browse files
authored
Release 0.3.0 (#12)
Signed-off-by: Sri Krishna <skrishna@buf.build>
1 parent 989a37c commit 1efdd6e

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

packages/conformance/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: conformance
22
description: >-
33
Conformance tests for connect
44
5-
version: 0.2.1
5+
version: 0.3.0
66
homepage: https://connectrpc.com
77
documentation: https://connectrpc.com/docs
88
publish_to: none

packages/connect/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.3.0
2+
3+
- Add `Http2ClientTransport` to manage HTTP/2 connections using PING frames for keep alive. This resulted
4+
in a breaking change in `createHttpClient` of `package:connectrpc/http2.dart`. `SecurityContext` is no longer
5+
accepted, and instead replaced by a new `transport` option. The default transport (`Http2ClientTransport`)
6+
accepts a `SecurityContext`.
7+
- Send a default `User-Agent` header on non web platforms.
8+
19
## 0.2.1
210

311
- Fix the connectrpc path in example and internal package.

packages/connect/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
// limitations under the License.
1414

1515
/// Version of the connect package.
16-
const version = '0.2.1';
16+
const version = '0.3.0';

packages/connect/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >-
33
Implementation of the Connect protocol for Dart. Simple, reliable, interoperable.
44
Protobuf RPC that works
55
6-
version: 0.2.1
6+
version: 0.3.0
77
homepage: https://connectrpc.com
88
documentation: https://connectrpc.com/docs
99
repository: https://github.com/connectrpc/connect-dart

0 commit comments

Comments
 (0)