-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathchangelog.json
More file actions
3229 lines (3229 loc) · 238 KB
/
changelog.json
File metadata and controls
3229 lines (3229 loc) · 238 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"entries": [
{
"id": "2026-03-09-api-client-python-0-12-9",
"slug": "api-client-python-0-12-9",
"title": "api-client-python v0.12.9",
"date": "2026-03-09",
"categories": [
"API Clients"
],
"summary": "<ul>\n<li>: - <strong>Changed</strong>.</li>\n<li>: - <strong>Changed</strong></li>\n<li><strong>Changed</strong> (Breaking ⚠️)</li>\n<li>: - <strong>Changed</strong></li>\n</ul>\n",
"fullContent": "<ul>\n<li>: - <strong>Changed</strong>.</li>\n<li>: - <strong>Changed</strong></li>\n<li><strong>Changed</strong> (Breaking ⚠️)</li>\n<li>: - <strong>Changed</strong></li>\n</ul>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-python/releases/tag/v0.12.9\">https://github.com/gleanwork/api-client-python/releases/tag/v0.12.9</a></p>\n",
"hasTruncation": true,
"fileName": "2026-03-09-api-client-python-0-12-9.md"
},
{
"id": "2026-03-09-api-client-java-0-12-24",
"slug": "api-client-java-0-12-24",
"title": "api-client-java v0.12.24",
"date": "2026-03-09",
"categories": [
"API Clients"
],
"summary": "<p>This release updates multiple client request/response schemas (including snippets and chat messages), introduces new datasource configuration endpoints, and deprecates a people indexing API. - Introduced breaking response changes across search, chat, messages, autocomplete, and related...</p>\n",
"fullContent": "<p>This release updates multiple client request/response schemas (including snippets and chat messages), introduces new datasource configuration endpoints, and deprecates a people indexing API. - Introduced breaking response changes across search, chat, messages, autocomplete, and related...</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-java/releases/tag/v0.12.24\">https://github.com/gleanwork/api-client-java/releases/tag/v0.12.24</a></p>\n",
"hasTruncation": true,
"fileName": "2026-03-09-api-client-java-0-12-24.md"
},
{
"id": "2026-03-09-api-client-go-0-11-29",
"slug": "api-client-go-0-11-29",
"title": "api-client-go v0.11.29",
"date": "2026-03-09",
"categories": [
"API Clients"
],
"summary": "<p>This release introduces widespread response and snippet schema changes across the Go client, multiple breaking changes to chat and search APIs, new datasource configuration endpoints, and an updated agents error model. - Breaking changes to responses for Chat (Create, Retrieve, List, CreateStream),...</p>\n",
"fullContent": "<p>This release introduces widespread response and snippet schema changes across the Go client, multiple breaking changes to chat and search APIs, new datasource configuration endpoints, and an updated agents error model. - Breaking changes to responses for Chat (Create, Retrieve, List, CreateStream),...</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-go/releases/tag/v0.11.29\">https://github.com/gleanwork/api-client-go/releases/tag/v0.11.29</a></p>\n",
"hasTruncation": true,
"fileName": "2026-03-09-api-client-go-0-11-29.md"
},
{
"id": "2026-03-06-mcp-server-0-10-1",
"slug": "mcp-server-0-10-1",
"title": "mcp-server v0.10.1",
"date": "2026-03-06",
"categories": [
"MCP"
],
"summary": "<p>Fixed a publishing issue affecting version 0.10.0. - Resolved a problem that prevented successful publishing with 0.10.0</p>\n",
"fullContent": "<p>Fixed a publishing issue affecting version 0.10.0. - Resolved a problem that prevented successful publishing with 0.10.0</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/mcp-server/releases/tag/v0.10.1\">https://github.com/gleanwork/mcp-server/releases/tag/v0.10.1</a></p>\n",
"hasTruncation": true,
"fileName": "2026-03-06-mcp-server-0-10-1.md"
},
{
"id": "2026-03-05-mcp-server-0-10-0",
"slug": "mcp-server-0-10-0",
"title": "mcp-server v0.10.0",
"date": "2026-03-05",
"categories": [
"MCP"
],
"summary": "<p>A changelog entry can’t be generated yet because only the version label (“mcp-server v0.10.0”) was provided, and the actual release note contents are missing. Please paste the full release notes text for mcp-server v0.10.0 so I can turn it into a compliant changelog entry following your rules.</p>\n",
"fullContent": "<p>A changelog entry can’t be generated yet because only the version label (“mcp-server v0.10.0”) was provided, and the actual release note contents are missing. Please paste the full release notes text for mcp-server v0.10.0 so I can turn it into a compliant changelog entry following your rules.</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/mcp-server/releases/tag/v0.10.0\">https://github.com/gleanwork/mcp-server/releases/tag/v0.10.0</a></p>\n",
"hasTruncation": true,
"fileName": "2026-03-05-mcp-server-0-10-0.md"
},
{
"id": "2026-03-05-mcp-config-schema-4-3-0",
"slug": "mcp-config-schema-4-3-0",
"title": "mcp-config-schema v4.3.0",
"date": "2026-03-05",
"categories": [
"MCP"
],
"summary": "<p>No changes documented for mcp-config-schema v4.3.0 beyond the version bump.</p>\n",
"fullContent": "<p>No changes documented for mcp-config-schema v4.3.0 beyond the version bump.</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/mcp-config/releases/tag/v4.3.0\">https://github.com/gleanwork/mcp-config/releases/tag/v4.3.0</a></p>\n",
"hasTruncation": true,
"fileName": "2026-03-05-mcp-config-schema-4-3-0.md"
},
{
"id": "2026-03-05-langchain-glean-0-4-0",
"slug": "langchain-glean-0-4-0",
"title": "langchain-glean v0.4.0",
"date": "2026-03-05",
"categories": [
"langchain-glean"
],
"summary": "<p>Adds server_url configuration with instance fallback and updates tooling and SDK usage for improved developer ergonomics. - Added server_url support with automatic fallback to the Glean instance. - Migrated task runner from go-task to native mise tasks. - Updated Speakeasy SDK usage and...</p>\n",
"fullContent": "<p>Adds server_url configuration with instance fallback and updates tooling and SDK usage for improved developer ergonomics. - Added server_url support with automatic fallback to the Glean instance. - Migrated task runner from go-task to native mise tasks. - Updated Speakeasy SDK usage and...</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/langchain-glean/releases/tag/v0.4.0\">https://github.com/gleanwork/langchain-glean/releases/tag/v0.4.0</a></p>\n",
"hasTruncation": true,
"fileName": "2026-03-05-langchain-glean-0-4-0.md"
},
{
"id": "2026-03-05-glean-indexing-sdk-1-0-0b1",
"slug": "glean-indexing-sdk-1-0-0b1",
"title": "glean-indexing-sdk v1.0.0b1",
"date": "2026-03-05",
"categories": [
"Glean Indexing SDK"
],
"summary": "<p>Glean Indexing SDK now supports configuration via GLEAN_SERVER_URL with GLEAN_INSTANCE fallback and introduces improved error handling and documentation. - Added support for configuring the SDK using GLEAN_SERVER_URL with GLEAN_INSTANCE as a fallback. - Introduced a custom exception hierarchy to...</p>\n",
"fullContent": "<p>Glean Indexing SDK now supports configuration via GLEAN_SERVER_URL with GLEAN_INSTANCE fallback and introduces improved error handling and documentation. - Added support for configuring the SDK using GLEAN_SERVER_URL with GLEAN_INSTANCE as a fallback. - Introduced a custom exception hierarchy to...</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/glean-indexing-sdk/releases/tag/v1.0.0b1\">https://github.com/gleanwork/glean-indexing-sdk/releases/tag/v1.0.0b1</a></p>\n",
"hasTruncation": true,
"fileName": "2026-03-05-glean-indexing-sdk-1-0-0b1.md"
},
{
"id": "2026-03-05-glean-agent-toolkit-0-4-0",
"slug": "glean-agent-toolkit-0-4-0",
"title": "glean-agent-toolkit 0.4.0",
"date": "2026-03-05",
"categories": [
"Glean Agent Toolkit"
],
"summary": "<p>Improves Glean Agent Toolkit’s environment configuration, developer setup, and schema capabilities while fixing adapter hints and lint issues. - Support GLEAN_SERVER_URL with GLEAN_INSTANCE fallback and add API client retry configuration controlled via environment variables - Adopt mise with full...</p>\n",
"fullContent": "<p>Improves Glean Agent Toolkit’s environment configuration, developer setup, and schema capabilities while fixing adapter hints and lint issues. - Support GLEAN_SERVER_URL with GLEAN_INSTANCE fallback and add API client retry configuration controlled via environment variables - Adopt mise with full...</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/glean-agent-toolkit/releases/tag/0.4.0\">https://github.com/gleanwork/glean-agent-toolkit/releases/tag/0.4.0</a></p>\n",
"hasTruncation": true,
"fileName": "2026-03-05-glean-agent-toolkit-0-4-0.md"
},
{
"id": "2026-03-05-configure-mcp-server-3-1-0",
"slug": "configure-mcp-server-3-1-0",
"title": "configure-mcp-server v3.1.0",
"date": "2026-03-05",
"categories": [
"MCP"
],
"summary": "<p>This release adds server URL configurability for MCP and updates the MCP config package dependency. - Added CLI flag to configure the MCP server endpoint - Added environment variable support for MCP server configuration - Migrated MCP config dependency from to</p>\n",
"fullContent": "<p>This release adds server URL configurability for MCP and updates the MCP config package dependency. - Added CLI flag to configure the MCP server endpoint - Added environment variable support for MCP server configuration - Migrated MCP config dependency from to</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/configure-mcp-server/releases/tag/v3.1.0\">https://github.com/gleanwork/configure-mcp-server/releases/tag/v3.1.0</a></p>\n",
"hasTruncation": true,
"fileName": "2026-03-05-configure-mcp-server-3-1-0.md"
},
{
"id": "2026-02-23-mcp-config-schema-4-2-0",
"slug": "mcp-config-schema-4-2-0",
"title": "mcp-config-schema v4.2.0",
"date": "2026-02-23",
"categories": [
"MCP"
],
"summary": "<p>No functional changes documented for mcp-config-schema v4.2.0 based on the provided release notes. - Version identifier updated to mcp-config-schema v4.2.0 for tracking and dependency alignment.</p>\n",
"fullContent": "<p>No functional changes documented for mcp-config-schema v4.2.0 based on the provided release notes. - Version identifier updated to mcp-config-schema v4.2.0 for tracking and dependency alignment.</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/mcp-config/releases/tag/v4.2.0\">https://github.com/gleanwork/mcp-config/releases/tag/v4.2.0</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-23-mcp-config-schema-4-2-0.md"
},
{
"id": "2026-02-23-glean-indexing-sdk-1-0-0b0",
"slug": "glean-indexing-sdk-1-0-0b0",
"title": "glean-indexing-sdk v1.0.0b0",
"date": "2026-02-23",
"categories": [
"Glean Indexing SDK"
],
"summary": "<p>Introduces a custom exception hierarchy for the Glean Indexing SDK and improves release packaging and documentation references. - Add custom exception hierarchy to enable more robust and granular error handling - Fix broken documentation references by updating invalid URLs - Ensure release commits...</p>\n",
"fullContent": "<p>Introduces a custom exception hierarchy for the Glean Indexing SDK and improves release packaging and documentation references. - Add custom exception hierarchy to enable more robust and granular error handling - Fix broken documentation references by updating invalid URLs - Ensure release commits...</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/glean-indexing-sdk/releases/tag/v1.0.0b0\">https://github.com/gleanwork/glean-indexing-sdk/releases/tag/v1.0.0b0</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-23-glean-indexing-sdk-1-0-0b0.md"
},
{
"id": "2026-02-20-api-client-typescript-0-14-7",
"slug": "api-client-typescript-0-14-7",
"title": "api-client-typescript v0.14.7",
"date": "2026-02-20",
"categories": [
"API Clients"
],
"summary": "<p>Updated to change the field. - Category: API Clients - Affected method: - Changed response field:</p>\n",
"fullContent": "<p>Updated to change the field. - Category: API Clients - Affected method: - Changed response field:</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-typescript/releases/tag/v0.14.7\">https://github.com/gleanwork/api-client-typescript/releases/tag/v0.14.7</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-20-api-client-typescript-0-14-7.md"
},
{
"id": "2026-02-20-api-client-python-0-12-8",
"slug": "api-client-python-0-12-8",
"title": "api-client-python v0.12.8",
"date": "2026-02-20",
"categories": [
"API Clients"
],
"summary": "<ul>\n<li>: <strong>Changed</strong>.</li>\n<li>: <strong>Changed</strong></li>\n</ul>\n",
"fullContent": "<ul>\n<li>: <strong>Changed</strong>.</li>\n<li>: <strong>Changed</strong></li>\n</ul>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-python/releases/tag/v0.12.8\">https://github.com/gleanwork/api-client-python/releases/tag/v0.12.8</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-20-api-client-python-0-12-8.md"
},
{
"id": "2026-02-20-api-client-java-0-12-23",
"slug": "api-client-java-0-12-23",
"title": "api-client-java v0.12.23",
"date": "2026-02-20",
"categories": [
"API Clients"
],
"summary": "<p>Updated so that has changed in the API client. - Category: API Clients - Package: - Change: in response marked as changed</p>\n",
"fullContent": "<p>Updated so that has changed in the API client. - Category: API Clients - Package: - Change: in response marked as changed</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-java/releases/tag/v0.12.23\">https://github.com/gleanwork/api-client-java/releases/tag/v0.12.23</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-20-api-client-java-0-12-23.md"
},
{
"id": "2026-02-20-api-client-go-0-11-28",
"slug": "api-client-go-0-11-28",
"title": "api-client-go v0.11.28",
"date": "2026-02-20",
"categories": [
"API Clients"
],
"summary": "<p>Updated to change the field. - behavior or structure has been modified in</p>\n",
"fullContent": "<p>Updated to change the field. - behavior or structure has been modified in</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-go/releases/tag/v0.11.28\">https://github.com/gleanwork/api-client-go/releases/tag/v0.11.28</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-20-api-client-go-0-11-28.md"
},
{
"id": "2026-02-19-rest-api-changes-open-api",
"slug": "rest-api-changes-open-api",
"title": "REST API: changes (endpoints) 2026-02-19",
"date": "2026-02-19",
"categories": [
"API"
],
"summary": "<p>1 endpoint added</p>\n",
"fullContent": "<p>1 endpoint added</p>\n<p>Added endpoint: /checkdatasourceauth</p>\n",
"hasTruncation": true,
"fileName": "2026-02-19-rest-api-changes-open-api.md"
},
{
"id": "2026-02-19-api-client-typescript-0-14-6",
"slug": "api-client-typescript-0-14-6",
"title": "api-client-typescript v0.14.6",
"date": "2026-02-19",
"categories": [
"API Clients"
],
"summary": "<p>Added the method to the package in version 0.14.6. - Category: API Clients - New:</p>\n",
"fullContent": "<p>Added the method to the package in version 0.14.6. - Category: API Clients - New:</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-typescript/releases/tag/v0.14.6\">https://github.com/gleanwork/api-client-typescript/releases/tag/v0.14.6</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-19-api-client-typescript-0-14-6.md"
},
{
"id": "2026-02-19-api-client-python-0-12-7",
"slug": "api-client-python-0-12-7",
"title": "api-client-python v0.12.7",
"date": "2026-02-19",
"categories": [
"API Clients"
],
"summary": "<p>Added a new authentication helper for checking data source authorization in glean-api-client 0.12.7. - Added for data source auth checks.</p>\n",
"fullContent": "<p>Added a new authentication helper for checking data source authorization in glean-api-client 0.12.7. - Added for data source auth checks.</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-python/releases/tag/v0.12.7\">https://github.com/gleanwork/api-client-python/releases/tag/v0.12.7</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-19-api-client-python-0-12-7.md"
},
{
"id": "2026-02-19-api-client-java-0-12-22",
"slug": "api-client-java-0-12-22",
"title": "api-client-java v0.12.22",
"date": "2026-02-19",
"categories": [
"API Clients"
],
"summary": "<p>Added the method to the API client for authentication checks. - New function added to the client</p>\n",
"fullContent": "<p>Added the method to the API client for authentication checks. - New function added to the client</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-java/releases/tag/v0.12.22\">https://github.com/gleanwork/api-client-java/releases/tag/v0.12.22</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-19-api-client-java-0-12-22.md"
},
{
"id": "2026-02-19-api-client-go-0-11-27",
"slug": "api-client-go-0-11-27",
"title": "api-client-go v0.11.27",
"date": "2026-02-19",
"categories": [
"API Clients"
],
"summary": "<p>Added the method to the Go API client. - Added to support datasource authentication checks</p>\n",
"fullContent": "<p>Added the method to the Go API client. - Added to support datasource authentication checks</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-go/releases/tag/v0.11.27\">https://github.com/gleanwork/api-client-go/releases/tag/v0.11.27</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-19-api-client-go-0-11-27.md"
},
{
"id": "2026-02-18-api-client-typescript-0-14-5",
"slug": "api-client-typescript-0-14-5",
"title": "api-client-typescript v0.14.5",
"date": "2026-02-18",
"categories": [
"API Clients"
],
"summary": "<ul>\n<li>: - <strong>Changed</strong>.</li>\n<li>: - <strong>Changed</strong></li>\n<li><strong>Changed</strong> (Breaking ⚠️)</li>\n<li>: <strong>Changed</strong> (Breaking ⚠️)</li>\n</ul>\n",
"fullContent": "<ul>\n<li>: - <strong>Changed</strong>.</li>\n<li>: - <strong>Changed</strong></li>\n<li><strong>Changed</strong> (Breaking ⚠️)</li>\n<li>: <strong>Changed</strong> (Breaking ⚠️)</li>\n</ul>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-typescript/releases/tag/v0.14.5\">https://github.com/gleanwork/api-client-typescript/releases/tag/v0.14.5</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-18-api-client-typescript-0-14-5.md"
},
{
"id": "2026-02-18-api-client-python-0-12-6",
"slug": "api-client-python-0-12-6",
"title": "api-client-python v0.12.6",
"date": "2026-02-18",
"categories": [
"API Clients"
],
"summary": "<p>glean-api-client 0.12.6 changes chat message type fields and adds unauthorized datasource error details across search APIs. - Changed in for and , and in for (breaking). - Changed for (breaking). - Added (and ) to , , , , and .</p>\n",
"fullContent": "<p>glean-api-client 0.12.6 changes chat message type fields and adds unauthorized datasource error details across search APIs. - Changed in for and , and in for (breaking). - Changed for (breaking). - Added (and ) to , , , , and .</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-python/releases/tag/v0.12.6\">https://github.com/gleanwork/api-client-python/releases/tag/v0.12.6</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-18-api-client-python-0-12-6.md"
},
{
"id": "2026-02-18-api-client-java-0-12-21",
"slug": "api-client-java-0-12-21",
"title": "api-client-java v0.12.21",
"date": "2026-02-18",
"categories": [
"API Clients"
],
"summary": "<p>This release updates chat messageType fields and introduces unauthorizedDatasourceInstances error details across search and messages APIs, including breaking changes to chat create and retrieve responses. - Updated messageType in request.chatRequest.messages[] for glean.client.chat.create() and...</p>\n",
"fullContent": "<p>This release updates chat messageType fields and introduces unauthorizedDatasourceInstances error details across search and messages APIs, including breaking changes to chat create and retrieve responses. - Updated messageType in request.chatRequest.messages[] for glean.client.chat.create() and...</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-java/releases/tag/v0.12.21\">https://github.com/gleanwork/api-client-java/releases/tag/v0.12.21</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-18-api-client-java-0-12-21.md"
},
{
"id": "2026-02-18-api-client-go-0-11-26",
"slug": "api-client-go-0-11-26",
"title": "api-client-go v0.11.26",
"date": "2026-02-18",
"categories": [
"API Clients"
],
"summary": "<p>api-client-go 0.11.26 updates chat message type fields and adds UnauthorizedDatasourceInstances error details across messages and search APIs, including several breaking response changes. - Updated MessageType in Glean.Client.Chat.Create(), Retrieve(), and CreateStream(), including breaking...</p>\n",
"fullContent": "<p>api-client-go 0.11.26 updates chat message type fields and adds UnauthorizedDatasourceInstances error details across messages and search APIs, including several breaking response changes. - Updated MessageType in Glean.Client.Chat.Create(), Retrieve(), and CreateStream(), including breaking...</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-go/releases/tag/v0.11.26\">https://github.com/gleanwork/api-client-go/releases/tag/v0.11.26</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-18-api-client-go-0-11-26.md"
},
{
"id": "2026-02-10-api-client-typescript-0-14-4",
"slug": "api-client-typescript-0-14-4",
"title": "api-client-typescript v0.14.4",
"date": "2026-02-10",
"categories": [
"API Clients"
],
"summary": "<p>Added support for the enum value in the activity feedback API request. - now accepts</p>\n",
"fullContent": "<p>Added support for the enum value in the activity feedback API request. - now accepts</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-typescript/releases/tag/v0.14.4\">https://github.com/gleanwork/api-client-typescript/releases/tag/v0.14.4</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-10-api-client-typescript-0-14-4.md"
},
{
"id": "2026-02-10-api-client-python-0-12-5",
"slug": "api-client-python-0-12-5",
"title": "api-client-python v0.12.5",
"date": "2026-02-10",
"categories": [
"API Clients"
],
"summary": "<ul>\n<li>: - <strong>Added</strong>.</li>\n<li>: - <strong>Added</strong></li>\n</ul>\n",
"fullContent": "<ul>\n<li>: - <strong>Added</strong>.</li>\n<li>: - <strong>Added</strong></li>\n</ul>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-python/releases/tag/v0.12.5\">https://github.com/gleanwork/api-client-python/releases/tag/v0.12.5</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-10-api-client-python-0-12-5.md"
},
{
"id": "2026-02-10-api-client-java-0-12-20",
"slug": "api-client-java-0-12-20",
"title": "api-client-java v0.12.20",
"date": "2026-02-10",
"categories": [
"API Clients"
],
"summary": "<p>Added a new feedbackTimeSaved enum value to the feedback request event in glean.client.activity.feedback(). - Added request.feedback1.event.enum(feedbackTimeSaved) to glean.client.activity.feedback()</p>\n",
"fullContent": "<p>Added a new feedbackTimeSaved enum value to the feedback request event in glean.client.activity.feedback(). - Added request.feedback1.event.enum(feedbackTimeSaved) to glean.client.activity.feedback()</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-java/releases/tag/v0.12.20\">https://github.com/gleanwork/api-client-java/releases/tag/v0.12.20</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-10-api-client-java-0-12-20.md"
},
{
"id": "2026-02-10-api-client-go-0-11-25",
"slug": "api-client-go-0-11-25",
"title": "api-client-go v0.11.25",
"date": "2026-02-10",
"categories": [
"API Clients"
],
"summary": "<ul>\n<li>: - <strong>Added</strong>.</li>\n<li>: - <strong>Added</strong></li>\n</ul>\n",
"fullContent": "<ul>\n<li>: - <strong>Added</strong>.</li>\n<li>: - <strong>Added</strong></li>\n</ul>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-go/releases/tag/v0.11.25\">https://github.com/gleanwork/api-client-go/releases/tag/v0.11.25</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-10-api-client-go-0-11-25.md"
},
{
"id": "2026-02-09-api-client-typescript-0-14-3",
"slug": "api-client-typescript-0-14-3",
"title": "api-client-typescript v0.14.3",
"date": "2026-02-09",
"categories": [
"API Clients"
],
"summary": "<p>Added the response.tools field to glean.client.agents.retrieveSchemas() in the @gleanwork/api-client 0.14.3 release. - Added response.tools to glean.client.agents.retrieveSchemas() output</p>\n",
"fullContent": "<p>Added the response.tools field to glean.client.agents.retrieveSchemas() in the @gleanwork/api-client 0.14.3 release. - Added response.tools to glean.client.agents.retrieveSchemas() output</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-typescript/releases/tag/v0.14.3\">https://github.com/gleanwork/api-client-typescript/releases/tag/v0.14.3</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-09-api-client-typescript-0-14-3.md"
},
{
"id": "2026-02-09-api-client-python-0-12-4",
"slug": "api-client-python-0-12-4",
"title": "api-client-python v0.12.4",
"date": "2026-02-09",
"categories": [
"API Clients"
],
"summary": "<p>Released Python API client v0.12.4 generated from OpenAPI Doc 0.9.0 using Speakeasy CLI 1.709.1 (2.812.2). - Generated Python SDK version v0.12.4 - Published Python package release v0.12.4</p>\n",
"fullContent": "<p>Released Python API client v0.12.4 generated from OpenAPI Doc 0.9.0 using Speakeasy CLI 1.709.1 (2.812.2). - Generated Python SDK version v0.12.4 - Published Python package release v0.12.4</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-python/releases/tag/v0.12.4\">https://github.com/gleanwork/api-client-python/releases/tag/v0.12.4</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-09-api-client-python-0-12-4.md"
},
{
"id": "2026-02-09-api-client-python-0-12-3",
"slug": "api-client-python-0-12-3",
"title": "api-client-python v0.12.3",
"date": "2026-02-09",
"categories": [
"API Clients"
],
"summary": "<ul>\n<li>: <strong>Added</strong>.</li>\n<li>: <strong>Added</strong></li>\n</ul>\n",
"fullContent": "<ul>\n<li>: <strong>Added</strong>.</li>\n<li>: <strong>Added</strong></li>\n</ul>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-python/releases/tag/v0.12.3\">https://github.com/gleanwork/api-client-python/releases/tag/v0.12.3</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-09-api-client-python-0-12-3.md"
},
{
"id": "2026-02-09-api-client-java-0-12-19",
"slug": "api-client-java-0-12-19",
"title": "api-client-java v0.12.19",
"date": "2026-02-09",
"categories": [
"API Clients"
],
"summary": "<p>The method now includes the field in its response. - Added to the response</p>\n",
"fullContent": "<p>The method now includes the field in its response. - Added to the response</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-java/releases/tag/v0.12.19\">https://github.com/gleanwork/api-client-java/releases/tag/v0.12.19</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-09-api-client-java-0-12-19.md"
},
{
"id": "2026-02-09-api-client-go-0-11-24",
"slug": "api-client-go-0-11-24",
"title": "api-client-go v0.11.24",
"date": "2026-02-09",
"categories": [
"API Clients"
],
"summary": "<ul>\n<li>: <strong>Added</strong>.</li>\n<li>: <strong>Added</strong></li>\n</ul>\n",
"fullContent": "<ul>\n<li>: <strong>Added</strong>.</li>\n<li>: <strong>Added</strong></li>\n</ul>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-go/releases/tag/v0.11.24\">https://github.com/gleanwork/api-client-go/releases/tag/v0.11.24</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-09-api-client-go-0-11-24.md"
},
{
"id": "2026-02-06-api-client-typescript-0-14-1",
"slug": "api-client-typescript-0-14-1",
"title": "api-client-typescript v0.14.1",
"date": "2026-02-06",
"categories": [
"API Clients"
],
"summary": "<p>Updated the TypeScript API client to version 0.14.1 based on OpenAPI Doc 0.9.0. - Generated TypeScript client v0.14.1 - Aligned with OpenAPI Doc 0.9.0 - Release available as NPM package v0.14.1</p>\n",
"fullContent": "<p>Updated the TypeScript API client to version 0.14.1 based on OpenAPI Doc 0.9.0. - Generated TypeScript client v0.14.1 - Aligned with OpenAPI Doc 0.9.0 - Release available as NPM package v0.14.1</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-typescript/releases/tag/v0.14.1\">https://github.com/gleanwork/api-client-typescript/releases/tag/v0.14.1</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-06-api-client-typescript-0-14-1.md"
},
{
"id": "2026-02-06-api-client-python-0-12-1",
"slug": "api-client-python-0-12-1",
"title": "api-client-python v0.12.1",
"date": "2026-02-06",
"categories": [
"API Clients"
],
"summary": "<p>Updated Python API client to version 0.12.1 based on OpenAPI Doc 0.9.0. - Python client generated at v0.12.1 - Released on PyPI as v0.12.1</p>\n",
"fullContent": "<p>Updated Python API client to version 0.12.1 based on OpenAPI Doc 0.9.0. - Python client generated at v0.12.1 - Released on PyPI as v0.12.1</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-python/releases/tag/v0.12.1\">https://github.com/gleanwork/api-client-python/releases/tag/v0.12.1</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-06-api-client-python-0-12-1.md"
},
{
"id": "2026-02-06-api-client-java-0-12-16",
"slug": "api-client-java-0-12-16",
"title": "api-client-java v0.12.16",
"date": "2026-02-06",
"categories": [
"API Clients"
],
"summary": "<p>Updated Java API client to version 0.12.16 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.706.1 (2.809.2). - Java client v0.12.16 released to Maven Central</p>\n",
"fullContent": "<p>Updated Java API client to version 0.12.16 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.706.1 (2.809.2). - Java client v0.12.16 released to Maven Central</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-java/releases/tag/v0.12.16\">https://github.com/gleanwork/api-client-java/releases/tag/v0.12.16</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-06-api-client-java-0-12-16.md"
},
{
"id": "2026-02-06-api-client-go-0-11-22",
"slug": "api-client-go-0-11-22",
"title": "api-client-go v0.11.22",
"date": "2026-02-06",
"categories": [
"API Clients"
],
"summary": "<p>Updated Go API client to version 0.11.22 based on OpenAPI Doc 0.9.0. - No additional details or breaking changes were specified in this release.</p>\n",
"fullContent": "<p>Updated Go API client to version 0.11.22 based on OpenAPI Doc 0.9.0. - No additional details or breaking changes were specified in this release.</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-go/releases/tag/v0.11.22\">https://github.com/gleanwork/api-client-go/releases/tag/v0.11.22</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-06-api-client-go-0-11-22.md"
},
{
"id": "2026-02-05-glean-indexing-sdk-0-3-1",
"slug": "glean-indexing-sdk-0-3-1",
"title": "glean-indexing-sdk v0.3.1",
"date": "2026-02-05",
"categories": [
"Glean Indexing SDK"
],
"summary": "<p>Added a guided release process, standardized async class and file naming, and improved release commit contents. - Introduced /release command for guided releases - Renamed async classes with Base prefix and files to base_* convention - Included CHANGELOG.md and uv.lock in release commits</p>\n",
"fullContent": "<p>Added a guided release process, standardized async class and file naming, and improved release commit contents. - Introduced /release command for guided releases - Renamed async classes with Base prefix and files to base_* convention - Included CHANGELOG.md and uv.lock in release commits</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/glean-indexing-sdk/releases/tag/v0.3.1\">https://github.com/gleanwork/glean-indexing-sdk/releases/tag/v0.3.1</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-05-glean-indexing-sdk-0-3-1.md"
},
{
"id": "2026-02-05-glean-indexing-sdk-0-3-0",
"slug": "glean-indexing-sdk-0-3-0",
"title": "glean-indexing-sdk v0.3.0",
"date": "2026-02-05",
"categories": [
"Glean Indexing SDK"
],
"summary": "<p>Introduces a guided release process, standardizes async class and file naming, and improves Python version management for the Glean Indexing SDK. - Adds /release command for guided releases - Renames async classes with Base prefix and streaming files to base_* convention - Uses mise use for Python...</p>\n",
"fullContent": "<p>Introduces a guided release process, standardizes async class and file naming, and improves Python version management for the Glean Indexing SDK. - Adds /release command for guided releases - Renames async classes with Base prefix and streaming files to base_* convention - Uses mise use for Python...</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/glean-indexing-sdk/releases/tag/v0.3.0\">https://github.com/gleanwork/glean-indexing-sdk/releases/tag/v0.3.0</a></p>\n",
"hasTruncation": true,
"fileName": "2026-02-05-glean-indexing-sdk-0-3-0.md"
},
{
"id": "2026-01-29-mcp-config-schema-4-1-1",
"slug": "mcp-config-schema-4-1-1",
"title": "mcp-config-schema v4.1.1",
"date": "2026-01-29",
"categories": [
"MCP"
],
"summary": "<p>Restored README documentation files for both mcp-config-glean and mcp-config-schema packages. - Documentation updates only - No protocol or schema changes - Committer: Steve Calvert</p>\n",
"fullContent": "<p>Restored README documentation files for both mcp-config-glean and mcp-config-schema packages. - Documentation updates only - No protocol or schema changes - Committer: Steve Calvert</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/mcp-config/releases/tag/v4.1.1\">https://github.com/gleanwork/mcp-config/releases/tag/v4.1.1</a></p>\n",
"hasTruncation": true,
"fileName": "2026-01-29-mcp-config-schema-4-1-1.md"
},
{
"id": "2026-01-22-mcp-config-schema-4-1-0",
"slug": "mcp-config-schema-4-1-0",
"title": "mcp-config-schema v4.1.0",
"date": "2026-01-22",
"categories": [
"MCP"
],
"summary": "<p>This release updates the MCP config schema with enhancements to client support, API behavior, and authentication options. - Added Cursor Agent to clients - Updated clientNeedsMcpRemote in the API - Introduced new authentication configurations</p>\n",
"fullContent": "<p>This release updates the MCP config schema with enhancements to client support, API behavior, and authentication options. - Added Cursor Agent to clients - Updated clientNeedsMcpRemote in the API - Introduced new authentication configurations</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/mcp-config/releases/tag/v4.1.0\">https://github.com/gleanwork/mcp-config/releases/tag/v4.1.0</a></p>\n",
"hasTruncation": true,
"fileName": "2026-01-22-mcp-config-schema-4-1-0.md"
},
{
"id": "2026-01-21-langchain-glean-0-3-4",
"slug": "langchain-glean-0-3-4",
"title": "langchain-glean v0.3.4",
"date": "2026-01-21",
"categories": [
"langchain-glean"
],
"summary": "<p>Updated SDK to use vars() for Speakeasy models and removed unused parameters, with improved environment variable propagation. - Switched from model_dump() to vars() for Speakeasy SDK models - Updated SDK method calls for glean-api-client 0.11.x - Removed unused stream parameter from...</p>\n",
"fullContent": "<p>Updated SDK to use vars() for Speakeasy models and removed unused parameters, with improved environment variable propagation. - Switched from model_dump() to vars() for Speakeasy SDK models - Updated SDK method calls for glean-api-client 0.11.x - Removed unused stream parameter from...</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/langchain-glean/releases/tag/v0.3.4\">https://github.com/gleanwork/langchain-glean/releases/tag/v0.3.4</a></p>\n",
"hasTruncation": true,
"fileName": "2026-01-21-langchain-glean-0-3-4.md"
},
{
"id": "2026-01-16-api-client-typescript-0-13-20",
"slug": "api-client-typescript-0-13-20",
"title": "api-client-typescript v0.13.20",
"date": "2026-01-16",
"categories": [
"API Clients"
],
"summary": "<p>Updated TypeScript API client to version 0.13.20 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.686.0 (2.796.1).</p>\n",
"fullContent": "<p>Updated TypeScript API client to version 0.13.20 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.686.0 (2.796.1).</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.20\">https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.20</a></p>\n",
"hasTruncation": true,
"fileName": "2026-01-16-api-client-typescript-0-13-20.md"
},
{
"id": "2026-01-16-api-client-python-0-11-27",
"slug": "api-client-python-0-11-27",
"title": "api-client-python v0.11.27",
"date": "2026-01-16",
"categories": [
"API Clients"
],
"summary": "<p>Python API client updated to version 0.11.27 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.686.0 (2.796.1). - Generated python v0.11.27 - Released on PyPI v0.11.27</p>\n",
"fullContent": "<p>Python API client updated to version 0.11.27 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.686.0 (2.796.1). - Generated python v0.11.27 - Released on PyPI v0.11.27</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-python/releases/tag/v0.11.27\">https://github.com/gleanwork/api-client-python/releases/tag/v0.11.27</a></p>\n",
"hasTruncation": true,
"fileName": "2026-01-16-api-client-python-0-11-27.md"
},
{
"id": "2026-01-16-api-client-java-0-12-14",
"slug": "api-client-java-0-12-14",
"title": "api-client-java v0.12.14",
"date": "2026-01-16",
"categories": [
"API Clients"
],
"summary": "<p>Updated Java API client to version 0.12.14 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.686.0 (2.796.1). - Java client v0.12.14 released - Maven Central v0.12.14 published</p>\n",
"fullContent": "<p>Updated Java API client to version 0.12.14 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.686.0 (2.796.1). - Java client v0.12.14 released - Maven Central v0.12.14 published</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-java/releases/tag/v0.12.14\">https://github.com/gleanwork/api-client-java/releases/tag/v0.12.14</a></p>\n",
"hasTruncation": true,
"fileName": "2026-01-16-api-client-java-0-12-14.md"
},
{
"id": "2026-01-16-api-client-go-0-11-20",
"slug": "api-client-go-0-11-20",
"title": "api-client-go v0.11.20",
"date": "2026-01-16",
"categories": [
"API Clients"
],
"summary": "<p>Go API client updated to version 0.11.20 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.686.0 (2.796.1). - Generated Go client v0.11.20 - Release includes updates from OpenAPI Doc 0.9.0 - Built using Speakeasy CLI 1.686.0 (2.796.1)</p>\n",
"fullContent": "<p>Go API client updated to version 0.11.20 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.686.0 (2.796.1). - Generated Go client v0.11.20 - Release includes updates from OpenAPI Doc 0.9.0 - Built using Speakeasy CLI 1.686.0 (2.796.1)</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-go/releases/tag/v0.11.20\">https://github.com/gleanwork/api-client-go/releases/tag/v0.11.20</a></p>\n",
"hasTruncation": true,
"fileName": "2026-01-16-api-client-go-0-11-20.md"
},
{
"id": "2026-01-14-mcp-config-schema-4-0-1",
"slug": "mcp-config-schema-4-0-1",
"title": "mcp-config-schema v4.0.1",
"date": "2026-01-14",
"categories": [
"MCP"
],
"summary": "<p>Added --bearer-token-env-var flag to Codex CLI for API token authentication and improved CLAUDE.md documentation with architecture and vendor-neutrality details. - Codex CLI now supports API token authentication via environment variable - CLAUDE.md updated for clearer architecture and...</p>\n",
"fullContent": "<p>Added --bearer-token-env-var flag to Codex CLI for API token authentication and improved CLAUDE.md documentation with architecture and vendor-neutrality details. - Codex CLI now supports API token authentication via environment variable - CLAUDE.md updated for clearer architecture and...</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/mcp-config/releases/tag/v4.0.1\">https://github.com/gleanwork/mcp-config/releases/tag/v4.0.1</a></p>\n",
"hasTruncation": true,
"fileName": "2026-01-14-mcp-config-schema-4-0-1.md"
},
{
"id": "2026-01-14-mcp-config-schema-4-0-0",
"slug": "mcp-config-schema-4-0-0",
"title": "mcp-config-schema v4.0.0",
"date": "2026-01-14",
"categories": [
"MCP"
],
"summary": "<p>Tooling configuration consolidated at the monorepo root and converted to an npm workspaces monorepo. - Affects: mcp-config-glean, mcp-config-schema - Refactored configuration structure for improved maintainability - Transitioned to npm workspaces for streamlined dependency management</p>\n",
"fullContent": "<p>Tooling configuration consolidated at the monorepo root and converted to an npm workspaces monorepo. - Affects: mcp-config-glean, mcp-config-schema - Refactored configuration structure for improved maintainability - Transitioned to npm workspaces for streamlined dependency management</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/mcp-config/releases/tag/v4.0.0\">https://github.com/gleanwork/mcp-config/releases/tag/v4.0.0</a></p>\n",
"hasTruncation": true,
"fileName": "2026-01-14-mcp-config-schema-4-0-0.md"
},
{
"id": "2026-01-10-mcp-config-schema-3-1-1",
"slug": "mcp-config-schema-3-1-1",
"title": "mcp-config-schema v3.1.1",
"date": "2026-01-10",
"categories": [
"MCP"
],
"summary": "<p>Clients without a configPath now receive null from buildCommand, preventing errors in protocol-level command construction. - Fixed buildCommand to return null for clients lacking configPath - Ensures protocol-level stability for clients with missing configuration - Committer: Steve Calvert</p>\n",
"fullContent": "<p>Clients without a configPath now receive null from buildCommand, preventing errors in protocol-level command construction. - Fixed buildCommand to return null for clients lacking configPath - Ensures protocol-level stability for clients with missing configuration - Committer: Steve Calvert</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/mcp-config-schema/releases/tag/v3.1.1\">https://github.com/gleanwork/mcp-config-schema/releases/tag/v3.1.1</a></p>\n",
"hasTruncation": true,
"fileName": "2026-01-10-mcp-config-schema-3-1-1.md"
},
{
"id": "2026-01-09-configure-mcp-server-3-0-1",
"slug": "configure-mcp-server-3-0-1",
"title": "configure-mcp-server v3.0.1",
"date": "2026-01-09",
"categories": [
"MCP"
],
"summary": "<p>Removed the engines field from configuration and restored Node 20 CI testing. - Internal change only - No impact on external protocol or config schema - Change committed by Steve Calvert</p>\n",
"fullContent": "<p>Removed the engines field from configuration and restored Node 20 CI testing. - Internal change only - No impact on external protocol or config schema - Change committed by Steve Calvert</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/configure-mcp-server/releases/tag/v3.0.1\">https://github.com/gleanwork/configure-mcp-server/releases/tag/v3.0.1</a></p>\n",
"hasTruncation": true,
"fileName": "2026-01-09-configure-mcp-server-3-0-1.md"
},
{
"id": "2026-01-08-mcp-config-schema-3-1-0",
"slug": "mcp-config-schema-3-1-0",
"title": "mcp-config-schema v3.1.0",
"date": "2026-01-08",
"categories": [
"MCP"
],
"summary": "<p>This release adds native HTTP transport support for JetBrains (2025.2+), deprecates getNormalizedServersConfig for future removal, corrects the Junie config path, and introduces config validation for Claude Code commands. - Added native HTTP transport support for JetBrains (2025.2+) - Deprecated...</p>\n",
"fullContent": "<p>This release adds native HTTP transport support for JetBrains (2025.2+), deprecates getNormalizedServersConfig for future removal, corrects the Junie config path, and introduces config validation for Claude Code commands. - Added native HTTP transport support for JetBrains (2025.2+) - Deprecated...</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/mcp-config-schema/releases/tag/v3.1.0\">https://github.com/gleanwork/mcp-config-schema/releases/tag/v3.1.0</a></p>\n",
"hasTruncation": true,
"fileName": "2026-01-08-mcp-config-schema-3-1-0.md"
},
{
"id": "2026-01-07-configure-mcp-server-3-0-0",
"slug": "configure-mcp-server-3-0-0",
"title": "configure-mcp-server v3.0.0",
"date": "2026-01-07",
"categories": [
"MCP"
],
"summary": "<p>The minimum supported Node.js version is now 22 LTS, and internal dependencies and documentation have been updated. - Breaking: Node.js 22 LTS is now required - Documentation: Added GA stability badge to README - Internal: Migrated to bintastic and updated config package dependencies</p>\n",
"fullContent": "<p>The minimum supported Node.js version is now 22 LTS, and internal dependencies and documentation have been updated. - Breaking: Node.js 22 LTS is now required - Documentation: Added GA stability badge to README - Internal: Migrated to bintastic and updated config package dependencies</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/configure-mcp-server/releases/tag/v3.0.0\">https://github.com/gleanwork/configure-mcp-server/releases/tag/v3.0.0</a></p>\n",
"hasTruncation": true,
"fileName": "2026-01-07-configure-mcp-server-3-0-0.md"
},
{
"id": "2026-01-06-mcp-config-schema-3-0-0",
"slug": "mcp-config-schema-3-0-0",
"title": "mcp-config-schema v3.0.0",
"date": "2026-01-06",
"categories": [
"MCP"
],
"summary": "<p>Server naming and CLI configuration are now vendor-neutral, with updated terminology and improved type safety in config builders. - Introduced serverNameBuilder and commandBuilder callbacks for vendor neutrality - Updated scripts to use stdio/http terminology and added markdown helpers - Added...</p>\n",
"fullContent": "<p>Server naming and CLI configuration are now vendor-neutral, with updated terminology and improved type safety in config builders. - Introduced serverNameBuilder and commandBuilder callbacks for vendor neutrality - Updated scripts to use stdio/http terminology and added markdown helpers - Added...</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/mcp-config-schema/releases/tag/v3.0.0\">https://github.com/gleanwork/mcp-config-schema/releases/tag/v3.0.0</a></p>\n",
"hasTruncation": true,
"fileName": "2026-01-06-mcp-config-schema-3-0-0.md"
},
{
"id": "2026-01-05-mcp-config-schema-3-0-0-beta-0",
"slug": "mcp-config-schema-3-0-0-beta-0",
"title": "mcp-config-schema v3.0.0-beta.0",
"date": "2026-01-05",
"categories": [
"MCP"
],
"summary": "<p>mcp-config-schema v3.0.0-beta.0.</p>\n<ul>\n<li>mcp-config-schema v3.0.0-beta.0.</li>\n</ul>\n",
"fullContent": "<p>mcp-config-schema v3.0.0-beta.0.</p>\n<ul>\n<li>mcp-config-schema v3.0.0-beta.0.</li>\n</ul>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/mcp-config-schema/releases/tag/v3.0.0-beta.0\">https://github.com/gleanwork/mcp-config-schema/releases/tag/v3.0.0-beta.0</a></p>\n",
"hasTruncation": true,
"fileName": "2026-01-05-mcp-config-schema-3-0-0-beta-0.md"
},
{
"id": "2025-12-16-deep-linked-citations-guide",
"slug": "deep-linked-citations-guide",
"title": "Deep Linked Citations Migration Guide",
"date": "2025-12-16",
"categories": [
"API",
"Documentation"
],
"summary": "<p>Added a migration guide for custom chat frontends to adopt deep-linked citations in the <code>/chat</code> API response.</p>\n",
"fullContent": "<p>Added a migration guide for custom chat frontends to adopt deep-linked citations in the <code>/chat</code> API response.</p>\n<p>Deep-linked citations upgrade Glean Chat's citations from document-level to text-level—the response now includes exact quoted snippets from source documents via the new <code>referenceRanges[].snippets[]</code> field.</p>\n<p>The guide covers:</p>\n<ul>\n<li>New response format and fields</li>\n<li>Minimal vs full migration paths</li>\n<li>Code examples (TypeScript/React)</li>\n<li>Fetching document content for contextual previews</li>\n</ul>\n<p>The change is additive and backward compatible—no action required unless you want to render the richer citation experience.</p>\n<p>Visit the <a href=\"../guides/chat/deep-linked-citations\">Deep Linked Citations guide</a> for more information.</p>\n",
"hasTruncation": true,
"fileName": "2025-12-16-deep-linked-citations-guide.md"
},
{
"id": "2025-12-12-api-client-typescript-0-13-18",
"slug": "api-client-typescript-0-13-18",
"title": "api-client-typescript v0.13.18",
"date": "2025-12-12",
"categories": [
"API Clients"
],
"summary": "<p>Added export size fields to findings export APIs. - glean.governance.createfindingsexport(): response.exportsize added - glean.governance.listfindingsexports(): response.exports.[].exportSize added</p>\n",
"fullContent": "<p>Added export size fields to findings export APIs. - glean.governance.createfindingsexport(): response.exportsize added - glean.governance.listfindingsexports(): response.exports.[].exportSize added</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.18\">https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.18</a></p>\n",
"hasTruncation": true,
"fileName": "2025-12-12-api-client-typescript-0-13-18.md"
},
{
"id": "2025-12-12-api-client-python-0-11-25",
"slug": "api-client-python-0-11-25",
"title": "api-client-python v0.11.25",
"date": "2025-12-12",
"categories": [
"API Clients"
],
"summary": "<p>Added export_size to the response of glean.governance.createfindingsexport() and to each export in glean.governance.listfindingsexports(). - glean.governance.createfindingsexport(): response.export_size added - glean.governance.listfindingsexports(): response.exports.[].export_size added</p>\n",
"fullContent": "<p>Added export_size to the response of glean.governance.createfindingsexport() and to each export in glean.governance.listfindingsexports(). - glean.governance.createfindingsexport(): response.export_size added - glean.governance.listfindingsexports(): response.exports.[].export_size added</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-python/releases/tag/v0.11.25\">https://github.com/gleanwork/api-client-python/releases/tag/v0.11.25</a></p>\n",
"hasTruncation": true,
"fileName": "2025-12-12-api-client-python-0-11-25.md"
},
{
"id": "2025-12-12-api-client-java-0-12-12",
"slug": "api-client-java-0-12-12",
"title": "api-client-java v0.12.12",
"date": "2025-12-12",
"categories": [
"API Clients"
],
"summary": "<p>Added export size fields to findings export APIs. - glean.governance.createfindingsexport(): response.exportsize added - glean.governance.listfindingsexports(): response.exports.[].exportSize added</p>\n",
"fullContent": "<p>Added export size fields to findings export APIs. - glean.governance.createfindingsexport(): response.exportsize added - glean.governance.listfindingsexports(): response.exports.[].exportSize added</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-java/releases/tag/v0.12.12\">https://github.com/gleanwork/api-client-java/releases/tag/v0.12.12</a></p>\n",
"hasTruncation": true,
"fileName": "2025-12-12-api-client-java-0-12-12.md"
},
{
"id": "2025-12-12-api-client-go-0-11-18",
"slug": "api-client-go-0-11-18",
"title": "api-client-go v0.11.18",
"date": "2025-12-12",
"categories": [
"API Clients"
],
"summary": "<p>Added ExportSize to the response of Glean.Governance.Createfindingsexport() and to each export in Glean.Governance.Listfindingsexports(). - Glean.Governance.Createfindingsexport(): response.ExportSize added - Glean.Governance.Listfindingsexports(): response.Exports.[].ExportSize added</p>\n",
"fullContent": "<p>Added ExportSize to the response of Glean.Governance.Createfindingsexport() and to each export in Glean.Governance.Listfindingsexports(). - Glean.Governance.Createfindingsexport(): response.ExportSize added - Glean.Governance.Listfindingsexports(): response.Exports.[].ExportSize added</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-go/releases/tag/v0.11.18\">https://github.com/gleanwork/api-client-go/releases/tag/v0.11.18</a></p>\n",
"hasTruncation": true,
"fileName": "2025-12-12-api-client-go-0-11-18.md"
},
{
"id": "2025-12-11-api-client-typescript-0-13-17",
"slug": "api-client-typescript-0-13-17",
"title": "api-client-typescript v0.13.17",
"date": "2025-12-11",
"categories": [
"API Clients"
],
"summary": "<p>Updated TypeScript API client to version 0.13.17 based on OpenAPI Doc 0.9.0. - Reflects changes from OpenAPI Doc 0.9.0 - TypeScript client generated at v0.13.17 - NPM package released at v0.13.17</p>\n",
"fullContent": "<p>Updated TypeScript API client to version 0.13.17 based on OpenAPI Doc 0.9.0. - Reflects changes from OpenAPI Doc 0.9.0 - TypeScript client generated at v0.13.17 - NPM package released at v0.13.17</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.17\">https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.17</a></p>\n",
"hasTruncation": true,
"fileName": "2025-12-11-api-client-typescript-0-13-17.md"
},
{
"id": "2025-12-11-api-client-python-0-11-24",
"slug": "api-client-python-0-11-24",
"title": "api-client-python v0.11.24",
"date": "2025-12-11",
"categories": [
"API Clients"
],
"summary": "<p>Updated Python API client to version 0.11.24 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.675.4 (2.779.2). - Python client generated at v0.11.24 - Released on PyPI as v0.11.24</p>\n",
"fullContent": "<p>Updated Python API client to version 0.11.24 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.675.4 (2.779.2). - Python client generated at v0.11.24 - Released on PyPI as v0.11.24</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-python/releases/tag/v0.11.24\">https://github.com/gleanwork/api-client-python/releases/tag/v0.11.24</a></p>\n",
"hasTruncation": true,
"fileName": "2025-12-11-api-client-python-0-11-24.md"
},
{
"id": "2025-12-11-api-client-java-0-12-11",
"slug": "api-client-java-0-12-11",
"title": "api-client-java v0.12.11",
"date": "2025-12-11",
"categories": [
"API Clients"
],
"summary": "<p>Updated Java API client to version 0.12.11 based on OpenAPI Doc 0.9.0. - Java client generated at v0.12.11 - Released to Maven Central v0.12.11</p>\n",
"fullContent": "<p>Updated Java API client to version 0.12.11 based on OpenAPI Doc 0.9.0. - Java client generated at v0.12.11 - Released to Maven Central v0.12.11</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-java/releases/tag/v0.12.11\">https://github.com/gleanwork/api-client-java/releases/tag/v0.12.11</a></p>\n",
"hasTruncation": true,
"fileName": "2025-12-11-api-client-java-0-12-11.md"
},
{
"id": "2025-12-11-api-client-go-0-11-17",
"slug": "api-client-go-0-11-17",
"title": "api-client-go v0.11.17",
"date": "2025-12-11",
"categories": [
"API Clients"
],
"summary": "<p>Updated Go API client to version 0.11.17 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.675.4 (2.779.2). - No additional details about new endpoints, parameters, or breaking changes were provided in these release notes.</p>\n",
"fullContent": "<p>Updated Go API client to version 0.11.17 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.675.4 (2.779.2). - No additional details about new endpoints, parameters, or breaking changes were provided in these release notes.</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-go/releases/tag/v0.11.17\">https://github.com/gleanwork/api-client-go/releases/tag/v0.11.17</a></p>\n",
"hasTruncation": true,
"fileName": "2025-12-11-api-client-go-0-11-17.md"
},
{
"id": "2025-12-10-api-client-typescript-0-13-16",
"slug": "api-client-typescript-0-13-16",
"title": "api-client-typescript v0.13.16",
"date": "2025-12-10",
"categories": [
"API Clients"
],
"summary": "<p>Updated TypeScript API client to version 0.13.16 based on OpenAPI Doc 0.9.0.</p>\n",
"fullContent": "<p>Updated TypeScript API client to version 0.13.16 based on OpenAPI Doc 0.9.0.</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.16\">https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.16</a></p>\n",
"hasTruncation": true,
"fileName": "2025-12-10-api-client-typescript-0-13-16.md"
},
{
"id": "2025-12-10-api-client-typescript-0-13-15",
"slug": "api-client-typescript-0-13-15",
"title": "api-client-typescript v0.13.15",
"date": "2025-12-10",
"categories": [
"API Clients"
],
"summary": "<p>New governance findings export endpoints were added, and multiple existing endpoints changed request and response fields related to authorship, roles, attribution, and sensitive content options. - Added: glean.governance.createfindingsexport(), listfindingsexports(), downloadfindingsexport(),...</p>\n",
"fullContent": "<p>New governance findings export endpoints were added, and multiple existing endpoints changed request and response fields related to authorship, roles, attribution, and sensitive content options. - Added: glean.governance.createfindingsexport(), listfindingsexports(), downloadfindingsexport(),...</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.15\">https://github.com/gleanwork/api-client-typescript/releases/tag/v0.13.15</a></p>\n",
"hasTruncation": true,
"fileName": "2025-12-10-api-client-typescript-0-13-15.md"
},
{
"id": "2025-12-10-api-client-python-0-11-23",
"slug": "api-client-python-0-11-23",
"title": "api-client-python v0.11.23",
"date": "2025-12-10",
"categories": [
"API Clients"
],
"summary": "<p>New governance findings export endpoints were added and multiple request/response fields were changed across announcements, answers, chat, collections, documents, pins, search, entities, shortcuts, verification, and governance data policies APIs. - Added: glean.governance.createfindingsexport(),...</p>\n",
"fullContent": "<p>New governance findings export endpoints were added and multiple request/response fields were changed across announcements, answers, chat, collections, documents, pins, search, entities, shortcuts, verification, and governance data policies APIs. - Added: glean.governance.createfindingsexport(),...</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-python/releases/tag/v0.11.23\">https://github.com/gleanwork/api-client-python/releases/tag/v0.11.23</a></p>\n",
"hasTruncation": true,
"fileName": "2025-12-10-api-client-python-0-11-23.md"
},
{
"id": "2025-12-10-api-client-java-0-12-9",
"slug": "api-client-java-0-12-9",
"title": "api-client-java v0.12.9",
"date": "2025-12-10",
"categories": [
"API Clients"
],
"summary": "<p>Added new findings export endpoints and introduced or changed multiple request and response fields across governance, announcements, answers, chat, collections, documents, insights, messages, pins, search, entities, shortcuts, and verification APIs. - Added: glean.governance.createfindingsexport(),...</p>\n",
"fullContent": "<p>Added new findings export endpoints and introduced or changed multiple request and response fields across governance, announcements, answers, chat, collections, documents, insights, messages, pins, search, entities, shortcuts, and verification APIs. - Added: glean.governance.createfindingsexport(),...</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-java/releases/tag/v0.12.9\">https://github.com/gleanwork/api-client-java/releases/tag/v0.12.9</a></p>\n",
"hasTruncation": true,
"fileName": "2025-12-10-api-client-java-0-12-9.md"
},
{
"id": "2025-12-10-api-client-java-0-12-10",
"slug": "api-client-java-0-12-10",
"title": "api-client-java v0.12.10",
"date": "2025-12-10",
"categories": [
"API Clients"
],
"summary": "<p>Updated Java API client to version 0.12.10 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.675.2. - Java client v0.12.10 generated - Released to Maven Central v0.12.10</p>\n",
"fullContent": "<p>Updated Java API client to version 0.12.10 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.675.2. - Java client v0.12.10 generated - Released to Maven Central v0.12.10</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-java/releases/tag/v0.12.10\">https://github.com/gleanwork/api-client-java/releases/tag/v0.12.10</a></p>\n",
"hasTruncation": true,
"fileName": "2025-12-10-api-client-java-0-12-10.md"
},
{
"id": "2025-12-10-api-client-go-0-11-16",
"slug": "api-client-go-0-11-16",
"title": "api-client-go v0.11.16",
"date": "2025-12-10",
"categories": [
"API Clients"
],
"summary": "<p>Updated Go API client to version 0.11.16 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.675.2 (2.778.5). - No additional details or breaking changes were specified in the release notes.</p>\n",
"fullContent": "<p>Updated Go API client to version 0.11.16 based on OpenAPI Doc 0.9.0 and Speakeasy CLI 1.675.2 (2.778.5). - No additional details or breaking changes were specified in the release notes.</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-go/releases/tag/v0.11.16\">https://github.com/gleanwork/api-client-go/releases/tag/v0.11.16</a></p>\n",
"hasTruncation": true,
"fileName": "2025-12-10-api-client-go-0-11-16.md"
},
{
"id": "2025-12-10-api-client-go-0-11-15",
"slug": "api-client-go-0-11-15",
"title": "api-client-go v0.11.15",
"date": "2025-12-10",
"categories": [
"API Clients"
],
"summary": "<p>New governance findings export endpoints were added, and multiple request and response fields were changed across Announcements, Answers, Chat, Collections, Documents, Pins, Search, Entities, Shortcuts, and Verification APIs. - Added: Glean.Governance.Createfindingsexport, Listfindingsexports,...</p>\n",
"fullContent": "<p>New governance findings export endpoints were added, and multiple request and response fields were changed across Announcements, Answers, Chat, Collections, Documents, Pins, Search, Entities, Shortcuts, and Verification APIs. - Added: Glean.Governance.Createfindingsexport, Listfindingsexports,...</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/api-client-go/releases/tag/v0.11.15\">https://github.com/gleanwork/api-client-go/releases/tag/v0.11.15</a></p>\n",
"hasTruncation": true,
"fileName": "2025-12-10-api-client-go-0-11-15.md"
},
{
"id": "2025-12-09-mcp-config-schema-2-0-1",
"slug": "mcp-config-schema-2-0-1",
"title": "mcp-config-schema v2.0.1",
"date": "2025-12-09",
"categories": [
"MCP"
],
"summary": "<p>Fixed an issue with the windsurf manual configuration. - Bug fix for windsurf manual configuration - Committers: David J. Hamilton, Steve Calvert</p>\n",
"fullContent": "<p>Fixed an issue with the windsurf manual configuration. - Bug fix for windsurf manual configuration - Committers: David J. Hamilton, Steve Calvert</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/mcp-config-schema/releases/tag/v2.0.1\">https://github.com/gleanwork/mcp-config-schema/releases/tag/v2.0.1</a></p>\n",
"hasTruncation": true,
"fileName": "2025-12-09-mcp-config-schema-2-0-1.md"
},
{
"id": "2025-12-04-rest-api-changes-open-api",
"slug": "rest-api-changes-open-api",
"title": "REST API: changes (endpoints) 2025-12-04",
"date": "2025-12-04",
"categories": [
"API"
],
"summary": "<p>⚠️ Breaking: 2 endpoints removed</p>\n",
"fullContent": "<p>⚠️ Breaking: 2 endpoints removed</p>\n<p>Removed endpoint: /custom-metadata/schema/{groupName} ⚠️<br>Removed endpoint: /document/{docId}/custom-metadata/{groupName} ⚠️</p>\n",
"hasTruncation": true,
"fileName": "2025-12-04-rest-api-changes-open-api.md"
},
{
"id": "2025-12-01-mcp-server-0-9-1",
"slug": "mcp-server-0-9-1",
"title": "mcp-server v0.9.1",
"date": "2025-12-01",
"categories": [
"MCP"
],
"summary": "<p>v0.9.0 was re-released with no additional protocol-level or config schema changes.</p>\n",
"fullContent": "<p>v0.9.0 was re-released with no additional protocol-level or config schema changes.</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/mcp-server/releases/tag/v0.9.1\">https://github.com/gleanwork/mcp-server/releases/tag/v0.9.1</a></p>\n",
"hasTruncation": true,
"fileName": "2025-12-01-mcp-server-0-9-1.md"
},
{
"id": "2025-11-26-rest-api-changes-open-api",
"slug": "rest-api-changes-open-api",
"title": "REST API: changes (endpoints) 2025-11-26",
"date": "2025-11-26",
"categories": [
"API"
],
"summary": "<p>2 endpoints added</p>\n",
"fullContent": "<p>2 endpoints added</p>\n<p>Added endpoint: /custom-metadata/schema/{groupName}<br>Added endpoint: /document/{docId}/custom-metadata/{groupName}</p>\n",
"hasTruncation": true,
"fileName": "2025-11-26-rest-api-changes-open-api.md"
},
{
"id": "2025-11-25-configure-mcp-server-2-1-0",
"slug": "configure-mcp-server-2-1-0",
"title": "configure-mcp-server v2.1.0",
"date": "2025-11-25",
"categories": [
"MCP"
],
"summary": "<p>Upgraded mcp-config-schema to version 2.0.0. - Enhancement: Updated dependency to mcp-config-schema 2.0.0 - Internal: Added CLAUDE.md</p>\n",
"fullContent": "<p>Upgraded mcp-config-schema to version 2.0.0. - Enhancement: Updated dependency to mcp-config-schema 2.0.0 - Internal: Added CLAUDE.md</p>\n<p>Full release notes: <a href=\"https://github.com/gleanwork/configure-mcp-server/releases/tag/v2.1.0\">https://github.com/gleanwork/configure-mcp-server/releases/tag/v2.1.0</a></p>\n",
"hasTruncation": true,
"fileName": "2025-11-25-configure-mcp-server-2-1-0.md"
},
{
"id": "2025-11-24-api-client-typescript-0-13-14",
"slug": "api-client-typescript-0-13-14",
"title": "api-client-typescript v0.13.14",
"date": "2025-11-24",
"categories": [
"API Clients"
],
"summary": "<p>The response.agentsresponse.agentsUsageByDepartmentInsights array in glean.client.insights.retrieve() has changed. - Review integration for possible breaking changes in this response structure.</p>\n",