You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
# Release 2.12.1
2
+
3
+
## Bug Fixes
4
+
5
+
- Bumps `google-auth-oauthlib` dependency restriction to be compatible with
6
+
versions up to 1.0 (#6246)
7
+
1
8
# Release 2.12.0
2
9
3
10
The 2.12 minor series tracks TensorFlow 2.12.
@@ -24,6 +31,22 @@ The 2.12 minor series tracks TensorFlow 2.12.
24
31
- Drops support for Python 3.7 and marks 3.11 as supported (#6144).
25
32
- Drops support for protobuf < 3.19.6 and adds support for 4.x (#6147).
26
33
34
+
# Release 2.11.2
35
+
36
+
## Bug Fixes
37
+
38
+
- Fixes bug introduced in #6107, which was included in release 2.11.1. (#6142)
39
+
40
+
# Release 2.11.1
41
+
42
+
NOTE: This release has a bug related to the limited-input device auth flow, and was "yanked" in PyPi (https://pypi.org/help/#yanked). A newer patch release (2.11.2) contains these changes along with the fix for the bug.
43
+
44
+
## Bug Fixes
45
+
46
+
- Prevent regression in TensorBoard.dev uploader authentication by replacing deprecated OOB auth flow with limited-input device flow. (#6107)
47
+
See [deprecation announcement](https://developers.googleblog.com/2022/02/making-oauth-flows-safer.html).
48
+
- Fix compatibility with numpy 1.24.0 by removing deprecated type aliases (#6117, #6140)
0 commit comments