We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ccb11 commit c5987d5Copy full SHA for c5987d5
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## Next Release
2
3
+## 4.2.1
4
+
5
+* Added `Spring.connect_timeout` and `Spring.boot_timeout` to allow to increase timeout for larger apps.
6
+* `Spring.connect_timeout` now default to `5` seconds instead of `1`.
7
8
## 4.2.0
9
10
* Added `Spring.reset_on_env` to define environment variables which should cause spring to reload when they change.
lib/spring/version.rb
@@ -1,3 +1,3 @@
module Spring
- VERSION = "4.2.0"
+ VERSION = "4.2.1"
end
0 commit comments