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 grape from 0.19.2 to 1.4.0 #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 17, 2020

Bumps grape from 0.19.2 to 1.4.0.

Changelog

Sourced from grape's changelog.

1.4.0 (2020/07/10)

Features

  • #1520: Un-deprecate stream-like objects - @urkle.
  • #2060: Drop support for Ruby 2.4 - @dblock.
  • #2060: Upgraded Rubocop to 0.84.0 - @dblock.
  • #2077: Simplify logic for defining declared params - @dnesteryuk.
  • #2076: Make route information available for hooks when the automatically generated endpoints are invoked - @anakinj.

Fixes

  • #2067: Coerce empty String to nil for all primitive types except String - @petekinnecom.
  • #2064: Fix Ruby 2.7 deprecation warning in Grape::Middleware::Base#initialize - @skarger.
  • #2072: Fix Grape.eager_load! and compile! - @stanhu.
  • #2084: Fix memory leak in path normalization - @fcheung.

1.3.3 (2020/05/23)

Features

Fixes

1.3.2 (2020/04/12)

Features

Fixes

  • #2033: Ensure Float params are correctly coerced to BigDecimal - @tlconnor.
  • #2031: Fix a regression with an array of a custom type - @dnesteryuk.
  • #2026: Fix a regression in coerce_with when coercion returns nil - @misdoro.
  • #2025: Fix Decimal type category - @kdoya.
  • #2019: Avoid coercing parameter with multiple types to an empty Array - @stanhu.
Commits
  • b125a72 Preparing for release, 1.4.0.
  • b2bc98d Merge pull request #2084 from dressipi/fix-memory-leak
  • 35d528f Fix memory leak caused by caching all unique paths seen
  • 197d5b4 Merge pull request #2076 from anakinj/support-env-route-information-for-allow...
  • c532d64 Populate the env route information when calling the generated allow_headers e...
  • a5de051 Removed duplicate CHANGELOG line.
  • b3adbb4 Fix eager loading due to ServeStream rename
  • 0d5cf40 Merge pull request #2077 from ruby-grape/crush_desclared_params
  • 12786e6 simplify logic for defining declared params
  • 9198f7e Merge pull request #1520 from urkle/feat-allow-stream-objects
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jul 17, 2020
@dependabot dependabot bot force-pushed the dependabot/bundler/grape-1.4.0 branch from 48b6451 to ac1300a Compare July 18, 2020 16:36
@dependabot dependabot bot force-pushed the dependabot/bundler/grape-1.4.0 branch from ac1300a to 81a2ff4 Compare July 21, 2020 08:36
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants