All Versions
49
Latest Version
Avg Release Cycle
70 days
Latest Release
210 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v3.0.1 Changes
June 30, 2018- ๐ Fixed #538 (#553 by @ADraginda)
-
v3.0.0 Changes
April 12, 2018- ๐ 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 togspread
module.
- ๐ This version drops Google Sheets API v3 support.
-
v2.1.1 Changes
April 08, 2018- ๐ Fixed #533 (#534 by @reallistic)
-
v2.1.0 Changes
April 07, 2018 -
v2.0.1 Changes
April 01, 2018 -
v2.0.0 Changes
March 11, 2018- Ported the library to Google Sheets API v4.
This is a transition release. The v3-related code is untouched, but v4 is used by default. It is encouraged to move to v4 since the API is faster and has more features.
API v4 is a significant change from v3. Some methods are not backward compatible, so there's no support for this compatibility in gspread either.
These methods and properties are not supported in v4:
Spreadsheet.updated
Worksheet.updated
Worksheet.export()
Cell.input_value
-
v0.6.2 Changes
December 20, 2016- โ Remove deprecated HTTPError
-
v0.6.1 Changes
December 20, 2016- ๐ Fixed error when inserting permissions #431
-
v0.6.0 Changes
December 15, 2016- โ Added spreadsheet sharing functionality
- โ Added csv import
- ๐ Fixed bug where list of sheets isn't cleared on refetch #429, #386
-
v0.5.1 Changes
December 12, 2016- Fixed a missing return value in
utils.a1_to_rowcol
- Fixed url parsing in
Client.open_by_url
- โ Added
updated
property toSpreadsheet
objects
- Fixed a missing return value in