I have two service bindings configured in my worker. When I start the environment locally, wrangler displays the following warning:
$ wrangler dev --remote --port 8907
⛅️ wrangler 3.5.0 (update available 3.6.0)
-----------------------------------------------------
▲ [WARNING] Processing wrangler.toml configuration:
- "services" fields are experimental and may change or break at any time.
My understanding is that development using service bindings is experimental while the prod implementation is solid. Do you get the same warning when publishing a deployment?