File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 22
33[ ![ CircleCI] ( https://circleci.com/gh/DataDog/dd-trace-py.svg?style=svg&circle-token=f9bf80ce9281bc638c6f7465512d65c96ddc075a )] ( https://circleci.com/gh/DataDog/dd-trace-py )
44
5- ## Testing
5+ ## Versions
6+
7+ Tracing client libraries will follow [ semver] ( http://semver.org ) . While we are less than version 1.0,
8+ we'll increment the minor version number for backwards incompatible and significant changes. We'll
9+ increment the bugfix version for other changes.
10+
11+ This library is in beta so please pin your version numbers and do phased rollouts.
12+
13+ [ changelog] ( https://github.com/DataDog/dd-trace-py/releases )
14+
15+ ## Development
16+
17+ ### Testing
618
719The test suite requires many backing services (PostgreSQL, MySQL, Redis, ...) and we're using
820`` docker `` and `` docker-compose `` to start the service in the CI and in the developer machine.
@@ -13,7 +25,7 @@ You can launch the test matrix using the following rake command::
1325
1426 $ rake test
1527
16- ## Benchmark
28+ ### Benchmarks
1729
1830When two or more approaches must be compared, please write a benchmark in the `` tests/benchmark.py ``
1931module so that we can keep track of the most efficient algorithm. To run your benchmark, just::
You can’t perform that action at this time.
0 commit comments