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: doc/CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
1
See doc/upgrading.md for the upgrade documentation!
2
2
3
+
## Version 2.7
4
+
5
+
### Removed features
6
+
7
+
* Support for Ruby 2.6 and 2.7 were dropped.
8
+
* Support for inbound message handling was dropped due to API changes caused by required Ruby on Rails upgrade. If you need this, comment in the issue https://github.com/TracksApp/tracks/issues/2463
9
+
* Rubocop is no longer used in the CI due to missing support for Ruby > 2.5.
10
+
11
+
### Deprecations
12
+
13
+
* This will be the last release to support Ruby 3.0, which is already end-of-life.
14
+
15
+
### Bug fixes
16
+
17
+
* The base version for the Docker image was updated from Ruby 2.7 to Ruby 3.3.
18
+
* Lots of dependencies have been updated (including security updates).
0 commit comments