Skip to content

Releases: burnash/gspread

v5.12.3

15 Dec 16:07
Compare
Choose a tag to compare

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

04 Dec 23:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.12.1...v5.12.2

v5.12.1

29 Nov 12:08
Compare
Choose a tag to compare

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 in get_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 at A1 by @alifeee in #1335

Full Changelog: v5.12.0...v5.12.1

v5.12.0

22 Oct 18:34
c9b2cb5
Compare
Choose a tag to compare

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 in get, get_values by @alifeee in #1305

New Contributors

Full Changelog: v5.11.3...v5.12.0

v5.11.3

29 Sep 21:53
Compare
Choose a tag to compare

Full Changelog: v5.11.2...v5.11.3

v5.11.2

18 Sep 14:17
Compare
Choose a tag to compare

What's Changed

  • Fix merge_combined_cells in get_values (AND 5.11.2 RELEASE) by @alifeee in #1299

Full Changelog: v5.11.1...v5.11.2

v5.11.1

06 Sep 22:13
Compare
Choose a tag to compare

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

04 Sep 13:25
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v5.10.0...v5.11.0

v5.10.0

29 Jun 12:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.9.0...v5.10.0

v5.9.0

11 May 10:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.8.1...v5.9.0