You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADING.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,16 @@
1
1
Upgrading Grape
2
2
===============
3
3
4
+
### Upgrading to >= 3.0.0
5
+
6
+
#### Old Deprecations Clean Up
7
+
8
+
-`rack_response` has been removed in favor of using `error!`.
9
+
-`Grape::Exceptions::MissingGroupType` and `Grape::Exceptions::UnsupportedGroupType` aliases `MissingGroupTypeError and `UnsupportedGroupType` have been removed.
10
+
-`Grape::Validations::Base` has been removed in favor of `Grape::Validations::Validators::Base`.
11
+
12
+
See [2573](https://github.com/ruby-grape/grape/pull/2573) for more information.
0 commit comments