Releases: workleap/wl-extensions-mongo
Releases · workleap/wl-extensions-mongo
1.12.0
What's Changed
- chore(deps): update dependency xunit to 2.9.1 by @Infra-Workleap in #109
- [IDP-2311] Update service-wl-extensions-mongo.yaml by @PrincessMadMath in #111
- chore(deps): update dependency dotnet-sdk to v8.0.402 by @Infra-Workleap in #110
- chore(deps): update dependency xunit to 2.9.2 by @Infra-Workleap in #112
- [IDP-2271] Add ignored nuget dependencies to renovate by @heqianwang in #115
- IDP-2396 - Add auto-merge config by @Gcaya in #120
- Delete .cortex/catalog/service-wl-extensions-mongo.yaml by @PrincessMadMath in #121
- IDP-2396 - Add renovate branch trigger by @Gcaya in #122
- chore(deps): update dependency dotnet-sdk to v8.0.403 by @Infra-Workleap in #113
- chore(deps): update dependency workleap.dotnet.codingstandards to v1 by @Infra-Workleap in #127
- chore(config): migrate renovate config by @Infra-Workleap in #116
- [IDP-2744] Fix auto-merge and nuget conflict by @PrincessMadMath in #128
- chore(deps): update dependency opentelemetry.extensions.hosting to 1.10.0 by @Infra-Workleap in #126
- chore(deps): update dependency xunit.runner.visualstudio to v3 by @Infra-Workleap in #130
- chore(deps): update dependency dotnet-sdk to v9 by @Infra-Workleap in #124
- chore(deps): update dependency microsoft.bcl.asyncinterfaces to v9 by @Infra-Workleap in #123
- chore(deps): update dependency mongodb.driver to 2.30.0 by @Infra-Workleap in #117
Full Changelog: 1.11.1...1.12.0
1.11.1
What's Changed
- chore(deps): update dependency microsoft.net.test.sdk to 17.11.1 by @Infra-Workleap in #107
- chore(deps): update dependency mongodb.driver to 2.29.0 by @Infra-Workleap in #108
Full Changelog: 1.11.0...1.11.1
1.11.0
What's Changed
- chore(deps): update dependency opentelemetry.extensions.hosting to v1.9.0 by @Infra-Workleap in #83
- LinearB - Consider preview as release by @meziantou in #86
- chore(deps): update dependency dotnet-sdk to v6.0.424 by @Infra-Workleap in #87
- chore(deps): update dependency mongodb.driver to v2.27.0 by @Infra-Workleap in #85
- IDP-1957 - Use the shared renovate config by @Gcaya in #90
- Use CodingStandards by @meziantou in #91
- Fix test flakiness by @meziantou in #100
- Remove useless properties and renovate rules by @meziantou in #101
- chore(deps): update microsoft by @Infra-Workleap in #92
- chore(deps): update dependency mongodb.driver to v2.28.0 by @Infra-Workleap in #93
- chore(config): migrate renovate config by @Infra-Workleap in #99
- chore(deps): update dependency microsoft.bcl.asyncinterfaces to v8 by @Infra-Workleap in #96
- chore(deps): update microsoft to v8 (major) by @Infra-Workleap in #98
- chore(deps): update dependency dotnet-sdk to v8.0.400 by @Infra-Workleap in #102
- chore(deps): update dependency microsoft.net.test.sdk to 17.11.0 by @Infra-Workleap in #104
- chore(deps): update dependency dotnet-sdk to v8.0.401 by @Infra-Workleap in #103
- IDP-2085 - Add cortex descriptor file by @Gcaya in #105
Full Changelog: 1.10.0...1.11.0
1.10.0
What's Changed
- Add support for multi database at the attribute or configuration level by @Yalpe in #84
- IDP-1567 - Changed to diagnostic location by @Gcaya in #78
- chore(deps): update dependency dotnet-sdk to v6.0.423 by @Infra-Workleap in #79
- chore(deps): update dependency microsoft.net.test.sdk to v17.10.0 by @Infra-Workleap in #76
- chore(deps): update dependency workleap.componentmodel.dataannotations to v1.5.1 by @Infra-Workleap in #81
- chore(deps): update dependency mongodb.driver to v2.26.0 by @Infra-Workleap in #82
New Contributors
Full Changelog: 1.9.2...1.10.0
1.9.2
What's Changed
- chore(deps): update dependency dotnet-sdk to v6.0.422 by @Infra-Workleap in #75
- [IDP-1554] Enable keep alives by @asimmon in #77
Full Changelog: 1.9.1...1.9.2
1.9.1
What's Changed
- Add LinearB integration by @meziantou in #73
- Change default MaxConnectionIdleTime to one minute by @asimmon in #74
Full Changelog: 1.9.0...1.9.1
1.9.0
What's Changed
SRE-3456: add optional diagnostics tracing by @jmcdade11 in #72
You can now set the new property MongoClientOptions.Telemetry.CaptureDiagnosticEvents
to true to capture all C# driver events as OpenTelemetry span events. The C# driver events' properties are converted into OTel tags.
New Contributors
- @jmcdade11 made their first contribution in #72
Full Changelog: 1.8.0...1.9.0
1.8.0
What's Changed
See the new Readme section for more details.
New Contributors
Full Changelog: 1.7.0...1.8.0
1.7.0
What's Changed
- Add CODEOWNERS file by @PrincessMadMath in #57
- [IDP-912] Use reusable Jira workflow by @heqianwang in #58
- [IDP-948] Use reusable Semgrep workflow by @heqianwang in #59
- chore(deps): update dependency dotnet-sdk to v6.0.420 by @Infra-Workleap in #60
- Document the conventions added by the library by @meziantou in #63
- chore(deps): update dependency dotnet-sdk to v6.0.421 by @Infra-Workleap in #64
- chore(deps): update nuget dependencies by @Infra-Workleap in #56
- chore(deps): update dependency mongodb.driver to v2.25.0 by @Infra-Workleap in #65
- chore(deps): update dependency opentelemetry.extensions.hosting to v1.8.1 by @Infra-Workleap in #67
- Add environment variable to configure mongo binary path by @meziantou in #69
Full Changelog: 1.6.0...1.7.0
1.6.0
What's Changed
- Update secret name to publish dev packages by @meziantou in #47
- [IDP-672] Remove FullBuildMetaData from our library versioning by @heqianwang in #49
- [IDP-510] Set a blanket AnalysisLevel to latest-All by @heqianwang in #48
- chore(deps): update dependency microsoft.net.test.sdk to v17.9.0 by @Infra-Workleap in #50
- chore(deps): update dependency dotnet-sdk to v6.0.419 by @Infra-Workleap in #52
- [IDP-853] Use organization secrets by @meziantou in #53
- Update publish.yml by @Gcaya in #55
- chore(deps): update nuget dependencies by @Infra-Workleap in #54
New Contributors
- @heqianwang made their first contribution in #49
Full Changelog: 1.5.2...1.6.0