Skip to content

Commit 070b27a

Browse files
authored
RC1 Web release (#1731)
* web release * update readmes
1 parent 9a62523 commit 070b27a

File tree

6 files changed

+18
-7
lines changed

6 files changed

+18
-7
lines changed

bindings_node/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @xmtp/node-bindings
22

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+
39
## 0.0.41
410

511
- Fix `should_push` field on messages for push notifications

bindings_node/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Node bindings for the libXMTP rust library
22

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.
55
66
## Useful commands
77

bindings_node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/node-bindings",
3-
"version": "0.0.41",
3+
"version": "1.0.0-rc1",
44
"repository": {
55
"type": "git",
66
"url": "git+https://git@github.com/xmtp/libxmtp.git",

bindings_wasm/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @xmtp/wasm-bindings
22

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+
39
## 0.0.21
410

511
- Fix `should_push` field on messages for push notifications

bindings_wasm/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# WASM bindings for the libXMTP rust library
22

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.
65
76
## Useful commands
87

bindings_wasm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/wasm-bindings",
3-
"version": "0.0.21",
3+
"version": "1.0.0-rc1",
44
"type": "module",
55
"license": "MIT",
66
"description": "WASM bindings for the libXMTP rust library",

0 commit comments

Comments
 (0)