-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency mediatr to v12 #939
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/mediatr-12.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/mediatr-12.x
branch
from
February 24, 2023 00:06
b13f0fd
to
de0f273
Compare
renovate
bot
force-pushed
the
renovate/mediatr-12.x
branch
from
March 15, 2023 18:43
de0f273
to
d22658c
Compare
renovate
bot
force-pushed
the
renovate/mediatr-12.x
branch
2 times, most recently
from
July 10, 2023 17:20
d9400c8
to
13a2cd3
Compare
renovate
bot
force-pushed
the
renovate/mediatr-12.x
branch
from
September 19, 2023 11:15
13a2cd3
to
dc943d7
Compare
renovate
bot
force-pushed
the
renovate/mediatr-12.x
branch
2 times, most recently
from
September 21, 2023 21:04
dcff6f7
to
df8924d
Compare
renovate
bot
force-pushed
the
renovate/mediatr-12.x
branch
from
October 2, 2023 17:08
df8924d
to
97e9b74
Compare
renovate
bot
force-pushed
the
renovate/mediatr-12.x
branch
from
October 26, 2023 21:33
97e9b74
to
90275e2
Compare
renovate
bot
force-pushed
the
renovate/mediatr-12.x
branch
from
November 17, 2023 18:13
90275e2
to
8586e65
Compare
renovate
bot
changed the title
Update dependency MediatR to v12
chore(deps): update dependency mediatr to v12
Nov 20, 2023
renovate
bot
force-pushed
the
renovate/mediatr-12.x
branch
from
December 12, 2023 06:44
8586e65
to
92b9e96
Compare
renovate
bot
force-pushed
the
renovate/mediatr-12.x
branch
2 times, most recently
from
January 2, 2024 03:58
6d647f7
to
cacb828
Compare
renovate
bot
force-pushed
the
renovate/mediatr-12.x
branch
3 times, most recently
from
January 14, 2024 21:17
771241d
to
15204bd
Compare
renovate
bot
force-pushed
the
renovate/mediatr-12.x
branch
2 times, most recently
from
March 10, 2024 01:14
bc126cd
to
b98ba46
Compare
renovate
bot
force-pushed
the
renovate/mediatr-12.x
branch
from
May 29, 2024 00:03
b98ba46
to
6187bde
Compare
renovate
bot
force-pushed
the
renovate/mediatr-12.x
branch
from
June 6, 2024 23:14
6187bde
to
d82bae1
Compare
renovate
bot
force-pushed
the
renovate/mediatr-12.x
branch
2 times, most recently
from
July 23, 2024 20:31
72f7003
to
1e7ba6f
Compare
renovate
bot
force-pushed
the
renovate/mediatr-12.x
branch
from
September 3, 2024 04:15
1e7ba6f
to
6ae5baa
Compare
renovate
bot
force-pushed
the
renovate/mediatr-12.x
branch
from
September 9, 2024 14:47
6ae5baa
to
4d81390
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.0.0
->12.4.1
Release Notes
jbogard/MediatR (MediatR)
v12.4.1
What's Changed
Full Changelog: jbogard/MediatR@v12.4.0...v12.4.1
v12.4.0
What's Changed
Full Changelog: jbogard/MediatR@v12.3.0...v12.4.0
v12.3.0
What's Changed
New Contributors
Full Changelog: jbogard/MediatR@v12.2.0...v12.3.0
v12.2.0
What's Changed
Full Changelog: jbogard/MediatR@v12.1.1...v12.2.0
v12.1.1
What's Changed
Full Changelog: jbogard/MediatR@v12.1.0...v12.1.1
v12.1.0
Migration Guide
https://github.com/jbogard/MediatR/wiki/Migration-Guide-12.0-to-12.1
What's Changed
New Contributors
Full Changelog: jbogard/MediatR@v12.0.1...v12.1.0
This release removes all scanning around behaviors, stream behaviors, and pre/post processors. That proved too problematic so you MUST register each of these explicitly with the appropriate registration methods inside
AddMediatR
. This also ensures that the order of behaviors and pre/post processors reflects the explicit order of registration. With the scanning approach, you couldn't control the order.v12.0.1
What's Changed
New Contributors
Full Changelog: jbogard/MediatR@v12.0.0...v12.0.1
v12.0.0
What's Changed
New Contributors
Migration Guide
Full Changelog: jbogard/MediatR@v11.1.0...v12.0.0
v11.1.0
What's Changed
New Contributors
Full Changelog: jbogard/MediatR@v11.0.0...v11.1.0
v11.0.0
What's Changed
New Contributors
Full Changelog: jbogard/MediatR@v10.0.1...v11.0.0
Migration Guide: https://github.com/jbogard/MediatR/wiki/Migration-Guide-10.x-to-11.0
v10.0.1
: 10.0.1This is a patch release to support the latest Contracts package, which changed its targets to
netstandard2.0
andnet461
.Although MediatR supports only
netstandard2.1
and above, it should not force the consumers of the contracts as such.v10.0.0
: 10.0.0This release adds support for
IAsyncEnumerable<T>
. A new request type,IStreamRequest<T>
represents a request to create a stream, with a new handler typeIStreamRequestHandler<TRequest, TResponse>
to handle. An example:Where the work inside of the handler would likely be calling some other streaming API, such as gRPC, EF Core streaming support, Dapper streaming etc.
There are also separate behaviors, with
IStreamPipelineBehavior
that are separate from the normalIPipelineBehavior
.With the addition of
IAsyncEnumerable
, this release now targetsnetstandard2.1
exclusively.There are some breaking API changes, called out in the 10.0 migration guide.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.