Release/1.5.0 0.24b0 (#628)

* updating changelogs and version to 1.4.0-0.24.dev0

* updating changelogs and version to 1.5.0-0.24b0

* Update CHANGELOG.md

Co-authored-by: Leighton Chen <lechen@microsoft.com>

* Update CHANGELOG.md

Co-authored-by: Leighton Chen <lechen@microsoft.com>

Co-authored-by: Leighton Chen <lechen@microsoft.com>
This commit is contained in:
Owais Lone 2021-08-26 14:54:46 +05:30 committed by GitHub
parent c6976fc51f
commit d4668bcbc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
77 changed files with 163 additions and 160 deletions

View File

@ -6,7 +6,7 @@ on:
- 'release/*' - 'release/*'
pull_request: pull_request:
env: env:
CORE_REPO_SHA: 1c8449dee58b702b2505e2aefeb3c4106d1e33cf CORE_REPO_SHA: 3e1c89bcae77c34b9750a1f00608a04a97921c51
jobs: jobs:
build: build:

View File

@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased](https://github.com/open-telemetry/opentelemetry-python/compare/v1.4.0-0.23b0...HEAD) ## [Unreleased](https://github.com/open-telemetry/opentelemetry-python/compare/v1.5.0-0.24b0...HEAD)
## [1.5.0-0.24b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.5.0-0.24b0) - 2021-08-26
### Added ### Added
- `opentelemetry-sdk-extension-aws` Add AWS resource detectors to extension package - `opentelemetry-sdk-extension-aws` Add AWS resource detectors to extension package

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -17,7 +17,7 @@ sortfirst=
ext/* ext/*
[stable] [stable]
version=1.4.0 version=1.5.0
packages= packages=
opentelemetry-sdk opentelemetry-sdk
@ -35,12 +35,13 @@ packages=
opentelemetry-api opentelemetry-api
[prerelease] [prerelease]
version=0.24.dev0 version=0.24b0
packages= packages=
all all
opentelemetry-semantic-conventions opentelemetry-semantic-conventions
opentelemetry-test opentelemetry-test
opentelemetry-instrumentation
[lintroots] [lintroots]
extraroots=examples/*,scripts/ extraroots=examples/*,scripts/

View File

@ -41,7 +41,7 @@ install_requires =
ddtrace>=0.34.0,<0.47.0 ddtrace>=0.34.0,<0.47.0
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-sdk ~= 1.3 opentelemetry-sdk ~= 1.3
opentelemetry-semantic-conventions == 0.24.dev0 opentelemetry-semantic-conventions == 0.24b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -39,9 +39,9 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.24.dev0 opentelemetry-semantic-conventions == 0.24b0
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
opentelemetry-util-http == 0.24.dev0 opentelemetry-util-http == 0.24b0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -39,14 +39,14 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.24.dev0 opentelemetry-semantic-conventions == 0.24b0
opentelemetry-instrumentation-dbapi == 0.24.dev0 opentelemetry-instrumentation-dbapi == 0.24b0
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -39,13 +39,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.24.dev0 opentelemetry-semantic-conventions == 0.24b0
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
opentelemetry-util-http == 0.24.dev0 opentelemetry-util-http == 0.24b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -39,12 +39,12 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.24.dev0 opentelemetry-semantic-conventions == 0.24b0
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -39,14 +39,14 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.24.dev0 opentelemetry-semantic-conventions == 0.24b0
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
opentelemetry-instrumentation-botocore == 0.24.dev0 opentelemetry-instrumentation-botocore == 0.24b0
[options.extras_require] [options.extras_require]
test = test =
moto~=2.0 moto~=2.0
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -39,13 +39,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.24.dev0 opentelemetry-semantic-conventions == 0.24b0
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
[options.extras_require] [options.extras_require]
test = test =
moto[all] ~= 2.0 moto[all] ~= 2.0
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -39,13 +39,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.24.dev0 opentelemetry-semantic-conventions == 0.24b0
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
[options.extras_require] [options.extras_require]
test = test =
pytest pytest
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -39,13 +39,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.24.dev0 opentelemetry-semantic-conventions == 0.24b0
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"
_instruments = tuple() _instruments = tuple()

View File

@ -38,15 +38,15 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-util-http == 0.24.dev0 opentelemetry-util-http == 0.24b0
opentelemetry-instrumentation-wsgi == 0.24.dev0 opentelemetry-instrumentation-wsgi == 0.24b0
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.24.dev0 opentelemetry-semantic-conventions == 0.24b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -39,13 +39,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.24.dev0 opentelemetry-semantic-conventions == 0.24b0
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
elasticsearch-dsl >= 2.0 elasticsearch-dsl >= 2.0
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -39,15 +39,15 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-instrumentation-wsgi == 0.24.dev0 opentelemetry-instrumentation-wsgi == 0.24b0
opentelemetry-util-http == 0.24.dev0 opentelemetry-util-http == 0.24b0
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.24.dev0 opentelemetry-semantic-conventions == 0.24b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
parameterized == 0.7.4 parameterized == 0.7.4
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -39,10 +39,10 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.24.dev0 opentelemetry-semantic-conventions == 0.24b0
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
opentelemetry-instrumentation-asgi == 0.24.dev0 opentelemetry-instrumentation-asgi == 0.24b0
opentelemetry-util-http == 0.24.dev0 opentelemetry-util-http == 0.24b0
[options.entry_points] [options.entry_points]
opentelemetry_instrumentor = opentelemetry_instrumentor =
@ -50,7 +50,7 @@ opentelemetry_instrumentor =
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
requests ~= 2.23.0 # needed for testclient requests ~= 2.23.0 # needed for testclient
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -38,15 +38,15 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-util-http == 0.24.dev0 opentelemetry-util-http == 0.24b0
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
opentelemetry-instrumentation-wsgi == 0.24.dev0 opentelemetry-instrumentation-wsgi == 0.24b0
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.24.dev0 opentelemetry-semantic-conventions == 0.24b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
[options.entry_points] [options.entry_points]
opentelemetry_instrumentor = opentelemetry_instrumentor =

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -40,13 +40,13 @@ packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-sdk ~= 1.3 opentelemetry-sdk ~= 1.3
opentelemetry-semantic-conventions == 0.24.dev0 opentelemetry-semantic-conventions == 0.24b0
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
opentelemetry-sdk ~= 1.3 opentelemetry-sdk ~= 1.3
protobuf >= 3.13.0 protobuf >= 3.13.0

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -40,14 +40,14 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
opentelemetry-semantic-conventions == 0.24.dev0 opentelemetry-semantic-conventions == 0.24b0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-sdk ~= 1.3 opentelemetry-sdk ~= 1.3
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
respx ~= 0.17.0 respx ~= 0.17.0
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -38,12 +38,12 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -38,11 +38,11 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"
_instruments = tuple() _instruments = tuple()

View File

@ -39,13 +39,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-instrumentation-dbapi == 0.24.dev0 opentelemetry-instrumentation-dbapi == 0.24b0
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -39,13 +39,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-instrumentation-dbapi == 0.24.dev0 opentelemetry-instrumentation-dbapi == 0.24b0
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -39,13 +39,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.24.dev0 opentelemetry-semantic-conventions == 0.24b0
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -39,12 +39,12 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.24.dev0 opentelemetry-semantic-conventions == 0.24b0
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -39,12 +39,12 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-instrumentation-dbapi == 0.24.dev0 opentelemetry-instrumentation-dbapi == 0.24b0
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -38,17 +38,17 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.24.dev0 opentelemetry-semantic-conventions == 0.24b0
opentelemetry-instrumentation-wsgi == 0.24.dev0 opentelemetry-instrumentation-wsgi == 0.24b0
opentelemetry-util-http == 0.24.dev0 opentelemetry-util-http == 0.24b0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
werkzeug == 0.16.1 werkzeug == 0.16.1
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -39,13 +39,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.24.dev0 opentelemetry-semantic-conventions == 0.24b0
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
wrapt >= 1.12.1 wrapt >= 1.12.1
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
opentelemetry-sdk ~= 1.3 opentelemetry-sdk ~= 1.3
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -39,13 +39,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.24.dev0 opentelemetry-semantic-conventions == 0.24b0
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
opentelemetry-util-http == 0.24.dev0 opentelemetry-util-http == 0.24b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
httpretty ~= 1.0 httpretty ~= 1.0
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -39,11 +39,11 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -39,8 +39,8 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.24.dev0 opentelemetry-semantic-conventions == 0.24b0
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
wrapt >= 1.11.2 wrapt >= 1.11.2
[options.extras_require] [options.extras_require]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -39,13 +39,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-instrumentation-dbapi == 0.24.dev0 opentelemetry-instrumentation-dbapi == 0.24b0
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"
_instruments = tuple() _instruments = tuple()

View File

@ -39,10 +39,10 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.24.dev0 opentelemetry-semantic-conventions == 0.24b0
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
opentelemetry-instrumentation-asgi == 0.24.dev0 opentelemetry-instrumentation-asgi == 0.24b0
opentelemetry-util-http == 0.24.dev0 opentelemetry-util-http == 0.24b0
[options.entry_points] [options.entry_points]
opentelemetry_instrumentor = opentelemetry_instrumentor =
@ -50,7 +50,7 @@ opentelemetry_instrumentor =
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
requests ~= 2.23.0 # needed for testclient requests ~= 2.23.0 # needed for testclient
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -37,14 +37,14 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.24.dev0 opentelemetry-semantic-conventions == 0.24b0
opentelemetry-util-http == 0.24.dev0 opentelemetry-util-http == 0.24b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
[options.entry_points] [options.entry_points]
opentelemetry_instrumentor = opentelemetry_instrumentor =

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -39,13 +39,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.24.dev0 opentelemetry-semantic-conventions == 0.24b0
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
opentelemetry-util-http == 0.24.dev0 opentelemetry-util-http == 0.24b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
httpretty ~= 1.0 httpretty ~= 1.0
[options.packages.find] [options.packages.find]

View File

@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"
_instruments = tuple() _instruments = tuple()

View File

@ -39,13 +39,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.24.dev0 opentelemetry-semantic-conventions == 0.24b0
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
httpretty ~= 1.0 httpretty ~= 1.0
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -39,13 +39,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.24.dev0 opentelemetry-semantic-conventions == 0.24b0
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
opentelemetry-util-http == 0.24.dev0 opentelemetry-util-http == 0.24b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"
_instruments = tuple() _instruments = tuple()

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -48,7 +48,7 @@ opentelemetry_id_generator =
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"

View File

@ -39,12 +39,12 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-instrumentation == 0.24.dev0 opentelemetry-instrumentation == 0.24b0
asgiref ~= 3.0 asgiref ~= 3.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.24.dev0 opentelemetry-test == 0.24b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.24.dev0" __version__ = "0.24b0"