Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Releases: vhatsura/elastic-apm-mongo

Release 1.2.0

17 Nov 15:31
2c6216f
Compare
Choose a tag to compare

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

25 Apr 20:58
Compare
Choose a tag to compare

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 to 1.3.0 in order to support span.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

16 Sep 08:59
4f2be0b
Compare
Choose a tag to compare

Initial release