Skip to content

Releases: burnash/gspread

v6.1.3

03 Oct 15:28
Compare
Choose a tag to compare

Bugfix to catch JSONDecodeError better from Google.

What's Changed

New Contributors

Full Changelog: v6.1.2...v6.1.3

v6.1.3-alpha1

03 Oct 15:25
Compare
Choose a tag to compare
v6.1.3-alpha1 Pre-release
Pre-release

Full Changelog: v6.1.2...v6.1.3-alpha1

v6.1.2

17 May 21:31
abb8b10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.1...v6.1.2

v6.1.1

15 May 23:22
v6.1.1
85fd0e9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.1.0...v6.1.1

v6.1.0

28 Mar 15:08
v6.1.0
29f1066
Compare
Choose a tag to compare

Major changes

  • types can be obtained using mypy to type code using gspread
  • Add a new method to authenticate using API key for public spreadsheets

What's Changed

New Contributors

Full Changelog: v6.0.2...v6.1.0

v6.0.2

14 Feb 13:57
v6.0.2
4a48fbd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.1...v6.0.2

v6.0.1

06 Feb 14:15
v6.0.1
f0a8779
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.0...v6.0.1

v6.0.0

28 Jan 12:01
Compare
Choose a tag to compare

Main changes

The main changes in version 6 are:

  • gspread now has typing! This should make it easier to code with Python's typing autocomplete.
  • the client object has been changed so now you can implement your own

v5.12 to v6.0 Migration Guide

What's Changed

New Contributors

Full Changelog: v5.12.4...v6.0.0

v5.12.4

31 Dec 12:48
v5.12.4
fd9e0fe
Compare
Choose a tag to compare

What's Changed

  • Bump actions/setup-python from 4 to 5 by @dependabot in #1370
  • Fixed default value of merge_type parameter in merge_cells function docstring. by @neolooong in #1373

New Contributors

Full Changelog: v5.12.3...v5.12.4

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