-
Notifications
You must be signed in to change notification settings - Fork 42
/
CHANGELOG
71 lines (63 loc) · 2.85 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
0.10.0
------
* Alexandre Bonnetain: Merge pull request #75 from daniellawrence/feature/integer-metric-name
* Alexandre Bonnetain: Handle integer metric name
* Alexandre Bonnetain: Merge pull request #73 from daniellawrence/formatter-file
* Alexandre Bonnetain: Move the formatter's code to its own file
* Alexandre Bonnetain: Merge pull request #72 from daniellawrence/fix/license-2017
* Alexandre Bonnetain: Set gevent to 1.1.0 for Python 2.6
* Alexandre Bonnetain: Update license file for 2017
* Alexandre Bonnetain: Simpler formatting code (#69)
* Dmitry S. Vlasov: add exponential backoff logic for autoreconnect (#66)
* Daniel Lawrence: minor
* Chris Carr: os.uname not supported on windows, use platform.uname
* Alexandre Bonnetain: Merge branch 'factor_formatter' of https://github.com/zillow/graphitesend into master
* Daniel: lock flake8 - due to python2.6 support (#68)
* Daniel: adding py35 test runner (#63)
* Jonathan Ultis: change whitespace in comments to satisfy flake8
* Jonathan Ultis: remove redundant timestamp set
* Jonathan Ultis: remove the untested simple graphite formatter to avoid annoying coverall
* Jonathan Ultis: fix flakes
* Jonathan Ultis: Factor the formatter out of the GraphiteClient.
* kubauk: Fixing issue for Python3. Dispatch method uses methods that attempt to encode a bytes object when it had already. (#60)
* Nate Tangsurat: fix: Init can use relative imports (#54)
* Daniel: Merge pull request #58 from daniellawrence/fix/remove_monkeypatch
* Daniel Lawrence: getting fix/remove_monkeypatch ready
* Alexandre Bonnetain: Merge pull request #56 from daniellawrence/fix/test_clean_metric_name
* Alexandre Bonnetain: Add tests for the case where clean_metric_name is set to false
* Daniel: Merge pull request #55 from e4r7hbug/fix/tox
* Nate Tangsurat: fix: Change asynchronous dependencies for tox
* Alexandre Bonnetain: Pythonic adjustement
* Alexandre Bonnetain: Monkey patch during test execution because it's not in the library anymore
* Alexandre Bonnetain: Enforce the gevent monkey patching if the user activate asynchronoucity
* Alexandre Bonnetain: Warn the user that he should monkey patch sockets to use asynchronoucity
* Alexandre Bonnetain: Remove monkey patching
0.7.0
-----
* Added python2.6 support, minor formatting change + unitest2
* Added send message again when socket is empty (@e4r7hug)
0.6.1
-----
* Added optional clean_metric_name (@Shir0kamii)
0.6.0
-----
* Happy new year
* Added autoreconnect (Thanks @Shir0kamii)
0.5.0
-----
* Added asynchronous support via gevent (default: False)
* Added timeout_in_seconds (default: 2)
* Better test coverage
* Minor PEP8 fixes
0.4.0
-----
* Switched to tox for testing
* Switched to a socket server for testing
* Adding coverage test
* Added coveralls.io link
* Few pep8/flake fixes
* Fixed missing pickle client
0.3.5
-----
* Added CHANGELOG
* Purge generated debian/* files from git