github stellar/js-stellar-sdk v14.0.0-rc.2
v14.0.0-rc.2: Protocol 23 Release Candidate 2

latest releases: v15.1.0, v15.0.1, v14.6.1...
pre-release9 months ago

v14.0.0-rc.2

Please refer to the first release candidate for a comprehensive changelog in this major version. The following only covers the differences since the first release candidate.

Breaking Changes

  • The RPC server's getTransaction and getTransactions responses have dropped the events.diagnosticEventsXdr field (#1183):
export interface TransactionEvents {
-  diagnosticEventsXdr: xdr.DiagnosticEvent[];
  transactionEventsXdr: xdr.TransactionEvent[];
}

Fixed

  • Fixed type for Horizon streaming endpoints, namely EventSourceOptions.onmessage now extends CollectionPage (#1100).

Full Changelog: v14.0.0-rc.1...v14.0.0-rc.2

Don't miss a new js-stellar-sdk release

NewReleases is sending notifications on new releases.