Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 783 Bytes

File metadata and controls

28 lines (21 loc) · 783 Bytes

CHANGELOG for sumologic-python-sdk

This project adheres to Semantic Versioning. The CHANGELOG follows the format listed at Keep A Changelog

[Unreleased]

Added

  • Added search job deletion support via PR24
  • Added support for metrics queries via PR25

Changed

  • Fixed import issue for py27/py36 users via PR22

Breaking Changes

  • Removed content create,delete and get methods.

[0.1.7] - 2017-01-31

  • Merged PR18,20

[0.1.6] - 2017-01-05

  • Fixed cookielib incompatiblity with python3 via PR17

[0.1.4/0.1.5] - 2016-02-14

Fixed

  • pip install issue cause by ez_setup reference.

[0.1.3] - 2016-01-26

Added

  • Region-specific end-point from @MelchiSalins.
  • Class inheritability from @MelchiSalins.