@googleapis/tpu 6.0.1 → 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +41 -0
- package/build/v1.d.ts +916 -0
- package/build/v1.js.map +1 -1
- package/build/v1alpha1.d.ts +920 -0
- package/build/v1alpha1.js.map +1 -1
- package/build/v2.d.ts +1349 -0
- package/build/v2.js.map +1 -1
- package/build/v2alpha1.d.ts +1596 -1
- package/build/v2alpha1.js.map +1 -1
- package/package.json +1 -1
- package/v1.ts +916 -0
- package/v1alpha1.ts +920 -0
- package/v2.ts +1349 -0
- package/v2alpha1.ts +1596 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,46 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [8.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/tpu-v7.1.0...tpu-v8.0.0) (2025-07-22)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### ⚠ BREAKING CHANGES
|
|
7
|
+
|
|
8
|
+
* This release has breaking changes.
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* run the generator ([#3716](https://github.com/googleapis/google-api-nodejs-client/issues/3716)) ([cc510de](https://github.com/googleapis/google-api-nodejs-client/commit/cc510de95a4f5b76dd72cd01c496f5bca66dbebd))
|
|
13
|
+
|
|
14
|
+
## [7.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/tpu-v7.0.0...tpu-v7.1.0) (2025-07-08)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **tpu:** update the API ([087b4e4](https://github.com/googleapis/google-api-nodejs-client/commit/087b4e42adb6ab8080bf66ba09eb35fa10190196))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* **tpu:** update the API ([0b2587b](https://github.com/googleapis/google-api-nodejs-client/commit/0b2587b603f3a9ea25e7956586f7d926ca9fac64))
|
|
25
|
+
|
|
26
|
+
## [7.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/tpu-v6.0.1...tpu-v7.0.0) (2025-06-30)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### ⚠ BREAKING CHANGES
|
|
30
|
+
|
|
31
|
+
* upgrade to node 18
|
|
32
|
+
|
|
33
|
+
### Features
|
|
34
|
+
|
|
35
|
+
* **tpu:** update the API ([087b4e4](https://github.com/googleapis/google-api-nodejs-client/commit/087b4e42adb6ab8080bf66ba09eb35fa10190196))
|
|
36
|
+
* **tpu:** update the API ([a7b08f5](https://github.com/googleapis/google-api-nodejs-client/commit/a7b08f5a474fbfc60a137c5091fa659a8d3c8cf2))
|
|
37
|
+
* upgrade to node 18 ([682fbb8](https://github.com/googleapis/google-api-nodejs-client/commit/682fbb869189ae92b3e9a194d37d0548af0c1f92))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Bug Fixes
|
|
41
|
+
|
|
42
|
+
* **deps:** upgrade googleapis-common to 8.0.2-rc ([f4b0990](https://github.com/googleapis/google-api-nodejs-client/commit/f4b099071040cfbcfe4a2e7d487d45ee93b369e0))
|
|
43
|
+
|
|
3
44
|
## [6.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/tpu-v6.0.0...tpu-v6.0.1) (2025-06-04)
|
|
4
45
|
|
|
5
46
|
|