Skip to content

Commit 360bec3

Browse files
authored
Merge pull request #444 from objectstack-ai/copilot/create-patch
2 parents e06ef89 + f77c036 commit 360bec3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2868
-2027
lines changed

.changeset/patch-release.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
"@objectstack/spec": patch
3+
"@objectstack/core": patch
4+
"@objectstack/types": patch
5+
"@objectstack/objectql": patch
6+
"@objectstack/runtime": patch
7+
"@objectstack/client": patch
8+
"@objectstack/client-react": patch
9+
"@objectstack/driver-memory": patch
10+
"@objectstack/plugin-hono-server": patch
11+
"@objectstack/plugin-msw": patch
12+
"@objectstack/cli": patch
13+
"@objectstack/ai-bridge": patch
14+
---
15+
16+
Patch release: Updated documentation and JSON schemas

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### Security
2121

22+
## [0.7.2] - 2026-01-31
23+
24+
### Changed
25+
- Updated system protocol JSON schemas (events, worker, metadata-loader)
26+
- Enhanced documentation structure for system protocols
27+
- Generated comprehensive JSON schema documentation
28+
2229
## [0.7.1] - 2026-01-31
2330

2431
### Changed
@@ -185,7 +192,8 @@ Mark breaking changes clearly:
185192

186193
---
187194

188-
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v0.7.1...HEAD
195+
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v0.7.2...HEAD
196+
[0.7.2]: https://github.com/objectstack-ai/spec/compare/v0.7.1...v0.7.2
189197
[0.7.1]: https://github.com/objectstack-ai/spec/compare/v0.6.1...v0.7.1
190198
[0.6.1]: https://github.com/objectstack-ai/spec/compare/v0.4.1...v0.6.1
191199
[0.4.1]: https://github.com/objectstack-ai/spec/compare/v0.4.0...v0.4.1

content/docs/references/automation/connector.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ description: Connector protocol schemas
66
# Connector
77

88
<Callout type="info">
9-
**Source:** `packages/spec/src/integration/connector.zod.ts`
9+
**Source:** `packages/spec/src/automation/connector.zod.ts`
1010
</Callout>
1111

1212
## TypeScript Usage
1313

1414
```typescript
15-
import { AuthenticationSchema, ConflictResolutionSchema, ConnectorSchema, DataSyncConfigSchema } from '@objectstack/spec/integration';
16-
import type { Authentication, ConflictResolution, Connector, DataSyncConfig } from '@objectstack/spec/integration';
15+
import { AuthenticationSchema, ConflictResolutionSchema, ConnectorSchema, DataSyncConfigSchema } from '@objectstack/spec/automation';
16+
import type { Authentication, ConflictResolution, Connector, DataSyncConfig } from '@objectstack/spec/automation';
1717

1818
// Validate data
1919
const result = AuthenticationSchema.parse(data);

content/docs/references/data/driver-mongo.mdx

Lines changed: 0 additions & 147 deletions
This file was deleted.

content/docs/references/data/driver-postgres.mdx

Lines changed: 0 additions & 133 deletions
This file was deleted.

content/docs/references/data/meta.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
"dataset",
66
"document",
77
"driver",
8-
"driver-mongo",
98
"driver-nosql",
10-
"driver-postgres",
119
"driver-sql",
1210
"external-lookup",
1311
"field",

0 commit comments

Comments
 (0)