We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396aad9 commit d116ae3Copy full SHA for d116ae3
sdk-extension/opentelemetry-sdk-extension-aws/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## Version 2.1.0 (2024-12-24)
11
+
12
- Make ec2 resource detector silent when loaded outside AWS
13
([#3120](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3120))
14
- Make ecs and beanstalk resource detector silent when loaded outside AWS
sdk-extension/opentelemetry-sdk-extension-aws/src/opentelemetry/sdk/extension/aws/version.py
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
15
-__version__ = "2.1.0.dev"
+__version__ = "2.2.0.dev"
0 commit comments