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 com.github.dreamhead:moco-runner from 1.3.0 to 1.5.0 #2058

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 6, 2023

Bumps com.github.dreamhead:moco-runner from 1.3.0 to 1.5.0.

Release notes

Sourced from com.github.dreamhead:moco-runner's releases.

v1.5.0

APIs

  • req.client.port is supported in template
  • sameSite cookie attribute is supported
  • cors in response is supported for CORS
    • allowOrigin(Access-Control-Allow-Credentials)
    • allowCredentials(Access-Control-Allow-Credentials)
    • exposeHeaders(Access-Control-Expose-Headers)
    • maxAge(Access-Control-Max-Age)
    • allowMethods(Access-Control-Allow-Methods)
    • allowHeaders(Access-Control-Allow-Headers)
Changelog

Sourced from com.github.dreamhead:moco-runner's changelog.

Release 1.5.0(1-Sep-2023)

APIs

  • req.client.port is supported in template
  • sameSite cookie attribute is supported
  • cors in response is supported for CORS
    • allowOrigin(Access-Control-Allow-Credentials)
    • allowCredentials(Access-Control-Allow-Credentials)
    • exposeHeaders(Access-Control-Expose-Headers)
    • maxAge(Access-Control-Max-Age)
    • allowMethods(Access-Control-Allow-Methods)
    • allowHeaders(Access-Control-Allow-Headers)

Release 1.4.0 (1-Dec-2022)

APIs

  • path is introduced for uri
  • req.xml is supported in template
  • req.client.address is supported in template
  • req.path is supported in template

CLI

  • add -q for quiet mode in standalone server

Implementation Details

  • enhance log with query parameters
  • event action log is supported
Commits
  • 359798e polished usage standalone description
  • f60ad71 released 1.5.0
  • 61b3119 prepared 1.5.0 release
  • 39677c0 changed cors max age to duration and time unit
  • 27a8438 added same site with same site enum value
  • d3d6abf fixed proguard check with same site name
  • 6eee294 introduced default cors in standalone api
  • cded161 upgraded netty to 4.1.97
  • 79c99e9 documented same site cookie attribute
  • d39e1e3 introduced sameSite in standalone cookie
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [com.github.dreamhead:moco-runner](https://github.com/dreamhead/moco) from 1.3.0 to 1.5.0.
- [Release notes](https://github.com/dreamhead/moco/releases)
- [Changelog](https://github.com/dreamhead/moco/blob/master/moco-doc/ReleaseNotes.md)
- [Commits](dreamhead/moco@v1.3.0...v1.5.0)

---
updated-dependencies:
- dependency-name: com.github.dreamhead:moco-runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 6, 2023
@marcingrzejszczak marcingrzejszczak added this to the 4.1.1 milestone Dec 7, 2023
@marcingrzejszczak marcingrzejszczak merged commit 50d8636 into main Dec 7, 2023
5 checks passed
@marcingrzejszczak marcingrzejszczak deleted the dependabot/maven/main/com.github.dreamhead-moco-runner-1.5.0 branch December 7, 2023 14:29
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant