gspread v5.0.0 Release Notes

Release Date: 2021-11-26 // over 2 years ago
    • ๐Ÿ›  Fix a typo in HISTORY.rst (#904 by @TurnrDev)

    • ๐Ÿ›  Fix typo and fix return value written in docstrings (#903 by @rariyama)

    • โž• Add deprecation warning for delete_row method in documentation (#909 by @javad94)

    • โœ… split files models.py and test.py (#912 by @lavigne958)

    • parent 39d1ecb59ca3149a8f46094c720efab883a0dc11 author Christian Clauss [email protected] 1621149013 +0200 commit ter Christian Clauss [email protected] 1630103641 +0200 (#869 by @cclaus)

    • ๐Ÿ‘• Enable code linter in CI (#915 by @lavigne958)

    • isort your imports (again), so you don't have to (#914 by @cclaus)

    • ๐Ÿ‘• lint_python.yml: Try 'tox -e py' to test current Python (#916 by @cclaus)

    • โž• Add more flake8 tests (#917 by @cclaus)

    • โšก๏ธ Update test suite (#918 by @cclaus)

    • Avoid IndexError when row_values() returns an empty row (#920 by @cclaus)

    • ๐Ÿ›  Bugfix - remove wrong argument in batch_update docstring (#912 by @lavigne958)

    • ๐Ÿ‘Œ Improvement - Add Worksheet.index property (#922 by @lavigne958)

    • โž• Add ability to create directory if it does not exist before saving the credentials to disk. (#925 by @benhoman)

    • โšก๏ธ Update test framework and VCR and cassettes (#926 by @lavigne958)

    • โœ‚ Delete .travis.yml (#928 by @cclaus)

    • โšก๏ธ Update tox.ini with all linting commands under lint env (by @lavigne958)

    • ๐Ÿ— Build package and docs in CI (#930 by @lavigne958)

    • โšก๏ธ Update oauth2.rst (#933 by @amlestin)

    • โšก๏ธ Update the link to the Google Developers Console (#934 by @Croebh)

    • ๐Ÿ‘ allow tests to run on windows, add and improve tests in WorksheetTests, add test on unbounded range, use canonical range as specified in the API, add test cassettes, prevent InvalidGridRange, improve code formatting (#937 by @Fendse)

    • ๐Ÿ›  fix fully qualified class names in API documentation (#944 by @geoffbeier)

    • ๐Ÿ‘‰ fix editor_users_emails - get only from list not all users added to spreadsheet (#939 by @Lukasz)

    • โž• add shadow method to get a named range from a speadsheet instance (#941 by @lavigne958)

    • auto_resize_columns (#948 by @FelipeSantos75)

    • โž• add functions for defining, deleting and listing named ranges (#945 by @p-doyle)

    • Implement open sheet within Drive folder (#951 by @datavaluepeople)

    • ๐Ÿ›  Fix get range for unbounded ranges (#954 by @lavigne958)

    • โœ‚ remove potential I/O when reading spreadsheet title (956 by @lavigne958)

    • Add include_values_in_response to append_row & append_rows (#957 by @martimarkov)

    • replace raw string "ROWS" & "COLUMNS" to Dimension named tuple, replace raw string "FORMATTED_VALUE", "UNFORMATTED_VALUE", "FORMULA" to ValueRenderOption named tuple, replace raw string "RAW", "USER_ENTERED" to ValueInputOption named tuple (#958 by @ccppoo)