Skip to content

Commit 50189fd

Browse files
committed
Add 2.12.1 relnotes to RELEASE.md (and backfill notes for 2.11.1 and 2.11.2)
1 parent 2115f39 commit 50189fd

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

RELEASE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
18
# Release 2.12.0
29

310
The 2.12 minor series tracks TensorFlow 2.12.
@@ -24,6 +31,22 @@ The 2.12 minor series tracks TensorFlow 2.12.
2431
- Drops support for Python 3.7 and marks 3.11 as supported (#6144).
2532
- Drops support for protobuf < 3.19.6 and adds support for 4.x (#6147).
2633

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)
49+
2750
# Release 2.11.0
2851

2952
The 2.11 minor series tracks TensorFlow 2.11.

0 commit comments

Comments
 (0)