Skip to content

Commit 1f2242a

Browse files
chore(main): release 3.1.1 (#578)
🤖 I have created a release *beep* *boop* --- ## [3.1.1](googleapis/nodejs-iot@v3.1.0...v3.1.1) (2022-09-22) ### Bug Fixes * Allow passing gax instance to client constructor ([#584](googleapis/nodejs-iot#584)) ([4bbcd42](googleapis/nodejs-iot@4bbcd42)) * Better support for fallback mode ([#580](googleapis/nodejs-iot#580)) ([8a387d0](googleapis/nodejs-iot@8a387d0)) * Change import long to require ([#581](googleapis/nodejs-iot#581)) ([2ad4aac](googleapis/nodejs-iot@2ad4aac)) * **deps:** Update dependency @google-cloud/iot to v3 ([#576](googleapis/nodejs-iot#576)) ([12bf4a7](googleapis/nodejs-iot@12bf4a7)) * Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-iot/issues/1553)) ([#583](googleapis/nodejs-iot#583)) ([24729a5](googleapis/nodejs-iot@24729a5)) * Preserve default values in x-goog-request-params header ([#586](googleapis/nodejs-iot#586)) ([cced8e7](googleapis/nodejs-iot@cced8e7)) * Remove pip install statements ([#1546](https://github.com/googleapis/nodejs-iot/issues/1546)) ([#582](googleapis/nodejs-iot#582)) ([c6bb3f9](googleapis/nodejs-iot@c6bb3f9)) * use google-gax v3.3.0 ([24729a5](googleapis/nodejs-iot@24729a5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 04bddc9 commit 1f2242a

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

packages/google-cloud-iot/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [3.1.1](https://github.com/googleapis/nodejs-iot/compare/v3.1.0...v3.1.1) (2022-09-22)
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+
* Preserve default values in x-goog-request-params header ([#586](https://github.com/googleapis/nodejs-iot/issues/586)) ([cced8e7](https://github.com/googleapis/nodejs-iot/commit/cced8e788357647819aee81589b776f962e67289))
14+
* 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))
15+
* use google-gax v3.3.0 ([24729a5](https://github.com/googleapis/nodejs-iot/commit/24729a57621676b297aa4cdcc32fe536a468b580))
16+
317
## [3.1.0](https://github.com/googleapis/nodejs-iot/compare/v3.0.0...v3.1.0) (2022-07-05)
418

519

packages/google-cloud-iot/package.json

+1-1
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": {

packages/google-cloud-iot/samples/generated/v1/snippet_metadata.google.cloud.iot.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-iot",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-iot/samples/package.json

+1-1
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)