Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@jacksonlee-civis jacksonlee-civis released this 28 May 20:47
· 3 commits to main since this release
3edbfe5

Added

  • civis.response.Response has its own "repr" and pretty-print format,
    instead of the previous dict-like representation that would incorrectly suggest immutability. (#487)
  • Added the --version flag to the command line interface. (#487)

Fixed

  • Fixed API response objects' .json() for lists. (#487)
  • Fixed civis_logger for always having the attribute propagate attribute set to False
    so that it can also be used for notebooks and services/apps on Civis Platform. (#487)