Skip to content
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

Bump Microsoft.AspNetCore.Http.Abstractions from 1.0.2 to 2.2.0 #1

Open
wants to merge 1 commit into
base: v11/develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 3, 2022

Bumps Microsoft.AspNetCore.Http.Abstractions from 1.0.2 to 2.2.0.

Release notes

Sourced from Microsoft.AspNetCore.Http.Abstractions's releases.

2.0.1

Bugs Fixed

  • Port ForbidAsync changes to 2.0.x (#919)

2.0.0

Features

  • Reduce duplication when configuring cookie options (#853)
  • PathString should have a registered TypeConverter (#848)

Bugs Fixed

  • Deprecate IHttpAuthenticationFeature.IAuthenticationHandler (#861)
  • PathString implicit string converters are asymmetric (#690)

2.0.0-preview2

Features

  • Reduce allocations by using StringSegment in parsers (#758)
  • Add support for SameSite cookie property (#710)

Bugs Fixed

  • HeaderNames.ContentMD5 has a wrong value (#833)
  • ParsingHelper duplications (#762)
  • GetCommaSeparatedValues should strip out empty strings (#722)

2.0.0-preview1

Features

  • Add support for IMiddlewareFactory and IMiddleware (#754)
  • HeaderUtilities enhancements (#737)
  • Expose Content-Length in IHttpResponseFeature (#407)

Bugs Fixed

  • Fix the broken scheme-less GetTokenAsync overload (#823)
  • ApplicationBuilder.Properties dictionary should use StringComparer.Ordinal (#801)
  • Why doesn't OwinEnvironment implement IEnumerable.GetEnumerator? (#788)
  • Consider looking for InvokeAsync too when configuring middleware through UseMiddleware (#786)
  • new ApplicationBuilder(ApplicationBuilder builder) should copy the Properties dictionary (#783)
  • HttpRequestFeature.Path does not match the request if contains encoded url (#782)
  • Upgrade to VS 2017 (#767)
  • Inconsistent handling of negative values in HeaderUtilities.TryParseInt64/FormatInt64 (#760)
  • HttpContextAccessor behaves differently under .NETStandard1.3 vs .NET 4.5.1 (#723)

... (truncated)

Commits
  • 91db78c Add safe copy for enumeration (#1052)
  • 19908d9 Update package branding for 2.2 RTM
  • 800c79c Fast-path async in HttpResponseStreamWriter
  • f6e20a3 HostString throws ArgumentNullException for null host (#1045)
  • 2368024 Update dependencies.props
  • 89b0430 Add IHttpResponseTrailersFeature and extensions
  • 3017261 Update dependencies.props
  • 4f0908d automated: bulk infrastructure updates. Update bootstrapper scripts and remov...
  • 7488fc0 Update dependencies.props
  • de1f0ac Update dependencies.props
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Microsoft.AspNetCore.Http.Abstractions](https://github.com/aspnet/HttpAbstractions) from 1.0.2 to 2.2.0.
- [Release notes](https://github.com/aspnet/HttpAbstractions/releases)
- [Commits](aspnet/HttpAbstractions@rel/1.0.2...2.2.0)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Http.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Oct 3, 2022
@dependabot dependabot bot changed the base branch from v10/develop to v11/develop December 2, 2022 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Development

Successfully merging this pull request may close these issues.

None yet

0 participants