mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-02-03 00:49:35 +01:00
Compare commits
1 Commits
MappingSer
...
1.25.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f73bd5fc4f |
@@ -1,3 +1,7 @@
|
||||
# 1.25.0 (25 January 2026)
|
||||
- [#1389](https://github.com/wiremock/WireMock.Net/pull/1389) - Fix MimePartMatcher and add more tests [bug] contributed by [StefH](https://github.com/StefH)
|
||||
- [#1371](https://github.com/wiremock/WireMock.Net/issues/1371) - MimePartMatcher does not match multipart/form-data request body (possible bug?) [bug]
|
||||
|
||||
# 1.24.0 (18 January 2026)
|
||||
- [#1417](https://github.com/wiremock/WireMock.Net/pull/1417) - Update aspire to 13.1 (examples + code) [feature] contributed by [petrroll](https://github.com/petrroll)
|
||||
- [#1418](https://github.com/wiremock/WireMock.Net/pull/1418) - Add OTEL tracing support for Wiremock + automatic OTEL for Aspire integration [feature] contributed by [petrroll](https://github.com/petrroll)
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<VersionPrefix>1.24.0</VersionPrefix>
|
||||
<VersionPrefix>1.25.0</VersionPrefix>
|
||||
<PackageIcon>WireMock.Net-Logo.png</PackageIcon>
|
||||
<PackageProjectUrl>https://github.com/wiremock/WireMock.Net</PackageProjectUrl>
|
||||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
rem https://github.com/StefH/GitHubReleaseNotes
|
||||
|
||||
SET version=1.24.0
|
||||
SET version=1.25.0
|
||||
|
||||
GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels wontfix test question invalid doc duplicate example environment --version %version% --token %GH_TOKEN%
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
# 1.24.0 (18 January 2026)
|
||||
- #1417 Update aspire to 13.1 (examples + code) [feature]
|
||||
- #1418 Add OTEL tracing support for Wiremock + automatic OTEL for Aspire integration [feature]
|
||||
- #1214 OpenTelemetry Support for .NET Aspire [feature]
|
||||
# 1.25.0 (25 January 2026)
|
||||
- #1389 Fix MimePartMatcher and add more tests [bug]
|
||||
- #1371 MimePartMatcher does not match multipart/form-data request body (possible bug?) [bug]
|
||||
|
||||
The full release notes can be found here: https://github.com/wiremock/WireMock.Net/blob/master/CHANGELOG.md
|
||||
Reference in New Issue
Block a user