@googleapis/storagebatchoperations 1.0.1 → 2.0.2

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 CHANGED
@@ -1,5 +1,38 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/storagebatchoperations-v2.0.1...storagebatchoperations-v2.0.2) (2025-07-15)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **storagebatchoperations:** update the API ([261272a](https://github.com/googleapis/google-api-nodejs-client/commit/261272a62fe04d5e5e91837ff00152871aa4d37b))
9
+
10
+ ## [2.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/storagebatchoperations-v2.0.0...storagebatchoperations-v2.0.1) (2025-07-08)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **storagebatchoperations:** update the API ([a39ddf0](https://github.com/googleapis/google-api-nodejs-client/commit/a39ddf07434abff420fe1ae0d013580c43c854c2))
16
+ * **storagebatchoperations:** update the API ([e9578d6](https://github.com/googleapis/google-api-nodejs-client/commit/e9578d68e1ccb5594fbefdbbc7c47afdc94a2659))
17
+
18
+ ## [2.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/storagebatchoperations-v1.0.1...storagebatchoperations-v2.0.0) (2025-06-30)
19
+
20
+
21
+ ### ⚠ BREAKING CHANGES
22
+
23
+ * upgrade to node 18
24
+
25
+ ### Features
26
+
27
+ * upgrade to node 18 ([682fbb8](https://github.com/googleapis/google-api-nodejs-client/commit/682fbb869189ae92b3e9a194d37d0548af0c1f92))
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * **deps:** upgrade googleapis-common to 8.0.2-rc ([f4b0990](https://github.com/googleapis/google-api-nodejs-client/commit/f4b099071040cfbcfe4a2e7d487d45ee93b369e0))
33
+ * **storagebatchoperations:** update the API ([e9578d6](https://github.com/googleapis/google-api-nodejs-client/commit/e9578d68e1ccb5594fbefdbbc7c47afdc94a2659))
34
+ * **storagebatchoperations:** update the API ([6df2a38](https://github.com/googleapis/google-api-nodejs-client/commit/6df2a38a734808c98d2aba7ffabd73904a12421c))
35
+
3
36
  ## [1.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/storagebatchoperations-v1.0.0...storagebatchoperations-v1.0.1) (2025-06-04)
4
37
 
5
38
 
package/README.md CHANGED
@@ -4,6 +4,15 @@
4
4
 
5
5
  >
6
6
 
7
+ ## Support status
8
+ **Note**: Google provides multiple libraries for this service. This library is in
9
+ maintenance mode, and will continue to be made available for users who have
10
+ existing applications. If you're building a new application, or modernizing a
11
+ legacy application, please use [@google-cloud/storagebatchoperations](https://www.npmjs.com/package/@google-cloud/storagebatchoperations) instead.
12
+ The [@google-cloud/storagebatchoperations](https://www.npmjs.com/package/@google-cloud/storagebatchoperations) library is faster, easier to use, and better maintained.
13
+
14
+ To learn more, see [Client Libraries Explained](https://cloud.google.com/apis/docs/client-libraries-explained).
15
+
7
16
  ## Installation
8
17
 
9
18
  ```sh