Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/core-monorepo",
"version": "680.0.0",
"version": "681.0.0",
"private": true,
"description": "Monorepo for packages shared between MetaMask clients",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/assets-controllers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Bump `@metamask/core-backend` from `^4.0.0` to `^4.1.0`

### Fixed

- Enable RPC fallback when Accounts API fails or times out in `TokenBalancesController` ([#7155](https://github.com/MetaMask/core/pull/7155))
Expand Down
4 changes: 2 additions & 2 deletions packages/assets-controllers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@metamask/accounts-controller": "^34.0.0",
"@metamask/approval-controller": "^8.0.0",
"@metamask/auto-changelog": "^3.4.4",
"@metamask/core-backend": "^4.0.0",
"@metamask/core-backend": "^4.1.0",
"@metamask/ethjs-provider-http": "^0.3.0",
"@metamask/keyring-controller": "^24.0.0",
"@metamask/keyring-internal-api": "^9.0.0",
Expand Down Expand Up @@ -118,7 +118,7 @@
"@metamask/account-tree-controller": "^3.0.0",
"@metamask/accounts-controller": "^34.0.0",
"@metamask/approval-controller": "^8.0.0",
"@metamask/core-backend": "^4.0.0",
"@metamask/core-backend": "^4.1.0",
"@metamask/keyring-controller": "^24.0.0",
"@metamask/network-controller": "^25.0.0",
"@metamask/permission-controller": "^12.0.0",
Expand Down
11 changes: 10 additions & 1 deletion packages/core-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.1.0]

### Changed

- Improve WebSocket connection lifecycle tracing in `BackendWebSocketService` ([#7101](https://github.com/MetaMask/core/pull/7101))
Expand All @@ -20,11 +22,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Centralize all disconnection logic in `ws.onclose` handler for single source of truth
- Centralize all state changes within `#establishConnection` method - state transitions only occur in `onopen` (CONNECTING → CONNECTED) and `onclose` (any state → DISCONNECTED)
- Add `MANUAL_DISCONNECT_CODE` (4999) and `MANUAL_DISCONNECT_REASON` constants to distinguish manual from unexpected disconnects
- Update `typescript` to v5.3 ([#7081](https://github.com/MetaMask/core/pull/7081))
- Bump `@ts-bridge/cli` from `^0.6.1` to `^0.6.4` ([#7039](https://github.com/MetaMask/core/pull/7039))

### Removed

- Remove `BackendWebSocketService Channel Message` trace as it provided no useful performance insights ([#7101](https://github.com/MetaMask/core/pull/7101))

### Fixed

- Fix build script not working because of missing `@ts-bridge/cli` dependency ([#7040](https://github.com/MetaMask/core/pull/7040))

## [4.0.0]

### Changed
Expand Down Expand Up @@ -151,7 +159,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **Type definitions** - Comprehensive TypeScript types for transactions, balances, WebSocket messages, and service configurations
- **Logging infrastructure** - Structured logging with module-specific loggers for debugging and monitoring

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/core-backend@4.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/core-backend@4.1.0...HEAD
[4.1.0]: https://github.com/MetaMask/core/compare/@metamask/core-backend@4.0.0...@metamask/core-backend@4.1.0
[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/core-backend@3.0.0...@metamask/core-backend@4.0.0
[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/core-backend@2.1.0...@metamask/core-backend@3.0.0
[2.1.0]: https://github.com/MetaMask/core/compare/@metamask/core-backend@2.0.0...@metamask/core-backend@2.1.0
Expand Down
2 changes: 1 addition & 1 deletion packages/core-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/core-backend",
"version": "4.0.0",
"version": "4.1.0",
"description": "Core backend services for MetaMask",
"keywords": [
"MetaMask",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2651,7 +2651,7 @@ __metadata:
"@metamask/base-controller": "npm:^9.0.0"
"@metamask/contract-metadata": "npm:^2.4.0"
"@metamask/controller-utils": "npm:^11.15.0"
"@metamask/core-backend": "npm:^4.0.0"
"@metamask/core-backend": "npm:^4.1.0"
"@metamask/eth-query": "npm:^4.0.0"
"@metamask/ethjs-provider-http": "npm:^0.3.0"
"@metamask/keyring-api": "npm:^21.0.0"
Expand Down Expand Up @@ -2702,7 +2702,7 @@ __metadata:
"@metamask/account-tree-controller": ^3.0.0
"@metamask/accounts-controller": ^34.0.0
"@metamask/approval-controller": ^8.0.0
"@metamask/core-backend": ^4.0.0
"@metamask/core-backend": ^4.1.0
"@metamask/keyring-controller": ^24.0.0
"@metamask/network-controller": ^25.0.0
"@metamask/permission-controller": ^12.0.0
Expand Down Expand Up @@ -3038,7 +3038,7 @@ __metadata:
languageName: unknown
linkType: soft

"@metamask/core-backend@npm:^4.0.0, @metamask/core-backend@workspace:packages/core-backend":
"@metamask/core-backend@npm:^4.1.0, @metamask/core-backend@workspace:packages/core-backend":
version: 0.0.0-use.local
resolution: "@metamask/core-backend@workspace:packages/core-backend"
dependencies:
Expand Down
Loading