@ledgerhq/hw-transport
6.31.4
Patch Changes
- Updated dependencies [
0a71c43
]:
6.31.4-next.0
Patch Changes
- Updated dependencies [
0a71c43
]:
6.31.3
Patch Changes
6.31.3-next.0
Patch Changes
6.31.2
Patch Changes
- Updated dependencies [
0b12c90
]:
6.31.2-hotfix.0
Patch Changes
- Updated dependencies [
5d508e5
]:
6.31.1
Patch Changes
6.31.1-next.0
Patch Changes
6.31.0
Minor Changes
Patch Changes
#6963
815ae3d
Thanks @aussedatlo! - restore TransportRaceCondition instead of TransportPendingOperation that caused a breaking change
6.31.0-next.0
Minor Changes
Patch Changes
#6963
815ae3d
Thanks @aussedatlo! - restore TransportRaceCondition instead of TransportPendingOperation that caused a breaking change
6.30.6
Patch Changes
6.30.6-next.0
Patch Changes
6.30.5
Patch Changes
- Updated dependencies [
f456d69
]:
6.30.5-next.0
Patch Changes
- Updated dependencies [
f456d69
]:
6.30.4
Patch Changes
- Updated dependencies [
ee88785
]:
6.30.4-next.0
Patch Changes
- Updated dependencies [
f456d69
]:
6.30.3
Patch Changes
#5749
eadebff
Thanks @alexandremgo! - Fix: HID USB reconnection on LLD during the sync onboarding- Refactoring of the disconnect after inactivity of the transport implementation hw-transport-node-hid-singleton
- Better logs and documentation
6.30.3-next.0
Patch Changes
#5749
eadebff
Thanks @alexandremgo! - Fix: HID USB reconnection on LLD during the sync onboarding- Refactoring of the disconnect after inactivity of the transport implementation hw-transport-node-hid-singleton
- Better logs and documentation
6.30.2
Patch Changes
- #5750
16b4d7a
Thanks @aussedatlo! - Arrange verbosity and improve typing
6.30.2-next.0
Patch Changes
- #5750
16b4d7a
Thanks @aussedatlo! - Arrange verbosity and improve typing
6.30.1
Patch Changes
#5171
52a3732
Thanks @alexandremgo! - Feat: new abort timeout on opening transport and APDU exchangeOn
@ledgerhq/hw-transport
exchange
adding an optionalabortTimeoutMs
arg to its definitionsend
taking an optionalabortTimeoutMs
and passing it toexchange
- Some documentation and tracing
On
@ledgerhq/react-native-hw-transport-ble
open
: enabling optional timeout when opening a transport instanceexchange
: enabling optional timeout on APDU exchange, callingcancelPendingOperations
on timeoutcancelPendingOperations
: using acurrentTransactionIds
array of transactions id for eachwrite
, we can try to abort completely pending writes- More documentation + tracing + simple unit tests
6.30.1-next.0
Patch Changes
#5171
52a3732
Thanks @alexandremgo! - Feat: new abort timeout on opening transport and APDU exchangeOn
@ledgerhq/hw-transport
exchange
adding an optionalabortTimeoutMs
arg to its definitionsend
taking an optionalabortTimeoutMs
and passing it toexchange
- Some documentation and tracing
On
@ledgerhq/react-native-hw-transport-ble
open
: enabling optional timeout when opening a transport instanceexchange
: enabling optional timeout on APDU exchange, callingcancelPendingOperations
on timeoutcancelPendingOperations
: using acurrentTransactionIds
array of transactions id for eachwrite
, we can try to abort completely pending writes- More documentation + tracing + simple unit tests
6.30.0
Minor Changes
- #5430
5964e30bed
Thanks @hedi-edelbloute! - Update documentation v14 ledgerjs
Patch Changes
- Updated dependencies [
771c9d3c1d
,c5981ae341
,e63205b850
,5964e30bed
]:
6.30.0-next.0
Minor Changes
- #5430
5964e30bed
Thanks @hedi-edelbloute! - Update documentation v14 ledgerjs
Patch Changes
- Updated dependencies [
771c9d3c1d
,c5981ae341
,e63205b850
,5964e30bed
]:
6.29.0
Minor Changes
#4709
9e2d32aec4
Thanks @alexandremgo! - feat: usage of new tracing systemThe tracing helps keeping a context (for ex a
job id
) that is propagated to other logs, creating a (simple) tracing span
Patch Changes
#5142
7968dfc551
Thanks @alexandremgo! - chore: new mock fixture aTransportBuilderFor unit tests where a real implementation of a Transport is not necessary.
#5063
6b7fc5d071
Thanks @sarneijim! - fix: fix TransportRaceCondition literalUpdated dependencies [
9e2d32aec4
,4d6fa0772e
]:
6.29.0-next.0
Minor Changes
#4709
9e2d32aec4
Thanks @alexandremgo! - feat: usage of new tracing systemThe tracing helps keeping a context (for ex a
job id
) that is propagated to other logs, creating a (simple) tracing span
Patch Changes
#5142
7968dfc551
Thanks @alexandremgo! - chore: new mock fixture aTransportBuilderFor unit tests where a real implementation of a Transport is not necessary.
#5063
6b7fc5d071
Thanks @sarneijim! - fix: fix TransportRaceCondition literalUpdated dependencies [
9e2d32aec4
,4d6fa0772e
]:
6.28.8
Patch Changes
- Updated dependencies [
a61a43fc47
,3455944496
]:
6.28.8-next.0
Patch Changes
- Updated dependencies [
a61a43fc47
,3455944496
]:
6.28.7
Patch Changes
- Updated dependencies [
c7c484acf0
]:
6.28.7-next.0
Patch Changes
- Updated dependencies [
c7c484acf0
]:
6.28.6
Patch Changes
- Updated dependencies [
0f4293e9bf
]:
6.28.6-next.0
Patch Changes
- Updated dependencies [
0f4293e9bf
]:
6.28.5
Patch Changes
- Updated dependencies [
9adc1862dd
]:
6.28.5-next.0
Patch Changes
- Updated dependencies [
9adc1862dd
]:
6.28.4
Patch Changes
- Updated dependencies [
77f990e207
]:
6.28.4-next.0
Patch Changes
- Updated dependencies [
77f990e207
]:
6.28.3
Patch Changes
- Updated dependencies [
87d2349fd8
]:
6.28.3-next.0
Patch Changes
- Updated dependencies [
87d2349fd8
]:
6.28.2
Patch Changes
- Updated dependencies [
1d0b2d19eb
,ef945b05c0
,5fa68510b4
]:
6.28.2-next.0
Patch Changes
- Updated dependencies [
1d0b2d19eb
,ef945b05c0
,5fa68510b4
]:
6.28.1
Patch Changes
- Updated dependencies [
62af25493e
]:
6.28.1-next.0
Patch Changes
- Updated dependencies [
62af25493e
]:
6.28.0
Minor Changes
- #2342
c2779b1cab
Thanks @gre! - Add Transport#exchangeBulk method to have a native batched mecanism to send a lot of APDU at once & in order to do it performantly.
6.28.0-next.0
Minor Changes
- #2342
c2779b1cab
Thanks @gre! - Add Transport#exchangeBulk method to have a native batched mecanism to send a lot of APDU at once & in order to do it performantly.
6.27.10
Patch Changes
- Updated dependencies [
3a267c1424
,3df451dafb
,1f65abb76f
,20c5c5e109
,e7c1eaa6a2
]:
6.27.10-next.0
Patch Changes
- Updated dependencies [
3a267c1424
,3df451dafb
,1f65abb76f
,20c5c5e109
,e7c1eaa6a2
]:
6.27.9
Patch Changes
#1984
f1c15446da
Thanks @alexandremgo! - New HwTransportError for all the implementations of TransportUpdated dependencies [
f1c15446da
]:
6.27.9-next.0
Patch Changes
#1984
f1c15446da
Thanks @alexandremgo! - New HwTransportError for all the implementations of TransportUpdated dependencies [
f1c15446da
]:
6.27.8
Patch Changes
- Updated dependencies [
856f49374e
,77056e3692
]:
6.27.8-next.0
Patch Changes
- Updated dependencies [
856f49374e
,77056e3692
]:
6.27.7
Patch Changes
#1729
d3c91a53e0
Thanks @gre! - update node-hid to 2.1.2Updated dependencies [
0308e8c6ae
,df8cbb8dd1
,4ad6155953
,24ea9cd15f
]:
6.27.7-next.0
Patch Changes
#1729
d3c91a53e0
Thanks @gre! - update node-hid to 2.1.2Updated dependencies [
0308e8c6ae
,df8cbb8dd1
,4ad6155953
,24ea9cd15f
]:
6.27.6
Patch Changes
#1356
ecac411d7a
Thanks @juan-cortes! - Updated readme.md of packagesUpdated dependencies [
ecac411d7a
]:
6.27.6-next.0
Patch Changes
#1356
ecac411d7a
Thanks @juan-cortes! - Updated readme.md of packagesUpdated dependencies [
ecac411d7a
]:
6.27.5
Patch Changes
- Updated dependencies [
1a94cbf28a
,e0915b34ba
]:
6.27.5-next.0
Patch Changes
- Updated dependencies [
1a94cbf28a
,e0915b34ba
]:
6.27.4
Patch Changes
- Updated dependencies [
ae5e33e15e
]:
6.27.4-next.0
Patch Changes
- Updated dependencies [
ae5e33e15
]:
6.27.3
Patch Changes
- #970
ecfdd1ebd8
Thanks @alexandremgo! - BLE scanning and pairing hooks
6.27.3-next.0
Patch Changes
- #970
ecfdd1ebd
Thanks @alexandremgo! - BLE scanning and pairing hooks