Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/examples/opentelemetry-example-app/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ zip_safe = False
include_package_data = True
install_requires =
typing; python_version<'3.5'
opentelemetry-api == 0.13dev0
opentelemetry-sdk == 0.13dev0
opentelemetry-instrumentation-requests == 0.13dev0
opentelemetry-instrumentation-flask == 0.13dev0
opentelemetry-api == 0.13b0
opentelemetry-sdk == 0.13b0
opentelemetry-instrumentation-requests == 0.13b0
opentelemetry-instrumentation-flask == 0.13b0
flask
requests
protobuf~=3.11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.13dev0"
__version__ = "0.13b0"
4 changes: 2 additions & 2 deletions exporter/opentelemetry-exporter-datadog/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ package_dir=
packages=find_namespace:
install_requires =
ddtrace>=0.34.0
opentelemetry-api == 0.13dev0
opentelemetry-sdk == 0.13dev0
opentelemetry-api == 0.13b0
opentelemetry-sdk == 0.13b0

[options.packages.find]
where = src
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.13dev0"
__version__ = "0.13b0"
4 changes: 4 additions & 0 deletions exporter/opentelemetry-exporter-jaeger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## Unreleased

## Version 0.13b0

Released 2020-09-17
- Drop support for Python 3.4
([#1099](https://github.com/open-telemetry/opentelemetry-python/pull/1099))
- Report instrumentation info
Expand Down
4 changes: 2 additions & 2 deletions exporter/opentelemetry-exporter-jaeger/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ package_dir=
packages=find_namespace:
install_requires =
thrift >= 0.10.0
opentelemetry-api == 0.13dev0
opentelemetry-sdk == 0.13dev0
opentelemetry-api == 0.13b0
opentelemetry-sdk == 0.13b0

[options.packages.find]
where = src
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.13dev0"
__version__ = "0.13b0"
4 changes: 4 additions & 0 deletions exporter/opentelemetry-exporter-opencensus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## Version 0.13b0

Released 2020-09-17

- Drop support for Python 3.4'
([#1099](https://github.com/open-telemetry/opentelemetry-python/pull/1099))

Expand Down
4 changes: 2 additions & 2 deletions exporter/opentelemetry-exporter-opencensus/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ packages=find_namespace:
install_requires =
grpcio >= 1.0.0, < 2.0.0
opencensus-proto >= 0.1.0, < 1.0.0
opentelemetry-api == 0.13dev0
opentelemetry-sdk == 0.13dev0
opentelemetry-api == 0.13b0
opentelemetry-sdk == 0.13b0
protobuf >= 3.8.0

[options.packages.find]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.13dev0"
__version__ = "0.13b0"
4 changes: 4 additions & 0 deletions exporter/opentelemetry-exporter-otlp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## Version 0.13b0

Released 2020-09-17

- Add instrumentation info to exported spans
([#1095](https://github.com/open-telemetry/opentelemetry-python/pull/1095))
- Add metric OTLP exporter
Expand Down
6 changes: 3 additions & 3 deletions exporter/opentelemetry-exporter-otlp/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ packages=find_namespace:
install_requires =
grpcio >= 1.0.0, < 2.0.0
googleapis-common-protos ~= 1.52.0
opentelemetry-api == 0.13dev0
opentelemetry-sdk == 0.13dev0
opentelemetry-proto == 0.13dev0
opentelemetry-api == 0.13b0
opentelemetry-sdk == 0.13b0
opentelemetry-proto == 0.13b0
backoff ~= 1.10.0

[options.extras_require]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.13dev0"
__version__ = "0.13b0"
4 changes: 4 additions & 0 deletions exporter/opentelemetry-exporter-prometheus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## Version 0.13b0

Released 2020-09-17

- Drop support for Python 3.4
([#1099](https://github.com/open-telemetry/opentelemetry-python/pull/1099))

Expand Down
4 changes: 2 additions & 2 deletions exporter/opentelemetry-exporter-prometheus/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ package_dir=
packages=find_namespace:
install_requires =
prometheus_client >= 0.5.0, < 1.0.0
opentelemetry-api == 0.13dev0
opentelemetry-sdk == 0.13dev0
opentelemetry-api == 0.13b0
opentelemetry-sdk == 0.13b0

[options.packages.find]
where = src
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.13dev0"
__version__ = "0.13b0"
4 changes: 4 additions & 0 deletions exporter/opentelemetry-exporter-zipkin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## Version 0.13b0

Released 2020-09-17

- Add support for OTEL_EXPORTER_ZIPKIN_ENDPOINT env var. As part of this change, the
configuration of the ZipkinSpanExporter exposes a `url` argument to replace `host_name`,
`port`, `protocol`, `endpoint`. This brings this implementation inline with other
Expand Down
4 changes: 2 additions & 2 deletions exporter/opentelemetry-exporter-zipkin/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ package_dir=
packages=find_namespace:
install_requires =
requests ~= 2.7
opentelemetry-api == 0.13dev0
opentelemetry-sdk == 0.13dev0
opentelemetry-api == 0.13b0
opentelemetry-sdk == 0.13b0

[options.packages.find]
where = src
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.13dev0"
__version__ = "0.13b0"
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## Version 0.13b0

Released 2020-09-17

- Updating span name to match semantic conventions
([#972](https://github.com/open-telemetry/opentelemetry-python/pull/972))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ package_dir=
packages=find_namespace:
install_requires =
opentelemetry-api >= 0.12.dev0
opentelemetry-instrumentation == 0.13dev0
opentelemetry-instrumentation == 0.13b0
aiohttp ~= 3.0

[options.packages.find]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.13dev0"
__version__ = "0.13b0"
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-api == 0.13dev0
opentelemetry-instrumentation-dbapi == 0.13dev0
opentelemetry-instrumentation == 0.13dev0
opentelemetry-api == 0.13b0
opentelemetry-instrumentation-dbapi == 0.13b0
opentelemetry-instrumentation == 0.13b0
aiopg >= 0.13.0
wrapt >= 1.0.0, < 2.0.0

[options.extras_require]
test =
opentelemetry-test == 0.13dev0
opentelemetry-test == 0.13b0

[options.packages.find]
where = src
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.13dev0"
__version__ = "0.13b0"
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-api == 0.13dev0
opentelemetry-instrumentation == 0.13dev0
opentelemetry-api == 0.13b0
opentelemetry-instrumentation == 0.13b0
asgiref ~= 3.0

[options.extras_require]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.13dev0"
__version__ = "0.13b0"
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-api == 0.13dev0
opentelemetry-instrumentation == 0.13dev0
opentelemetry-api == 0.13b0
opentelemetry-instrumentation == 0.13b0
asyncpg >= 0.12.0

[options.extras_require]
test =
opentelemetry-test == 0.13dev0
opentelemetry-test == 0.13b0

[options.packages.find]
where = src
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.13dev0"
__version__ = "0.13b0"
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## Unreleased
## Unreleased

## Version 0.13b0

Released 2020-09-17

- Drop support for Python 3.4
([#1099](https://github.com/open-telemetry/opentelemetry-python/pull/1099))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ package_dir=
packages=find_namespace:
install_requires =
boto ~= 2.0
opentelemetry-api == 0.13dev0
opentelemetry-instrumentation == 0.13dev0
opentelemetry-instrumentation-botocore == 0.13dev0
opentelemetry-api == 0.13b0
opentelemetry-instrumentation == 0.13b0
opentelemetry-instrumentation-botocore == 0.13b0

[options.extras_require]
test =
boto~=2.0
moto~=1.0
opentelemetry-test == 0.13dev0
opentelemetry-test == 0.13b0

[options.packages.find]
where = src
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.13dev0"
__version__ = "0.13b0"
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## Version 0.13b0

Released 2020-09-17

- Drop support for Python 3.4
([#1099](https://github.com/open-telemetry/opentelemetry-python/pull/1099))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ package_dir=
packages=find_namespace:
install_requires =
botocore ~= 1.0
opentelemetry-api == 0.13dev0
opentelemetry-instrumentation == 0.13dev0
opentelemetry-api == 0.13b0
opentelemetry-instrumentation == 0.13b0

[options.extras_require]
test =
moto ~= 1.0
opentelemetry-test == 0.13dev0
opentelemetry-test == 0.13b0

[options.packages.find]
where = src
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.13dev0"
__version__ = "0.13b0"
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-api == 0.13dev0
opentelemetry-instrumentation == 0.13dev0
opentelemetry-api == 0.13b0
opentelemetry-instrumentation == 0.13b0
celery ~= 4.0

[options.extras_require]
test =
pytest
opentelemetry-test == 0.13dev0
opentelemetry-test == 0.13b0

[options.packages.find]
where = src
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.13dev0"
__version__ = "0.13b0"
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## Version 0.13b0

Released 2020-09-17

- bugfix: cursors and connections now produce spans when used with context managers
([#1028](https://github.com/open-telemetry/opentelemetry-python/pull/1028))
- Drop support for Python 3.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-api == 0.13dev0
opentelemetry-instrumentation == 0.13dev0
opentelemetry-api == 0.13b0
opentelemetry-instrumentation == 0.13b0
wrapt >= 1.0.0, < 2.0.0

[options.extras_require]
test =
opentelemetry-test == 0.13dev0
opentelemetry-test == 0.13b0

[options.packages.find]
where = src
Loading