* Added more parameters to `Worksheet.append_row()` (719 by lobatt, 726) * Fix usage of client.openall when a title is passed in (572 by aiguofer)
3.2.0
------------------
* Fixed `gspread.utils.cell_list_to_rect()` on non-rect cell list (613 by skaparis) * Fixed sharing from Team Drives (646 by wooddar) * Fixed KeyError in list comprehension in `Spreadsheet.remove_permissions()` (643 by wooddar) * Fixed typos in docstrings and a docstring type param (690 by pedrovhb) * Clarified supported Python versions (651 by hugovk) * Fixed the Exception message in `APIError` class (634 by lordofinsomnia) * Fixed IndexError in `Worksheet.get_all_records()` (633 by AivanF)
* Added `Spreadsheet.values_batch_get()` (705 by aiguofer)
3.1.0
------------------
* Dropped Python 2.6 support
* Fixed `KeyError` in `urllib.quote` in Python 2 (605, 558) * Fixed `Worksheet.title` being out of sync after using `update_title` (542 by ryanpineo) * Fix parameter typos in docs (616 by bryanallen22) * Miscellaneous docs fixes (604 by dgilman) * Fixed typo in docs (591 by davidefiocco)
* Added a method to copy spreadsheets (625 by dsask) * Added `with_link` attribute when sharing / adding permissions (621 by epicfaace) * Added ability to duplicate a worksheet (617) * Change default behaviour of numericise function 499 (502 by danthelion) * Added `stacklevel=2` to deprecation warnings
3.0.1
------------------
* Fixed 538 (553 by ADraginda)
3.0.0
------------------
* This version drops Google Sheets API v3 support. - API v4 was the default backend since version 2.0.0. - All v4-related code has been moved from `gspread.v4` module to `gspread` module.