File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ that can be found in the LICENSE file. -->
44
55# Changelog
66
7+ ## 1.0.0-dev.28
8+
9+ - Implements v3 synchronized call API in agent and actor.
10+ - ` pollForResponse ` can override the certificate result.
11+ - v3 calls will return to v2 if 202/404 status is returned.
12+
713## 1.0.0-dev.27
814
915- Support ` flutter_rust_bridge ` 2.5.
Original file line number Diff line number Diff line change 11name : agent_dart
2- version : 1.0.0-dev.27
2+ version : 1.0.0-dev.28
33
44description : |
55 An agent library built for Internet Computer,
Original file line number Diff line number Diff line change 11name : agent_dart_base
2- version : 1.0.0-dev.27
2+ version : 1.0.0-dev.28
33
44description : The Dart plugin that bridges Rust implementation for agent_dart.
55repository : https://github.com/AstroxNetwork/agent_dart
Original file line number Diff line number Diff line change 11import 'package:agent_dart_base/agent_dart_base.dart' ;
22import 'package:test/test.dart' ;
3- import '../test_utils.dart' ;
43
54void main () {
65 p256Test ();
Original file line number Diff line number Diff line change 11name : agent_dart_ffi
2- version : 1.0.0-dev.27
2+ version : 1.0.0-dev.28
33
44description : The FFI plugin that bridges Rust implementation for agent_dart.
55repository : https://github.com/AstroxNetwork/agent_dart
You can’t perform that action at this time.
0 commit comments