Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/quick-bats-queue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-walls-move.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/fmdapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @proofkit/fmdapi

## 5.2.0

### Minor Changes

- 8283691: Add default WebViewerAdapter batching with per-request `batch: true`/`batch: false` controls and a maximum batch size of 20.
`batch: false` now disables request coalescing while still sending single-request batch payloads, falling back to the older direct request path only after an installed FileMaker add-on script reports that batching is unsupported.
`listAll` and `findAll` now page through bounded `read` requests in the adapter, batching follow-up pages when enabled, and older FileMaker add-on scripts fall back to unbatched requests with a warning that links to batching docs.
Docs include tuning guidance for benchmarking batch size, page size, payload size, script execution path, and ProofKit add-on version requirements against real FileMaker layouts and found sets.

## 5.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fmdapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proofkit/fmdapi",
"version": "5.1.2",
"version": "5.2.0",
"description": "FileMaker Data API client",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/fmdapi/skills/fmdapi-client/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: >
Data API, layout-bound clients, schema inference
type: core
library: proofkit
library_version: "5.1.2"
library_version: "5.2.0"
requires:
- typegen-fmdapi
sources:
Expand Down
2 changes: 1 addition & 1 deletion packages/fmdapi/skills/typegen-fmdapi/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: >
prerequisites, and choosing between OttoAdapter and FetchAdapter auth.
type: core
library: proofkit
library_version: "5.1.2"
library_version: "5.2.0"
sources:
- "proofsh/proofkit:packages/typegen/src/cli.ts"
- "proofsh/proofkit:packages/typegen/src/typegen.ts"
Expand Down
8 changes: 8 additions & 0 deletions packages/typegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @proofkit/typegen

## 1.1.4

### Patch Changes

- 04a3edf: Find `proofkit.config.json` and `adt.config.json` when resolving typegen CLI config.
- Updated dependencies [8283691]
- @proofkit/fmdapi@5.2.0

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proofkit/typegen",
"version": "1.1.3",
"version": "1.1.4",
"description": "",
"type": "module",
"main": "dist/esm/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/webviewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @proofkit/webviewer

## 3.2.0

### Minor Changes

- 8283691: Add default WebViewerAdapter batching with per-request `batch: true`/`batch: false` controls and a maximum batch size of 20.
`batch: false` now disables request coalescing while still sending single-request batch payloads, falling back to the older direct request path only after an installed FileMaker add-on script reports that batching is unsupported.
`listAll` and `findAll` now page through bounded `read` requests in the adapter, batching follow-up pages when enabled, and older FileMaker add-on scripts fall back to unbatched requests with a warning that links to batching docs.
Docs include tuning guidance for benchmarking batch size, page size, payload size, script execution path, and ProofKit add-on version requirements against real FileMaker layouts and found sets.

## 3.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webviewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proofkit/webviewer",
"version": "3.1.1",
"version": "3.2.0",
"description": "A utility to fetch data from FileMaker webviewer",
"type": "module",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/webviewer/skills/webdirect-runtime/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: >
fmFetch callFMScript WebViewerAdapter WebDirect page refresh
type: core
library: proofkit
library_version: "3.1.1"
library_version: "3.2.0"
sources:
- "proofsh/proofkit:apps/docs/content/docs/webviewer/platform-notes.mdx"
- "proofsh/proofkit:apps/docs/content/docs/webviewer/deployment-methods.mdx"
Expand Down
2 changes: 1 addition & 1 deletion packages/webviewer/skills/webviewer-integration/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: >
fire-and-forget FMScriptOption PerformScript callback fetchId handleFmWVFetchCallback
type: core
library: proofkit
library_version: "3.1.1"
library_version: "3.2.0"
sources:
- "proofsh/proofkit:packages/webviewer/src/main.ts"
- "proofsh/proofkit:packages/webviewer/src/adapter.ts"
Expand Down