Releases: burnash/gspread
Releases · burnash/gspread
v5.12.3
What's Changed
- 1363 get all records retrieves a large number of empty rows after the end of the data by @alifeee in #1364
Full Changelog: v5.12.2...v5.12.3
v5.12.2
v5.12.1
What's Changed
- feature/readme migration v6 by @lavigne958 in #1297
- add deprecation warnings for lastUpdateTime... by @alifeee in #1333
- remove
use_index
and references to it inget_records
by @alifeee in #1343 - make deprecation warning dependent on if kwarg is used for client_factory by @alifeee in #1349
- fix 1352 expected headers broken by @alifeee in #1353
- fix
combine_merged_cells
when using from a range that doesn't start atA1
by @alifeee in #1335
Full Changelog: v5.12.0...v5.12.1
v5.12.0
What's Changed
- feature -- adding
worksheet.get_records
to get specific row ranges by @AndrewBasem1 in #1301 - Fix list_spreadsheet_files return value by @mephinet in #1308
- Fix warning message for
worksheet.update
method by @ksj20 in #1312 - change lambda function to dict (fix pyupgrade issue) by @alifeee in #1319
- allows users to silence deprecation warnings by @lavigne958 in #1324
- Add
maintain_size
to keep asked for size inget
,get_values
by @alifeee in #1305
New Contributors
- @AndrewBasem1 made their first contribution in #1301
- @mephinet made their first contribution in #1308
- @ksj20 made their first contribution in #1312
Full Changelog: v5.11.3...v5.12.0
v5.11.3
Full Changelog: v5.11.2...v5.11.3
v5.11.2
What's Changed
Full Changelog: v5.11.1...v5.11.2
v5.11.1
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #1288
- remove Drive API access on Spreadsheet init (FIX - VERSION 5.11.1) by @alifeee in #1291
Full Changelog: v5.11.0...v5.11.1
v5.11.0
Why is my code broken?
If you are now getting an APIError
when opening a spreadsheet, you might not have enabled the Google Drive API for your access token. Please see #1286.
fixed in v5.11.1
What's Changed
- add docs/build to .gitignore by @alifeee in #1246
- add release process to CONTRIBUTING.md by @alifeee in #1247
- Update/clean readme badges by @lavigne958 in #1251
- add test_fill_gaps and docstring for fill_gaps by @alifeee in #1256
- Remove API calls from
creationTime
/lastUpdateTime
by @alifeee in #1255 - Fix Worksheet ID Type Inconsistencies by @FlantasticDan in #1269
- Add
column_count
prop as well ascol_count
by @alifeee in #1274 - Add required kwargs with no default value by @lavigne958 in #1271
- Add deprecation warnings for colors by @alifeee in #1278
- Add better Exceptions on opening spreadsheets by @alifeee in #1277
New Contributors
- @FlantasticDan made their first contribution in #1269
Full Changelog: v5.10.0...v5.11.0
v5.10.0
What's Changed
- Fix rows_auto_resize in worksheet.py by removing redundant self by @MagicMc23 in #1194
- Add deprecation warning for future release 6.0.x by @lavigne958 in #1195
- FEATURE: show/hide gridlines (#1197) by @alifeee in #1202
- CLEANUP: cleanup tox.ini, and ignore ./env by @alifeee in #1200
- Refactor/update-contributing-guide by @alifeee in #1206
- Spelling fix (with legacy option) by @alifeee in #1210
- 457-fetch-without-hidden-worksheets by @alifeee in #1207
- Add_deprecated_warning_sort_method by @lavigne958 in #1198
- Update (and test for) internal properties on change by @alifeee in #1211
- Feature: Add "Remove tab colour" method by @alifeee in #1199
- Refresh-test-cassettes by @alifeee in #1217
- update self._properties after batch_update by @alifeee in #1221
- 700-fill-merged-cells by @alifeee in #1215
- Fix/update-internal-properties by @alifeee in #1225
- Add breaking change warning in Worksheet.update() by @lavigne958 in #1226
- Bump codespell from 2.2.4 to 2.2.5 by @dependabot in #1232
- Add/refresh last update time by @alifeee in #1233
- Update-build-tools by @alifeee in #1231
- add read the doc configuration file by @lavigne958 in #1235
- update licence year by @alifeee in #1237
- remove deprecated methods from tests by @alifeee in #1238
New Contributors
- @MagicMc23 made their first contribution in #1194
Full Changelog: v5.9.0...v5.10.0
v5.9.0
What's Changed
- Bugfix/fix get last update time by @lavigne958 in #1186
- Add batch notes insert/update/clear by @lavigne958 in #1189
Full Changelog: v5.8.1...v5.9.0