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: .changeset/bright-gifts-turn.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,20 @@
4
4
5
5
- Added `ServiceContextMode` to `ServiceContext`. This conveys the mode in which the PowerSync service was started in.
6
6
-`RouterEngine` is now always present on `ServiceContext`. The router will only configure actual servers, when started, if routes have been registered.
7
-
- Added `!env_boolean` and `!env_number` YAML tag functions to `CompoundConfigCollector`.
7
+
- Added typecasting to `!env` YAML custom tag function. YAML config environment variable substitution now support casting string environment variables to `number` and `boolean` types.
Copy file name to clipboardExpand all lines: .changeset/khaki-cows-thank.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,22 @@
2
2
'@powersync/service-image': minor
3
3
---
4
4
5
-
- Added type casting for YAML tag functions. YAML config can now substitute environment variables as boolean and number types.
5
+
- Added typecasting to `!env` YAML custom tag function. YAML config environment variable substitution now support casting string environment variables to `number` and `boolean` types.
- Added the ability to customize healthcheck probe exposure in the configuration. Backwards compatibility is maintained if no `healthcheck->probes` config is provided.
@@ -20,7 +26,7 @@ healthcheck:
20
26
healthcheck:
21
27
probes:
22
28
# Health status can be accessed by reading files (previously always enabled)
23
-
filesystem: true
29
+
use_filesystem: true
24
30
# Health status can be accessed via HTTP requests (previously enabled for API and UNIFIED service modes)
0 commit comments