-------------------
* feature -- adding `worksheet.get_records` to get specific row ranges by AndrewBasem1 in https://github.com/burnash/gspread/pull/1301
* Fix list_spreadsheet_files return value by mephinet in https://github.com/burnash/gspread/pull/1308
* Fix warning message for `worksheet.update` method by ksj20 in https://github.com/burnash/gspread/pull/1312
* change lambda function to dict (fix pyupgrade issue) by alifeee in https://github.com/burnash/gspread/pull/1319
* allows users to silence deprecation warnings by lavigne958 in https://github.com/burnash/gspread/pull/1324
* Add `maintain_size` to keep asked for size in `get`, `get_values` by alifeee in https://github.com/burnash/gspread/pull/1305