summary refs log tree commit diff
path: root/changelog.d/10970.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix inconsistent behavior of `get_last_client_by_ip` (#10970)Sean Quah2021-10-121-0/+1
Make `get_last_client_by_ip` return the same dictionary structure regardless of whether the data has been persisted to the database. This change will allow slightly cleaner type hints to be applied later on.