severb / graypy

Python logging handler for Graylog that sends messages in GELF (Graylog Extended Log Format).
https://www.graylog.org/
BSD 3-Clause "New" or "Revised" License
258 stars 90 forks source link

Release 1.1.1 appears to have broken graypy #103

Closed Canuteson closed 5 years ago

Canuteson commented 5 years ago

Release 1.1.1 an hour ago.

from graypy import GELFHandler Traceback (most recent call last): File "", line 1, in ImportError: cannot import name 'GELFHandler'

Is the 1.x release not intended to be backwards compatible with 0.3.x releases?

nklapste commented 5 years ago

Yes 1.X.X+ is backwards breaking to 0.3.X+ as majority of Handlers have been renamed and restructured.

nklapste commented 5 years ago

Noted that graypy version 1.X.X+ is backwards breaking from graypy version 0.3.X+.