@objectstack/objectql 4.0.4 → 4.1.0

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