Skip to content

Commit

Permalink
🔖 1.0.0-dev.28
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Oct 15, 2024
1 parent 6d53567 commit 4935f54
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ that can be found in the LICENSE file. -->

# Changelog

## 1.0.0-dev.28

- Implements v3 synchronized call API in agent and actor.
- `pollForResponse` can override the certificate result.
- v3 calls will return to v2 if 202/404 status is returned.

## 1.0.0-dev.27

- Support `flutter_rust_bridge` 2.5.
Expand Down
2 changes: 1 addition & 1 deletion packages/agent_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: agent_dart
version: 1.0.0-dev.27
version: 1.0.0-dev.28

description: |
An agent library built for Internet Computer,
Expand Down
2 changes: 1 addition & 1 deletion packages/agent_dart_base/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: agent_dart_base
version: 1.0.0-dev.27
version: 1.0.0-dev.28

description: The Dart plugin that bridges Rust implementation for agent_dart.
repository: https://github.com/AstroxNetwork/agent_dart
Expand Down
1 change: 0 additions & 1 deletion packages/agent_dart_base/test/identity/p256.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import 'package:agent_dart_base/agent_dart_base.dart';
import 'package:test/test.dart';
import '../test_utils.dart';

void main() {
p256Test();
Expand Down
2 changes: 1 addition & 1 deletion packages/agent_dart_ffi/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: agent_dart_ffi
version: 1.0.0-dev.27
version: 1.0.0-dev.28

description: The FFI plugin that bridges Rust implementation for agent_dart.
repository: https://github.com/AstroxNetwork/agent_dart
Expand Down

0 comments on commit 4935f54

Please sign in to comment.