Vishnu Reddy
a785d17953
release(2023-04-06): bump package versions ( #1183 )
...
Co-authored-by: Azure IoT Client Build <aziotclb@microsoft.com>
2023-04-06 16:56:02 -04:00
Bert Kleewein
71bf42a372
log error if outgoing circular buffer is full ( #1182 )
2023-04-05 15:00:04 -07:00
Vishnu Reddy
d5f42f69c7
fix(azure-iot-http-base): import AccessToken,TokenCredential core-http->core-auth devDependencies->dependencies ( #1177 )
2023-02-09 17:13:58 -05:00
anthonyvercolano
780d79bd13
(chore) update to eslint in device, fix bad exports
2022-11-29 08:28:49 -08:00
anthonyvercolano
a86aab3d4e
(chore) fix polycheck in eslintrc
2022-11-14 22:21:19 -08:00
anthonyvercolano
ce8f48aaf6
(chore) convert common http and mqtt to eslint
2022-11-13 19:07:09 -08:00
anthonyvercolano
42d7588a9d
(chore) update two common directories to eslint
2022-11-13 14:40:15 -08:00
Azure IoT Client Build
a1f65fea0b
release(2022-10-14): bump package versions
2022-10-14 14:35:06 -07:00
anthonyvercolano
ddfebf725f
(fix): Special case dt-subject. issue#1141 & #1135
2022-10-14 12:28:16 -07:00
Vishnu Reddy
7ecac8720a
separate file for event tracker, write unit tests
2022-08-31 09:14:01 -07:00
Vishnu Reddy
030ad70bcc
add event listener tracker for MQTT.js client
2022-08-31 09:14:01 -07:00
Bert Kleewein
2d0dbe2757
test: remove sinon types because they're not needed ( #1143 )
2022-07-28 13:31:32 -07:00
Bert Kleewein
9cfc677e86
fix: fix sinon fake-timers build issue
2022-07-27 15:24:02 -07:00
Azure IoT Client Build
f71046b46b
release(2022-04-19): bump package versions
2022-04-18 21:07:40 -07:00
Anthony Ercolano
0a433870f8
(chore): fix bad indentation package.json use @colors/colors
2022-04-18 20:12:42 -07:00
Anthony Ercolano
47d319cd20
update to force async@3.2.3 and es5-ext@0.10.53
2022-04-18 16:00:04 -07:00
Azure IoT Client Build
90e94761e4
release(2022-04-18): bump package versions
2022-04-18 06:54:36 -07:00
Anthony Ercolano
33120743da
Remove all package-locks
2022-04-18 05:31:19 -07:00
Azure IoT Client Build
3899a18e4e
release(2022-04-14): bump package versions
2022-04-18 05:31:19 -07:00
Anthony Ercolano
86015ed1f9
Move to 14.
2022-04-13 17:41:24 -07:00
Anthony Ercolano
c8bda21038
update for vulnerabilities.
2022-04-13 17:41:24 -07:00
Anthony V. Ercolano
99db2c3ec1
release(2022-04-11): bump package versions ( #1120 )
...
Co-authored-by: Azure IoT Client Build <aziotclb@microsoft.com>
2022-04-10 22:00:37 -07:00
Anthony V. Ercolano
dc7cfc0018
update for es5 vulnerability ( #1115 )
...
* update for es5 vulnerability
* change async to version 3.2.3
* update for moment@2.29.2
* more async
2022-04-10 20:58:04 -07:00
Anthony V. Ercolano
8c594ad259
Update minimist depends
2022-03-30 06:21:57 -07:00
Anthony V. Ercolano
2055b43396
Vuls 2 ( #1108 )
...
* clean vuls and skip invalid cert and max 64k c2d tests
* more vuls
2022-02-20 11:28:02 -08:00
Anthony V. Ercolano
29ea66925d
Split builds ( #1099 )
...
* Spilit the yaml into a linux and windows version.
* remove typescript build break directory
2022-02-18 15:24:17 -08:00
Vishnu Reddy
06c50a2056
chore: update package-locks ( #1084 )
2021-12-28 09:11:45 -08:00
Vishnu Reddy
d427c5e17c
fix: update dependencies ( #1082 )
2021-12-10 10:27:03 -08:00
Bert Kleewein
f39c2e6544
build: emit es2017 commonjs modules ( #1072 )
...
* emit es2017 commonjs modules
* fix test bug
* lower coverage for device/amqp
* add missing tsconfig updates
* more test coverage updates
2021-11-20 13:52:52 -08:00
Bert Kleewein
091e724b09
Update to typescript 4.4.4 ( #1068 )
...
* update library versions
* update to typescript 4.4.4
* lower testing threshold
2021-11-17 16:45:40 -08:00
Anthony V. Ercolano
484bb95a96
release(2021-10-22): bump package versions ( #1060 )
...
Co-authored-by: Azure IoT Client Build <aziotclb@microsoft.com>
2021-10-21 18:55:17 -07:00
Vishnu Reddy
1a9a984a36
feat(azure-iot-provisioning-service): support TokenCredential auth ( #1037 )
2021-10-21 18:14:20 -07:00
Azure IoT Client Build
76c2b1046e
release(2021-10-12): bump package versions
2021-10-12 09:20:35 -07:00
Anthony Ercolano
28aca4d9e5
fix(all): dependency vulnerabilities
2021-10-12 08:18:13 -07:00
Azure IoT Client Build
29c9957981
release(2021-10-07): bump package versions
2021-10-07 11:52:44 -07:00
Azure IoT Client Build
e237a38785
release(2021-10-07): bump package versions
2021-10-07 07:09:36 -07:00
Bert Kleewein
f21e966aaa
return better error on `amqp:detach-forced` ( #1046 )
...
* return better error on amqp🔗 detach-forced
* add to test
* Apply suggestions from code review
Co-authored-by: Vishnu Reddy <vishnureddy17@gmail.com>
Co-authored-by: Vishnu Reddy <vishnureddy17@gmail.com>
2021-10-06 12:51:10 -07:00
Bert Kleewein
2ad7785ece
fix: handle dropped connection failures ( #1036 )
...
* force failures
* pass ci
* add comments
* prepare for final pull
2021-09-29 11:25:14 -07:00
Bert Kleewein
ae71c72ef6
fix: update error logging ( #1035 )
...
* fix: update error logging
* lint fixes
2021-09-23 20:32:28 -07:00
Bert Kleewein
0d4d1d01da
fix: update debug logging ( #1032 )
...
* squash
* finish debugErrors implementation
* roll back error xlate change because that belongs in a different PR
* fix unit tests
* fix unit tests
* add CSS log on NoRetry back
2021-09-22 14:06:28 -07:00
Azure IoT Client Build
d3a746a4ae
release(2021-09-09): bump package versions
2021-09-09 13:25:26 -07:00
Anthony Ercolano
32056794cd
fix(tests): skip tests that were mocking uuid.v4
...
latest version of uuid makes it nearly impossible to mock.
2021-09-08 05:57:10 -07:00
Anthony Ercolano
fc36938a5d
fix(unit tests): unit test restore
2021-09-08 05:57:10 -07:00
Anthony Ercolano
11688b988f
fix(tests): repair stomp of branch
2021-09-08 05:57:10 -07:00
Tony Ercolano
71c5ca5764
fix(everything): update uuid and cleanup
2021-09-08 05:57:10 -07:00
Anthony Ercolano
42f1163672
fix(all packages): update security tpm code and update all packages to use a minimum of node 12
2021-09-08 05:57:10 -07:00
Anthony Ercolano
2091ea06d9
refactor(all): with update to sinon-test go back to sinon 11.1.2
2021-09-08 05:57:10 -07:00
Anthony Ercolano
ddef3d8cff
feat(all): more changes for node 12
2021-09-08 05:57:10 -07:00
Anthony Ercolano
f524db2853
feat(all): move minimum version to node 12
2021-09-08 05:57:10 -07:00
Vishnu Reddy
fc6871228c
release(2021-08-12): bump package versions ( #1012 )
...
Co-authored-by: Azure IoT Client Build <aziotclb@microsoft.com>
2021-08-12 09:06:01 -07:00