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
feat: support callable values for credentials config (#32)
* feat: support callable values for username and password config
Allows Proc/Lambda for deferred evaluation, enabling use with
Rails.application.credentials which isn't available at initializer
load time. Fully backward compatible with static string values.
Closes#31
* chore: update Gemfile.lock for v1.2.1
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Changelog
2
2
3
+
## [1.2.1] - 2026-03-17
4
+
5
+
### Added
6
+
7
+
- Support for callable values (Proc/Lambda) in `username` and `password` configuration, enabling use with `Rails.application.credentials` and other deferred sources ([#31](https://github.com/vishaltps/solid_queue_monitor/issues/31))
8
+
- Initializer template now shows ENV variable and Lambda examples for credentials
0 commit comments