@objectstack/objectql 4.0.3 → 4.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md DELETED
@@ -1,711 +0,0 @@
1
- # @objectstack/objectql
2
-
3
- ## 4.0.3
4
-
5
- ### Patch Changes
6
-
7
- - @objectstack/spec@4.0.3
8
- - @objectstack/core@4.0.3
9
- - @objectstack/types@4.0.3
10
-
11
- ## 4.0.3
12
-
13
- ### Patch Changes
14
-
15
- - fix: ObjectQL.init() now tracks and warns about failed driver connections instead of silently swallowing errors, improving debuggability for cold-start and serverless issues.
16
-
17
- ## 4.0.2
18
-
19
- ### Patch Changes
20
-
21
- - Updated dependencies [5f659e9]
22
- - @objectstack/spec@4.0.2
23
- - @objectstack/core@4.0.2
24
- - @objectstack/types@4.0.2
25
-
26
- ## 4.0.0
27
-
28
- ### Minor Changes
29
-
30
- - e0b0a78: Deprecate DataEngineQueryOptions in favor of QueryAST-aligned EngineQueryOptions.
31
-
32
- Engine, Protocol, and Client now use standard QueryAST parameter names:
33
-
34
- - `filter` → `where`
35
- - `select` → `fields`
36
- - `sort` → `orderBy`
37
- - `skip` → `offset`
38
- - `populate` → `expand`
39
- - `top` → `limit`
40
-
41
- The old DataEngine\* schemas and types are preserved with `@deprecated` markers for backward compatibility.
42
-
43
- ### Patch Changes
44
-
45
- - Updated dependencies [f08ffc3]
46
- - Updated dependencies [e0b0a78]
47
- - @objectstack/spec@4.0.0
48
- - @objectstack/core@4.0.0
49
- - @objectstack/types@4.0.0
50
-
51
- ## 3.3.1
52
-
53
- ### Patch Changes
54
-
55
- - @objectstack/spec@3.3.1
56
- - @objectstack/core@3.3.1
57
- - @objectstack/types@3.3.1
58
-
59
- ## 3.3.0
60
-
61
- ### Patch Changes
62
-
63
- - @objectstack/spec@3.3.0
64
- - @objectstack/core@3.3.0
65
- - @objectstack/types@3.3.0
66
-
67
- ## 3.2.9
68
-
69
- ### Patch Changes
70
-
71
- - c3065dd: fix turso 2
72
- - @objectstack/spec@3.2.9
73
- - @objectstack/core@3.2.9
74
- - @objectstack/types@3.2.9
75
-
76
- ## 3.2.8
77
-
78
- ### Patch Changes
79
-
80
- - Auto-sync all registered object schemas to database on startup: `ObjectQLPlugin.start()` now iterates every object in `SchemaRegistry` and calls `driver.syncSchema()` after driver connections are established. This ensures tables for plugin-registered objects (e.g. `sys_user` from plugin-auth) are created or updated automatically.
81
- - Added `getDriverForObject(objectName)` public method to `ObjectQL` engine for resolving the responsible driver for a given object.
82
- - Added optional `syncSchema` method to `DriverInterface` contract, aligning it with the full `IDataDriver` protocol.
83
- - @objectstack/spec@3.2.8
84
- - @objectstack/core@3.2.8
85
- - @objectstack/types@3.2.8
86
-
87
- ## 3.2.7
88
-
89
- ### Patch Changes
90
-
91
- - @objectstack/spec@3.2.7
92
- - @objectstack/core@3.2.7
93
- - @objectstack/types@3.2.7
94
-
95
- ## 3.2.6
96
-
97
- ### Patch Changes
98
-
99
- - @objectstack/spec@3.2.6
100
- - @objectstack/core@3.2.6
101
- - @objectstack/types@3.2.6
102
-
103
- ## 3.2.5
104
-
105
- ### Patch Changes
106
-
107
- - @objectstack/spec@3.2.5
108
- - @objectstack/core@3.2.5
109
- - @objectstack/types@3.2.5
110
-
111
- ## 3.2.4
112
-
113
- ### Patch Changes
114
-
115
- - @objectstack/spec@3.2.4
116
- - @objectstack/core@3.2.4
117
- - @objectstack/types@3.2.4
118
-
119
- ## 3.2.3
120
-
121
- ### Patch Changes
122
-
123
- - @objectstack/spec@3.2.3
124
- - @objectstack/core@3.2.3
125
- - @objectstack/types@3.2.3
126
-
127
- ## 3.2.2
128
-
129
- ### Patch Changes
130
-
131
- - Updated dependencies [46defbb]
132
- - @objectstack/spec@3.2.2
133
- - @objectstack/core@3.2.2
134
- - @objectstack/types@3.2.2
135
-
136
- ## 3.2.1
137
-
138
- ### Patch Changes
139
-
140
- - Updated dependencies [850b546]
141
- - @objectstack/spec@3.2.1
142
- - @objectstack/core@3.2.1
143
- - @objectstack/types@3.2.1
144
-
145
- ## 3.2.0
146
-
147
- ### Patch Changes
148
-
149
- - Updated dependencies [5901c29]
150
- - @objectstack/spec@3.2.0
151
- - @objectstack/core@3.2.0
152
- - @objectstack/types@3.2.0
153
-
154
- ## 3.1.1
155
-
156
- ### Patch Changes
157
-
158
- - Updated dependencies [953d667]
159
- - @objectstack/spec@3.1.1
160
- - @objectstack/core@3.1.1
161
- - @objectstack/types@3.1.1
162
-
163
- ## 3.1.0
164
-
165
- ### Patch Changes
166
-
167
- - Updated dependencies [0088830]
168
- - @objectstack/spec@3.1.0
169
- - @objectstack/core@3.1.0
170
- - @objectstack/types@3.1.0
171
-
172
- ## 3.0.11
173
-
174
- ### Patch Changes
175
-
176
- - Updated dependencies [92d9d99]
177
- - @objectstack/spec@3.0.11
178
- - @objectstack/core@3.0.11
179
- - @objectstack/types@3.0.11
180
-
181
- ## 3.0.10
182
-
183
- ### Patch Changes
184
-
185
- - Updated dependencies [d1e5d31]
186
- - @objectstack/spec@3.0.10
187
- - @objectstack/core@3.0.10
188
- - @objectstack/types@3.0.10
189
-
190
- ## 3.0.9
191
-
192
- ### Patch Changes
193
-
194
- - Updated dependencies [15e0df6]
195
- - @objectstack/spec@3.0.9
196
- - @objectstack/core@3.0.9
197
- - @objectstack/types@3.0.9
198
-
199
- ## 3.0.8
200
-
201
- ### Patch Changes
202
-
203
- - Updated dependencies [5a968a2]
204
- - @objectstack/spec@3.0.8
205
- - @objectstack/core@3.0.8
206
- - @objectstack/types@3.0.8
207
-
208
- ## 3.0.7
209
-
210
- ### Patch Changes
211
-
212
- - Updated dependencies [0119bd7]
213
- - Updated dependencies [5426bdf]
214
- - @objectstack/spec@3.0.7
215
- - @objectstack/core@3.0.7
216
- - @objectstack/types@3.0.7
217
-
218
- ## 3.0.6
219
-
220
- ### Patch Changes
221
-
222
- - Updated dependencies [5df254c]
223
- - @objectstack/spec@3.0.6
224
- - @objectstack/core@3.0.6
225
- - @objectstack/types@3.0.6
226
-
227
- ## 3.0.5
228
-
229
- ### Patch Changes
230
-
231
- - Updated dependencies [23a4a68]
232
- - @objectstack/spec@3.0.5
233
- - @objectstack/core@3.0.5
234
- - @objectstack/types@3.0.5
235
-
236
- ## 3.0.4
237
-
238
- ### Patch Changes
239
-
240
- - 437b0b8: feat(objectql): add utility functions, introspection types, and kernel factory
241
-
242
- Upstream key functionality from downstream `@objectql/core` to enable its future deprecation:
243
-
244
- - **Introspection types**: `IntrospectedSchema`, `IntrospectedTable`, `IntrospectedColumn`, `IntrospectedForeignKey`
245
- - **Utility functions**: `toTitleCase()`, `convertIntrospectedSchemaToObjects()`
246
- - **Kernel factory**: `createObjectQLKernel()` with `ObjectQLKernelOptions`
247
-
248
- - Updated dependencies [d738987]
249
- - @objectstack/spec@3.0.4
250
- - @objectstack/core@3.0.4
251
- - @objectstack/types@3.0.4
252
-
253
- ## 3.0.3
254
-
255
- ### Patch Changes
256
-
257
- - c7267f6: Patch release for maintenance updates and improvements.
258
- - Updated dependencies [c7267f6]
259
- - @objectstack/spec@3.0.3
260
- - @objectstack/core@3.0.3
261
- - @objectstack/types@3.0.3
262
-
263
- ## 3.0.2
264
-
265
- ### Patch Changes
266
-
267
- - Updated dependencies [28985f5]
268
- - @objectstack/spec@3.0.2
269
- - @objectstack/core@3.0.2
270
- - @objectstack/types@3.0.2
271
-
272
- ## 3.0.1
273
-
274
- ### Patch Changes
275
-
276
- - Updated dependencies [389725a]
277
- - @objectstack/spec@3.0.1
278
- - @objectstack/core@3.0.1
279
- - @objectstack/types@3.0.1
280
-
281
- ## 3.0.0
282
-
283
- ### Major Changes
284
-
285
- - Release v3.0.0 — unified version bump for all ObjectStack packages.
286
-
287
- ### Patch Changes
288
-
289
- - Updated dependencies
290
- - @objectstack/spec@3.0.0
291
- - @objectstack/core@3.0.0
292
- - @objectstack/types@3.0.0
293
-
294
- ## 2.0.7
295
-
296
- ### Patch Changes
297
-
298
- - Updated dependencies
299
- - @objectstack/spec@2.0.7
300
- - @objectstack/core@2.0.7
301
- - @objectstack/types@2.0.7
302
-
303
- ## 2.0.6
304
-
305
- ### Patch Changes
306
-
307
- - Patch release for maintenance and stability improvements
308
- - Updated dependencies
309
- - @objectstack/spec@2.0.6
310
- - @objectstack/core@2.0.6
311
- - @objectstack/types@2.0.6
312
-
313
- ## 2.0.5
314
-
315
- ### Patch Changes
316
-
317
- - Updated dependencies
318
- - @objectstack/spec@2.0.5
319
- - @objectstack/core@2.0.5
320
- - @objectstack/types@2.0.5
321
-
322
- ## 2.0.4
323
-
324
- ### Patch Changes
325
-
326
- - Patch release for maintenance and stability improvements
327
- - Updated dependencies
328
- - @objectstack/spec@2.0.4
329
- - @objectstack/core@2.0.4
330
- - @objectstack/types@2.0.4
331
-
332
- ## 2.0.3
333
-
334
- ### Patch Changes
335
-
336
- - Patch release for maintenance and stability improvements
337
- - Updated dependencies
338
- - @objectstack/spec@2.0.3
339
- - @objectstack/core@2.0.3
340
- - @objectstack/types@2.0.3
341
-
342
- ## 2.0.2
343
-
344
- ### Patch Changes
345
-
346
- - Updated dependencies [1db8559]
347
- - @objectstack/spec@2.0.2
348
- - @objectstack/core@2.0.2
349
- - @objectstack/types@2.0.2
350
-
351
- ## 2.0.1
352
-
353
- ### Patch Changes
354
-
355
- - Patch release for maintenance and stability improvements
356
- - Updated dependencies
357
- - @objectstack/spec@2.0.1
358
- - @objectstack/core@2.0.1
359
- - @objectstack/types@2.0.1
360
-
361
- ## 2.0.0
362
-
363
- ### Patch Changes
364
-
365
- - Updated dependencies [38e5dd5]
366
- - Updated dependencies [38e5dd5]
367
- - @objectstack/spec@2.0.0
368
- - @objectstack/core@2.0.0
369
- - @objectstack/types@2.0.0
370
-
371
- ## 1.0.12
372
-
373
- ### Patch Changes
374
-
375
- - Updated dependencies
376
- - @objectstack/spec@1.0.12
377
- - @objectstack/core@1.0.12
378
- - @objectstack/types@1.0.12
379
-
380
- ## 1.0.11
381
-
382
- ### Patch Changes
383
-
384
- - @objectstack/spec@1.0.11
385
- - @objectstack/core@1.0.11
386
- - @objectstack/types@1.0.11
387
-
388
- ## 1.0.10
389
-
390
- ### Patch Changes
391
-
392
- - Updated dependencies [10f52e1]
393
- - @objectstack/core@1.0.10
394
- - @objectstack/spec@1.0.10
395
- - @objectstack/types@1.0.10
396
-
397
- ## 1.0.9
398
-
399
- ### Patch Changes
400
-
401
- - b9f8c68: fix: handle async metadata service detection safely to prevent startup crash
402
- - @objectstack/spec@1.0.9
403
- - @objectstack/core@1.0.9
404
- - @objectstack/types@1.0.9
405
-
406
- ## 1.0.8
407
-
408
- ### Patch Changes
409
-
410
- - @objectstack/spec@1.0.8
411
- - @objectstack/core@1.0.8
412
- - @objectstack/types@1.0.8
413
-
414
- ## 1.0.7
415
-
416
- ### Patch Changes
417
-
418
- - @objectstack/spec@1.0.7
419
- - @objectstack/core@1.0.7
420
- - @objectstack/types@1.0.7
421
-
422
- ## 1.0.6
423
-
424
- ### Patch Changes
425
-
426
- - Updated dependencies [a7f7b9d]
427
- - @objectstack/spec@1.0.6
428
- - @objectstack/core@1.0.6
429
- - @objectstack/types@1.0.6
430
-
431
- ## 1.0.5
432
-
433
- ### Patch Changes
434
-
435
- - b1d24bd: refactor: migrate build system from tsc to tsup for faster builds
436
- - Replaced `tsc` with `tsup` (using esbuild) across all packages
437
- - Added shared `tsup.config.ts` in workspace root
438
- - Added `tsup` as workspace dev dependency
439
- - significantly improved build performance
440
- - Updated dependencies [b1d24bd]
441
- - @objectstack/core@1.0.5
442
- - @objectstack/types@1.0.5
443
- - @objectstack/spec@1.0.5
444
-
445
- ## 1.0.4
446
-
447
- ### Patch Changes
448
-
449
- - 5d13533: refactor: fix service registration compatibility and improve logging
450
- - plugin-hono-server: register 'http.server' service alias to match core requirements
451
- - plugin-hono-server: fix console log to show the actual bound port instead of configured port
452
- - plugin-hono-server: reduce log verbosity (moved non-essential logs to debug level)
453
- - objectql: automatically register 'metadata', 'data', 'and 'auth' services during initialization to satisfy kernel contracts
454
- - cli: fix race condition in `serve` command by awaiting plugin registration calls (`kernel.use`)
455
- - @objectstack/spec@1.0.4
456
- - @objectstack/core@1.0.4
457
- - @objectstack/types@1.0.4
458
-
459
- ## 1.0.3
460
-
461
- ### Patch Changes
462
-
463
- - 22a48f0: refactor: fix service registration compatibility and improve logging
464
- - plugin-hono-server: register 'http.server' service alias to match core requirements
465
- - plugin-hono-server: fix console log to show the actual bound port instead of configured port
466
- - plugin-hono-server: reduce log verbosity (moved non-essential logs to debug level)
467
- - objectql: automatically register 'metadata', 'data', 'and 'auth' services during initialization to satisfy kernel contracts
468
- - Updated dependencies [fb2eabd]
469
- - @objectstack/core@1.0.3
470
- - @objectstack/spec@1.0.3
471
- - @objectstack/types@1.0.3
472
-
473
- ## 1.0.2
474
-
475
- ### Patch Changes
476
-
477
- - a0a6c85: Infrastructure and development tooling improvements
478
-
479
- - Add changeset configuration for automated version management
480
- - Add comprehensive GitHub Actions workflows (CI, CodeQL, linting, releases)
481
- - Add development configuration files (.cursorrules, .github/prompts)
482
- - Add documentation files (ARCHITECTURE.md, CONTRIBUTING.md, workflows docs)
483
- - Update test script configuration in package.json
484
- - Add @objectstack/cli to devDependencies for better development experience
485
-
486
- - 109fc5b: Unified patch release to align all package versions.
487
- - Updated dependencies [a0a6c85]
488
- - Updated dependencies [109fc5b]
489
- - @objectstack/spec@1.0.2
490
- - @objectstack/core@1.0.2
491
- - @objectstack/types@1.0.2
492
-
493
- ## 1.0.1
494
-
495
- ### Patch Changes
496
-
497
- - @objectstack/spec@1.0.1
498
- - @objectstack/core@1.0.1
499
- - @objectstack/types@1.0.1
500
-
501
- ## 1.0.0
502
-
503
- ### Major Changes
504
-
505
- - Major version release for ObjectStack Protocol v1.0.
506
- - Stabilized Protocol Definitions
507
- - Enhanced Runtime Plugin Support
508
- - Fixed Type Compliance across Monorepo
509
-
510
- ### Patch Changes
511
-
512
- - Updated dependencies
513
- - @objectstack/spec@1.0.0
514
- - @objectstack/core@1.0.0
515
- - @objectstack/types@1.0.0
516
-
517
- ## 0.9.2
518
-
519
- ### Patch Changes
520
-
521
- - Updated dependencies
522
- - @objectstack/spec@0.9.2
523
- - @objectstack/core@0.9.2
524
- - @objectstack/types@0.9.2
525
-
526
- ## 0.9.1
527
-
528
- ### Patch Changes
529
-
530
- - Patch release for maintenance and stability improvements. All packages updated with unified versioning.
531
- - Updated dependencies
532
- - @objectstack/spec@0.9.1
533
- - @objectstack/core@0.9.1
534
- - @objectstack/types@0.9.1
535
-
536
- ## 0.8.2
537
-
538
- ### Patch Changes
539
-
540
- - 555e6a7: Refactor: Deprecated View Storage protocol in favor of Metadata Views.
541
-
542
- - **BREAKING**: Removed `view-storage.zod.ts` and `ViewStorage` related types from `@objectstack/spec`.
543
- - **BREAKING**: Removed `createView`, `updateView`, `deleteView`, `listViews` from `ObjectStackProtocol` interface.
544
- - **BREAKING**: Removed in-memory View Storage implementation from `@objectstack/objectql`.
545
- - **UPDATE**: `@objectstack/plugin-msw` now dynamically loads `@objectstack/objectql` to avoid hard dependencies.
546
-
547
- - Updated dependencies [555e6a7]
548
- - @objectstack/spec@0.8.2
549
- - @objectstack/core@0.8.2
550
- - @objectstack/types@0.8.2
551
-
552
- ## 0.8.1
553
-
554
- ### Patch Changes
555
-
556
- - @objectstack/spec@0.8.1
557
- - @objectstack/core@0.8.1
558
- - @objectstack/types@0.8.1
559
-
560
- ## 1.0.0
561
-
562
- ### Minor Changes
563
-
564
- - # Upgrade to Zod v4 and Protocol Improvements
565
-
566
- This release includes a major upgrade to the core validation engine (Zod v4) and aligns all protocol definitions with stricter type safety.
567
-
568
- ### Patch Changes
569
-
570
- - Updated dependencies
571
- - @objectstack/spec@1.0.0
572
- - @objectstack/core@1.0.0
573
- - @objectstack/types@1.0.0
574
-
575
- ## 0.7.2
576
-
577
- ### Patch Changes
578
-
579
- - fb41cc0: Patch release: Updated documentation and JSON schemas
580
- - Updated dependencies [fb41cc0]
581
- - @objectstack/spec@0.7.2
582
- - @objectstack/core@0.7.2
583
- - @objectstack/types@0.7.2
584
-
585
- ## 0.7.1
586
-
587
- ### Patch Changes
588
-
589
- - Patch release for maintenance and stability improvements
590
- - Updated dependencies
591
- - @objectstack/spec@0.7.1
592
- - @objectstack/types@0.7.1
593
- - @objectstack/core@0.7.1
594
-
595
- ## 0.6.1
596
-
597
- ### Patch Changes
598
-
599
- - Patch release for maintenance and stability improvements
600
- - Updated dependencies
601
- - @objectstack/spec@0.6.1
602
- - @objectstack/types@0.6.1
603
- - @objectstack/core@0.6.1
604
-
605
- ## 0.6.0
606
-
607
- ### Minor Changes
608
-
609
- - b2df5f7: Unified version bump to 0.5.0
610
-
611
- - Standardized all package versions to 0.5.0 across the monorepo
612
- - Fixed driver-memory package.json paths for proper module resolution
613
- - Ensured all packages are in sync for the 0.5.0 release
614
-
615
- ### Patch Changes
616
-
617
- - Updated dependencies [b2df5f7]
618
- - @objectstack/spec@0.6.0
619
- - @objectstack/types@0.6.0
620
- - @objectstack/core@0.6.0
621
-
622
- ## 0.4.2
623
-
624
- ### Patch Changes
625
-
626
- - Unify all package versions to 0.4.2
627
- - Updated dependencies
628
- - @objectstack/spec@0.4.2
629
-
630
- ## 0.4.1
631
-
632
- ### Patch Changes
633
-
634
- - Version synchronization and dependency updates
635
-
636
- - Synchronized plugin-msw version to 0.4.1
637
- - Updated runtime peer dependency versions to ^0.4.1
638
- - Fixed internal dependency version mismatches
639
-
640
- - Updated dependencies
641
- - @objectstack/spec@0.4.1
642
-
643
- ## 0.4.0
644
-
645
- ### Minor Changes
646
-
647
- - Release version 0.4.0
648
-
649
- ## 0.3.3
650
-
651
- ### Patch Changes
652
-
653
- - Workflow and configuration improvements
654
-
655
- - Enhanced GitHub workflows for CI, release, and PR automation
656
- - Added comprehensive prompt templates for different protocol areas
657
- - Improved project documentation and automation guides
658
- - Updated changeset configuration
659
- - Added cursor rules for better development experience
660
-
661
- - Updated dependencies
662
- - @objectstack/spec@0.3.3
663
-
664
- ## 0.3.2
665
-
666
- ### Patch Changes
667
-
668
- - Patch release for maintenance and stability improvements
669
- - Updated dependencies
670
- - @objectstack/spec@0.3.2
671
-
672
- ## 0.3.1
673
-
674
- ### Patch Changes
675
-
676
- - @objectstack/spec@0.3.1
677
-
678
- ## 0.3.0
679
-
680
- ### Patch Changes
681
-
682
- - Updated dependencies
683
- - @objectstack/spec@1.0.0
684
-
685
- ## 0.2.0
686
-
687
- ### Minor Changes
688
-
689
- - Initial release of ObjectStack Protocol & Specification packages
690
-
691
- This is the first public release of the ObjectStack ecosystem, providing:
692
-
693
- - Core protocol definitions and TypeScript types
694
- - ObjectQL query language and runtime
695
- - Memory driver for in-memory data storage
696
- - Client library for interacting with ObjectStack
697
- - Hono server plugin for REST API endpoints
698
- - Complete JSON schema generation for all specifications
699
-
700
- ### Patch Changes
701
-
702
- - Updated dependencies
703
- - @objectstack/spec@0.2.0
704
-
705
- ## 0.1.1
706
-
707
- ### Patch Changes
708
-
709
- - Remove debug logs from registry and protocol modules
710
- - Updated dependencies
711
- - @objectstack/spec@0.1.2