Skip to content

Commit

Permalink
release(node): bump node version and modify changelog (#1343)
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx authored Nov 26, 2024
1 parent 8d637a9 commit 964a227
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
25 changes: 21 additions & 4 deletions bindings_node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @xmtp/node-bindings

## 0.0.25

- Fixed streaming by adding `napi4` feature to napi-rs

## 0.0.24

- Fixed using `Vec` instead rust `Uint8Array` type in `is_installation_authorized`

## 0.0.23

- Added `is_installation_authorized` to `Client`
- Added `is_address_authorized` to `Client`

## 0.0.22

- Moved `verify_signed_with_public_key` out of `Client`
Expand All @@ -17,7 +30,8 @@
- Renamed `Level` to `LogLevel`
- Filtered out group membership messages from DM groups
- Fixed `syncAllConversations` export
- Added `sign_with_installation_key`, `verify_signed_with_installation_key`, and `verify_signed_with_public_key` to `Client`
- Added `sign_with_installation_key`, `verify_signed_with_installation_key`, and
`verify_signed_with_public_key` to `Client`

## 0.0.18

Expand All @@ -35,9 +49,12 @@

- Added sort direction to `NapiListMessagesOptions`
- Added `dm_peer_inbox_id` method to `NapiGroup`
- Added `allowed_states` and `conversation_type` to `NapiListConversationsOptions`
- Added `create_dm`, `list_groups`, and `list_dms` methods to `NapiConversations`
- Added `stream_groups`, `stream_dms`, `stream_all_group_messages`, and `stream_all_dm_messages` streaming methods to `NapiConversations`
- Added `allowed_states` and `conversation_type` to
`NapiListConversationsOptions`
- Added `create_dm`, `list_groups`, and `list_dms` methods to
`NapiConversations`
- Added `stream_groups`, `stream_dms`, `stream_all_group_messages`, and
`stream_all_dm_messages` streaming methods to `NapiConversations`

## 0.0.15

Expand Down
2 changes: 1 addition & 1 deletion bindings_node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/node-bindings",
"version": "0.0.24",
"version": "0.0.25",
"repository": {
"type": "git",
"url": "git+https://[email protected]/xmtp/libxmtp.git",
Expand Down

0 comments on commit 964a227

Please sign in to comment.