eladkal commented on code in PR #60274:
URL: https://github.com/apache/airflow/pull/60274#discussion_r2690267823
##########
providers/fab/provider.yaml:
##########
@@ -249,6 +249,14 @@ config:
type: integer
example: ~
default: "1"
+ cache_ttl:
+ description: |
+ Number of seconds after which the user cache will expire to refetch
updated user and
+ permissions.
+ version_added: 3.1.2
Review Comment:
```suggestion
version_added: 3.2.0
```
##########
providers/fab/docs/changelog.rst:
##########
@@ -20,6 +20,14 @@
Changelog
---------
+3.1.2
+.....
+
+Features
+~~~~~~~~
+
+* ``Cache user object fetched per request in FAB auth manager for improved
performance (#60274)``
Review Comment:
No need to specify this. Change log is auto generated from release notes.
Just make the commit message to be the string you wish to appear in the
change log.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]