This repository has been archived by the owner on Apr 29, 2021. It is now read-only.
Releases: vhatsura/elastic-apm-mongo
Releases · vhatsura/elastic-apm-mongo
Release 1.2.0
Enhancements
Breaking changes
- Drop support of MongoDB.Driver 2.3.x due to EOL of supported versions of MongoDB by the driver (#103)
- Upgrade minimal version of Elastic.APM to 1.3.0 to solve compatibility issue with the agent
Infrastructure
- Enable nullable reference types (#110)
Testing
- Migrate to GitHub Actions (#107)
- Run tests against all supported Elastic.APM dotnet agent versions (#109)
Documentation
Dependencies
- Update
Moq
to 4.14.7 - Update
Microsoft.NET.Test.Sdk
to 16.8.0 - Update
AutoFixture.Xunit2
to 4.14.0 - Update
xunit.runner.visualstudio
to 2.4.3 - Update
TestEnvironment.Docker.Containers.Mongo
to 1.2.0 - Update
TestEnvironment.Docker
to 1.3.7
Release 1.1.0
Enhancements
- Fill
span.Context.Destination
information with port and address of the database, which is used for constructing APM Service Map (#49)
Breaking changes
- Upgrade minimal version of
Elastic.Apm
to1.3.0
in order to supportspan.Context.Destination
Infrastructure
Testing
- Run tests for the all supported versions of MongoDB driver (#45)
- Substitute Mongo2Go by TestEnvironment.Docker (#51)
Documentation
- Add example for ASP.NET Core (#53)
Dependencies
- Upgrade
Microsoft.NET.Test.Sdk
to 16.6.0 - Upgrade
coverlet.msbuild
to 2.8.1 - Upgrade
coverlet.collector
to 1.2.1 - Upgrade
GitVersionTask
to 5.2.4 - Upgrade
Moq
to 4.13.1
Release 1.0.0
Initial release