COMMITS
/ ddtrace/encoding.py February 20, 2020
J
fix(encoding): always return bytes when decoding (#1220)
Julien Danjou committed
February 13, 2020
J
refactor(encoding): msgpack is a dependency, don't "try" to import it
Julien Danjou committed
J
refactor(encoding): simplify msgpack/json encoders
Julien Danjou committed
J
chord(encoding): remove unnused global variable
Julien Danjou committed
February 12, 2020
T
core: unvendor msgpack (#1199)
Tahir H. Butt committed
April 16, 2019
B
[core] Vendor msgpack dependency (#848)
Brett Langdon committed
March 12, 2019
B
[core] Add Payload class helper (#834)
Brett Langdon committed
March 1, 2019
B
[internal] Add rate limited logger (#822)
Brett Langdon committed
November 29, 2018
B
remove flake8 ignores and fix issues (#744)
Brett Langdon committed
February 16, 2018
E
[core] in case of a failed msgpack loading, ensures the tracer will not have issues during the encoding
Emanuele Palazzetti committed
April 10, 2017
G
Deport the version checking logic at the import time
gabsn committed
April 7, 2017
G
Fix MsgpackEncoder._encode mehtod to take into account MsgPack versions
Gabin Marignier committed
November 28, 2016
E
[ci] add integration tests for the downgrade behavior
Emanuele Palazzetti committed
E
[encoder] msgpack is enabled by deafult; using the v0.3 API
Emanuele Palazzetti committed
November 23, 2016
E
[encoder] use the DD_MSGPACK_ENCODING (not documented) to enable experimental support for msgpack
Emanuele Palazzetti committed
E
[encoder] using JSONEncoder by default; switch to msgpack only if it's installed; msgpack dependency removed
Emanuele Palazzetti committed
November 22, 2016
E
[api] using trace agent API v0.2
Emanuele Palazzetti committed
E
[encoder] debug about used encoders in the constructor
Emanuele Palazzetti committed
E
[encoder] encoder and headers can be injected in the API transport; headers can be updated by users
Emanuele Palazzetti committed
E
E
[encoder] provide Encoder class for JSON and msgpack
Emanuele Palazzetti committed
November 8, 2016
E
[tracer] renaming encode_spans in encode_traces
Emanuele Palazzetti committed
November 7, 2016
E
[tracer] the encoder handles the serialization; add tests for traces encoder
Emanuele Palazzetti committed
August 3, 2016
M
tracer: adding encoding to all test spans
Matt Perpick committed