Skip to content

Commit c5987d5

Browse files
committedApr 22, 2024
Release 4.2.1
1 parent 47ccb11 commit c5987d5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Next Release
22

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+
38
## 4.2.0
49

510
* Added `Spring.reset_on_env` to define environment variables which should cause spring to reload when they change.

‎lib/spring/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Spring
2-
VERSION = "4.2.0"
2+
VERSION = "4.2.1"
33
end

0 commit comments

Comments
 (0)
Failed to load comments.