Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 863ddaf

Browse files
chore(main): release 3.1.1
1 parent 5b173f8 commit 863ddaf

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [3.1.1](https://github.com/googleapis/nodejs-iot/compare/v3.1.0...v3.1.1) (2022-09-09)
4+
5+
6+
### Bug Fixes
7+
8+
* Allow passing gax instance to client constructor ([#584](https://github.com/googleapis/nodejs-iot/issues/584)) ([4bbcd42](https://github.com/googleapis/nodejs-iot/commit/4bbcd422ea06028139f416d1a1a1cf9b48ff3909))
9+
* Better support for fallback mode ([#580](https://github.com/googleapis/nodejs-iot/issues/580)) ([8a387d0](https://github.com/googleapis/nodejs-iot/commit/8a387d06c3cf806644c78552c286d7893e73eb74))
10+
* Change import long to require ([#581](https://github.com/googleapis/nodejs-iot/issues/581)) ([2ad4aac](https://github.com/googleapis/nodejs-iot/commit/2ad4aac2aca20dc61fe9e85c5d12fb1631c266de))
11+
* **deps:** Update dependency @google-cloud/iot to v3 ([#576](https://github.com/googleapis/nodejs-iot/issues/576)) ([12bf4a7](https://github.com/googleapis/nodejs-iot/commit/12bf4a77880200f564c26224f2d4aecaacbf6a03))
12+
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-iot/issues/1553)) ([#583](https://github.com/googleapis/nodejs-iot/issues/583)) ([24729a5](https://github.com/googleapis/nodejs-iot/commit/24729a57621676b297aa4cdcc32fe536a468b580))
13+
* Remove pip install statements ([#1546](https://github.com/googleapis/nodejs-iot/issues/1546)) ([#582](https://github.com/googleapis/nodejs-iot/issues/582)) ([c6bb3f9](https://github.com/googleapis/nodejs-iot/commit/c6bb3f9b0b60009873f5d4b7f06fb47c9d8f6cc8))
14+
* use google-gax v3.3.0 ([24729a5](https://github.com/googleapis/nodejs-iot/commit/24729a57621676b297aa4cdcc32fe536a468b580))
15+
316
## [3.1.0](https://github.com/googleapis/nodejs-iot/compare/v3.0.0...v3.1.0) (2022-07-05)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/iot",
33
"description": "Cloud IoT API client for Node.js",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "cd manager && npm test && cd ../ && cd http_example && npm test && cd ../ && cd mqtt_example && npm test && cd ../ && cd access_token_example && npm test && cd ../"
1616
},
1717
"dependencies": {
18-
"@google-cloud/iot": "^3.1.0",
18+
"@google-cloud/iot": "^3.1.1",
1919
"@google-cloud/pubsub": "^3.0.0",
2020
"@google-cloud/storage": "^6.0.0"
2121
},

0 commit comments

Comments
 (0)