@forge/bridge
5.18.0-next.1-experimental-44b7a125.18.0-next.2
CHANGELOG.md~
CHANGELOG.mdModified+2−11
Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,21 +1,12 @@
# @forge/bridge
-## 5.18.0-next.1-experimental-44b7a12
+## 5.18.0-next.2
### Minor Changes
-- b0b69a2: **Experimental — not yet ready for use.** Add a new `frontendCustomMetrics` namespace providing `frontendCustomMetrics.counter(name)` with `incr()` and `incrBy(value)` for emitting frontend custom metrics. `incrBy(value)` rejects if `value <= 0`. The metric name must exactly match a metric registered in the Forge Dev Console.
+- cea3c0e: Updates the invoke method to accept an argument `metadata` which returns selected metadata alongside the invocation response body. When enabled, the invoke method will return a response of shape { body, metadata }. The `metadata` argument is currently set-up to opt into returning rate limiting information. This can be enabled by passing in { rateLimitProperties: true } as the metadata argument.
-### Patch Changes
-
-- 561f8f4: Remove "storage" module from "@forge/api"
-- Updated dependencies [814b8fe]
-- Updated dependencies [8ac7dd3]
-- Updated dependencies [55c1371]
-- Updated dependencies [1a461c3]
- - @forge/[email protected]
-
## 5.18.0-next.1
### Patch Changes