Skip to content

Commit

Permalink
PackMe version updated to 1.2.0 (binary buffer type support)
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcecaster committed Jul 10, 2022
1 parent 6681cb5 commit fe39434
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v2.1.0
Added support for binary type (uses Uint8List). Format: binary12, binary64 etc. - any buffer length in bytes.
Color schemes used to print messages are updated: list items are now displayed using color of corresponding data type.

## v2.0.2
* Maximum data length increased to 2^63 for messages sent over TCP socket.
* Bugfix: data messages sent over TCP socket could stall in some cases.
Expand Down
1 change: 1 addition & 0 deletions example/generated/manifest.generated.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'dart:typed_data';
import 'package:packme/packme.dart';

enum MathOperation {
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: connectme
description: WebSocket connection management library to handle client-server communication in event-based manner or await-query style (using PackMe messages).
version: 2.0.2
version: 2.1.0
homepage: https://github.com/sourcecaster/connectme
repository: https://github.com/sourcecaster/connectme
issue_tracker: https://github.com/sourcecaster/connectme/issues
documentation: https://github.com/sourcecaster/connectme
environment:
sdk: ">=2.13.0 <3.0.0"
dependencies:
packme: ^1.1.5
packme: ^1.2.0
dev_dependencies:
test: ^1.17.11

0 comments on commit fe39434

Please sign in to comment.