Skip to content

Releases: burnash/gspread

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

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