@googleapis/tasks 8.0.1 → 9.0.1

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,31 @@
1
1
  # Changelog
2
2
 
3
+ ## [9.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/tasks-v9.0.0...tasks-v9.0.1) (2025-07-08)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **tasks:** update the API ([b52ea12](https://github.com/googleapis/google-api-nodejs-client/commit/b52ea12acaed2190436e9367884a051edec32ed1))
9
+ * **tasks:** update the API ([1d8f3fd](https://github.com/googleapis/google-api-nodejs-client/commit/1d8f3fde22de5f4d0ad290e957091dbd2f66d8dc))
10
+
11
+ ## [9.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/tasks-v8.0.1...tasks-v9.0.0) (2025-06-30)
12
+
13
+
14
+ ### ⚠ BREAKING CHANGES
15
+
16
+ * upgrade to node 18
17
+
18
+ ### Features
19
+
20
+ * upgrade to node 18 ([682fbb8](https://github.com/googleapis/google-api-nodejs-client/commit/682fbb869189ae92b3e9a194d37d0548af0c1f92))
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * **deps:** upgrade googleapis-common to 8.0.2-rc ([f4b0990](https://github.com/googleapis/google-api-nodejs-client/commit/f4b099071040cfbcfe4a2e7d487d45ee93b369e0))
26
+ * **tasks:** update the API ([1d8f3fd](https://github.com/googleapis/google-api-nodejs-client/commit/1d8f3fde22de5f4d0ad290e957091dbd2f66d8dc))
27
+ * **tasks:** update the API ([a68eb91](https://github.com/googleapis/google-api-nodejs-client/commit/a68eb91724df65681d2b65d8f73844b98264cd6a))
28
+
3
29
  ## [8.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/tasks-v8.0.0...tasks-v8.0.1) (2025-06-04)
4
30
 
5
31
 
package/README.md CHANGED
@@ -4,15 +4,6 @@
4
4
 
5
5
  > The Google Tasks API lets you manage your tasks and task lists.
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/tasks](https://www.npmjs.com/package/@google-cloud/tasks) instead.
12
- The [@google-cloud/tasks](https://www.npmjs.com/package/@google-cloud/tasks) 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
-
16
7
  ## Installation
17
8
 
18
9
  ```sh