Commit 070b27a 1 parent 9a62523 commit 070b27a Copy full SHA for 070b27a
File tree 6 files changed +18
-7
lines changed
6 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 1
1
# @xmtp/node-bindings
2
2
3
+ ## 1.0.0-rc1
4
+
5
+ - Added ` pausedForVersion ` to groups for client enforcement
6
+ - Removed addresses from all major functions and replaced with new ` Identifier `
7
+ - Added ` addPasskeySignature ` as a new signing type
8
+
3
9
## 0.0.41
4
10
5
11
- Fix ` should_push ` field on messages for push notifications
Original file line number Diff line number Diff line change 1
1
# Node bindings for the libXMTP rust library
2
2
3
- > [ !CAUTION ]
4
- > These bindings are currently in alpha and under heavy development. The API is subject to change and it is not yet recommended for production use .
3
+ > [ !INFO ]
4
+ > These bindings are not intended to be used directly, use the associated SDK instead .
5
5
6
6
## Useful commands
7
7
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xmtp/node-bindings" ,
3
- "version" : " 0 .0.41 " ,
3
+ "version" : " 1 .0.0-rc1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://git@github.com/xmtp/libxmtp.git" ,
Original file line number Diff line number Diff line change 1
1
# @xmtp/wasm-bindings
2
2
3
+ ## 1.0.0-rc1
4
+
5
+ - Added ` pausedForVersion ` to groups for client enforcement
6
+ - Removed addresses from all major functions and replaced with new ` Identifier `
7
+ - Added ` addPasskeySignature ` as a new signing type
8
+
3
9
## 0.0.21
4
10
5
11
- Fix ` should_push ` field on messages for push notifications
Original file line number Diff line number Diff line change 1
1
# WASM bindings for the libXMTP rust library
2
2
3
- > [ !CAUTION]
4
- > These bindings are currently in alpha and under heavy development. The API is
5
- > subject to change and it is not yet recommended for production use.
3
+ > [ !INFO]
4
+ > These bindings are not intended to be used directly, use the associated SDK instead.
6
5
7
6
## Useful commands
8
7
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xmtp/wasm-bindings" ,
3
- "version" : " 0 .0.21 " ,
3
+ "version" : " 1 .0.0-rc1 " ,
4
4
"type" : " module" ,
5
5
"license" : " MIT" ,
6
6
"description" : " WASM bindings for the libXMTP rust library" ,
You can’t perform that action at this time.
0 commit comments