@stellar/stellar-base and its underlying dependency @stellar/js-xdr have been upgraded to their latest versions; reference their release notes (v12.1.0 and v3.1.2, respectively) for details (#1013).
Added
You can now pass custom headers to both rpc.Server and Horizon.Server (#1013):
import { Server } from "@stellar/stellar-sdk/rpc";
const s = new Server("<some URL>", { headers: { "X-Custom-Header": "hello" }})
Horizon.Server now supports the new POST /transactions_async endpoint via the submitAsyncTransaction method (#989). Its purpose is to provide an immediate response to the submission rather than waiting for Horizon to determine its status. The response schema is as follows:
interface SubmitAsyncTransactionResponse {
// the submitted transaction hash
hash: string;
// one of "PENDING", "DUPLICATE", "TRY_AGAIN_LATER", or "ERROR"
tx_status: string;
// a base64-encoded xdr.TransactionResult iff `tx_status` is "ERROR"
error_result_xdr: string;
}
</tr></table>
@stellar/stellar-base and its underlying dependency @stellar/js-xdr have been upgraded to their latest versions; reference their release notes (v12.1.0 and v3.1.2, respectively) for details (#1013).
Added
You can now pass custom headers to both rpc.Server and Horizon.Server (#1013):
import { Server } from "@stellar/stellar-sdk/rpc";
const s = new Server("<some URL>", { headers: { "X-Custom-Header": "hello" }})
Horizon.Server now supports the new POST /transactions_async endpoint via the submitAsyncTransaction method (#989). Its purpose is to provide an immediate response to the submission rather than waiting for Horizon to determine its status. The response schema is as follows:
interface SubmitAsyncTransactionResponse {
// the submitted transaction hash
hash: string;
// one of "PENDING", "DUPLICATE", "TRY_AGAIN_LATER", or "ERROR"
tx_status: string;
// a base64-encoded xdr.TransactionResult iff `tx_status` is "ERROR"
error_result_xdr: string;
}
rpc.Server now has a getFeeStats method which retrieves fee statistics for a previous chunk of ledgers to provide users with a way to provide informed decisions about getting their transactions included in the following ledgers (#998):
Stabilize the unstable_flushSync option for navigations and fetchers (#11989)
Stabilize the unstable_viewTransition option for navigations and the corresponding unstable_useViewTransitionState hook (#11989)
Patch Changes
Fix bug when submitting to the current contextual route (parent route with an index child) when an ?index param already exists from a prior submission (#12003)
Fix useFormAction bug - when removing ?index param it would not keep other non-Remix index params (#12003)
Fix types for RouteObject within PatchRoutesOnNavigationFunction's patch method so it doesn't expect agnostic route objects passed to patch (#11967)
Updated dependencies:
react-router@6.27.0
@remix-run/router@1.20.0
6.26.2
Patch Changes
Updated dependencies:
@remix-run/router@1.19.2
react-router@6.26.2
6.26.1
Patch Changes
Rename unstable_patchRoutesOnMiss to unstable_patchRoutesOnNavigation to match new behavior (#11888)
Bumps the minor-and-patch group with 28 updates in the / directory:
6.28.6
6.29.4
12.0.1
12.3.0
1.5.0
1.7.0
1.5.0
1.7.0
9.2.4
9.4.2
3.12.0
3.12.1
6.23.1
6.28.0
6.1.11
6.1.13
0.11.3
0.11.4
7.24.7
7.26.0
7.24.7
7.26.0
7.24.7
7.25.9
7.24.7
7.26.0
6.4.6
6.6.3
16.0.0
16.0.1
29.5.12
29.5.14
4.17.5
4.17.13
18.3.3
18.3.12
18.3.0
18.3.1
9.1.3
9.2.1
2.29.1
2.31.0
6.8.0
6.10.2
7.34.2
7.37.2
5.6.0
5.6.3
2.9.0
2.9.2
2.6.3
2.8.1
5.4.5
5.6.3
5.92.0
5.96.1
Updates
@ledgerhq/hw-transport-webusb
from 6.28.6 to 6.29.4Commits
d85b16b
Merge branch 'release'2cbdeea
chore(release): :rocket: prepare release [skip ci]fc6861f
feat: upgrade pnpm to v9.11d9b5d61
updating release notes for LLD 2.87a5adf4d
chore(prerelease): :rocket: release prerelease [LLD(2.87.0-next.2), LLM(3.50....91391a2
Merge pull request #7883 from LedgerHQ/support/update-axios-and-ws-for-cvef805d14
changeset22161f3
Updatehw-app-eth
dev depethers
to 5.7.2d0ca87e
Forceethers
dependencyws
to 7.5.102a7b25f
Updateaxios
to 1.7.7Updates
@stellar/stellar-sdk
from 12.0.1 to 12.3.0Release notes
Sourced from
@stellar/stellar-sdk
's releases.... (truncated)
Changelog
Sourced from
@stellar/stellar-sdk
's changelog.... (truncated)
Commits
99cf4cc
Release v12.3.0 (#1045)e6cda07
RPC: Add support forgetTransactions
endpoint (#1037)581b32a
Use renamed custom types example contract (#1043)3e081ba
Modify auth entry sig expiration to ~8min (#1023)72ec060
Add support for getVersionInfo endpoint (#1028)e4dd603
RemovestatusText
error check to broaden compatibility (#1001)a2f69d9
Bump the minor-and-patch group across 1 directory with 9 updates (#1027)5ab7797
Update endpoint documentation references in the jsdocs (#1026)6a0c519
Update npm link in the README (#1025)161c083
Bump the minor-and-patch group across 1 directory with 2 updates (#1018)Updates
@stellar/typescript-wallet-sdk
from 1.5.0 to 1.7.0Updates
@stellar/typescript-wallet-sdk-km
from 1.5.0 to 1.7.0Updates
@trezor/connect-web
from 9.2.4 to 9.4.2Commits
Updates
crypto-browserify
from 3.12.0 to 3.12.1Commits
55476ac
v3.12.13f564b4
[Tests] ignore the "low" warning from ellipticb2cadea
[Tests] node 22+ removescrypto.createCipher
6fad824
[Tests] addnyc
42cfba1
[Dev Deps] update@ljharb/eslint-config
,object.entries
,tape
73a8db9
[Tests] replaceaud
withnpm audit
b638139
[meta] addsideEffects
flag5db1531
[readme] minor cleanups7050e61
Merge tags:v2.1.9
,v2.1.10
,v2.1.11
,v3.0.1
,v3.0.2
,v3.0.3
, `v3...2e18bb2
[meta] document support as node 0.10+Maintainer changes
This version was pushed to npm by ljharb, a new releaser for crypto-browserify since your current version.
Updates
react-router-dom
from 6.23.1 to 6.28.0Release notes
Sourced from react-router-dom's releases.
... (truncated)
Changelog
Sourced from react-router-dom's changelog.
... (truncated)
Commits
365fefc
chore: Update version for release (#12243)8d05d65
chore: Update version for release (pre) (#12201)caa0895
Add deprecation warnings for v7 flags in v6 (#11750)50c59ea
Update jsdoc links to add new v6 segment (#12141)8cfb4a7
chore: Update version for release (#12121)cde8139
chore: Update version for release (pre) (#12112)9a62e35
chore: Update version for release (pre) (#12101)0389eba
Fix issues with contextual routing and index params (#12003)73fcb9b
Stabilize viewTransiton and flushSync options (#11989)8c9e2b6
Fix types for PatchRoutesOnNavigationFunction (#11967)Updates
styled-components
from 6.1.11 to 6.1.13Release notes
Sourced from styled-components's releases.
Commits
22a4a2e
6.1.1399c02f5
Allow Passing Shadow Root as Sheet Target (#4309)8831f2e
Replace deprecated JSX namespace (#4333)e0019ba
chore: fix benchmark, make the code exactly equal9a61fbc
chore: bump version2d7bcc9
Prevent ServerStyleSheet generating empty style tags/elements (#4327)4a4b0da
Export rehydrate from StyleSheet (#4328)Updates
url
from 0.11.3 to 0.11.4Commits
455a3e2
v0.11.497ab476
[meta] add missingengines.node
c5e1391
[Fix] usepunycode
from the package and not from the node core module57539a8
[Deps] updateqs
11a50c9
[Dev Deps] update@ljharb/eslint-config
,acorn
,aud
db8a439
[actions] improve workflowsUpdates
@babel/core
from 7.24.7 to 7.26.0Release notes
Sourced from
@babel/core
's releases.... (truncated)
Changelog
Sourced from
@babel/core
's changelog.... (truncated)
Commits
63d3038
v7.26.08b5b6bf
fix: CI with Node v23.1.0 (#16932)64fa466
Enable import attributes parsing by default (#16850)0216853
feat: support async plugin's pre/post (#16862)b8002e2
Workaround Node.js bug for parallel loading of TLA modules (#16928)56658ac
Fix loading of modules with TLA in Node.js 23 (#16926)fdc456a
Only parse # as comment in .babelignore at line start (#16925)79e50b2
test: add node 23 to ci matrix4360ee5
fix: path.resolve changes in node 23.0.0b07957e
v7.25.9Updates
@babel/preset-env
from 7.24.7 to 7.26.0Release notes
Sourced from
@babel/preset-env
's releases.... (truncated)
Changelog
Sourced from
@babel/preset-env
's changelog.... (truncated)
Commits
63d3038
v7.26.064fa466
Enable import attributes parsing by default (#16850)816b293
Addtransform-regexp-modifiers
topreset-env
(#16692)b07957e
v7.25.9af91759
fix: Accidentally publishing useless files (#16917)490a330
Update compat data (#16909)d658738
fix: support BROWSERSLIST{,_CONFIG} env (#16907)f9cb91a
v7.25.8a6b0f54
Inline one-line syntax plugins (#16824)2533cfb
v7.25.7Updates
@babel/preset-react
from 7.24.7 to 7.25.9Release notes
Sourced from
@babel/preset-react
's releases.Looks like these dependencies are updatable in another way, so this is no longer needed.