Skip to content

Releases: burnash/gspread

v0.4.0

30 Jun 21:30
Compare
Choose a tag to compare
  • Use request session's connection pool in HTTPSession
  • Removed deprecated ClientLogin

v0.3.0

16 Dec 21:52
Compare
Choose a tag to compare
  • Use Python requests instead of the native HTTPConnection object

  • Optimized row_values and col_values

  • Optimized row_values and col_values
    Removed the _fetch_cells call for each method. This eliminates the
    adverse effect on runtime for large worksheets.

    Fixes #285, #190, #179, and #113

  • Optimized row_values and col_values
    Removed the _fetch_cells call for each method. This eliminates the
    adverse effect on runtime for large worksheets.

    Fixes #285, #190, #179, and #113

  • Altered insert_row semantics to utilize range
    This avoids issuing one API request per cell to retrieve the Cell
    objects after the insertion row. This provides a significant speed-up
    for insertions at the beginning of large sheets.

  • Added mock tests for Travis (MockSpreadsheetTest)

  • Fixed XML header issue with Python 3

  • Fixed Worksheet.export function and associated test

  • Added spreadsheet feed helper

  • Add CellNotFound to module exports
    Fixes #88

  • Fixed utf8 encoding error caused by duplicate XML declarations

  • Fixed AttributeError when URLError caught by HTTPError catch block
    Fixes #257

  • Added __iter__ method to Spreadsheet class

  • Fixed export test

  • Switched tests to oauth

v0.2.5

21 Apr 22:31
Compare
Choose a tag to compare
  • Deprecation warning for ClientLogin #210
  • Redirect github pages to ReadTheDocs
  • Bugfixes

v0.2.4

17 Apr 15:54
Compare
Choose a tag to compare
  • Output error response #219 #170 #194.
  • Added instructions on how to get oAuth credentials to docs.

v0.2.3

11 Mar 18:44
Compare
Choose a tag to compare
  • Automatically refresh OAuth2 token when it has expired.
  • Added an insert_row method to Worksheet.
  • Moved docs to Read The Docs.
  • Added the numeric_value attribute to Cell.
  • Added title property to Spreadsheet.
  • Support for exporting worksheets.
  • Added row selection for keys in Worksheet.get_all_records.

OAuth2 Support

26 Aug 18:36
Compare
Choose a tag to compare
v0.2.2

bumped version; updated changelog