-
Notifications
You must be signed in to change notification settings - Fork 419
Expand file tree
/
Copy pathchangelog.json
More file actions
1396 lines (1396 loc) · 40.5 KB
/
changelog.json
File metadata and controls
1396 lines (1396 loc) · 40.5 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
{
"repository": "newrelic/node-newrelic",
"entries": [
{
"version": "13.19.0",
"changes": {
"security": [],
"bugfixes": [],
"features": [
"Added instrumentation support for `@anthropic-ai/sdk`",
"Updated OTel DB attributes to stable names from semantic conventions 1.40.0",
"Added distributed tracing propagation to AWS SDK v3 SNS"
]
}
},
{
"version": "13.18.0",
"changes": {
"security": [],
"bugfixes": [],
"features": [
"Instrumented grpc server stream to bind async context to stream event handlers"
]
}
},
{
"version": "13.17.0",
"changes": {
"security": [],
"bugfixes": [],
"features": [
"Added support for Continuous Profiling"
]
}
},
{
"version": "13.16.0",
"changes": {
"security": [],
"bugfixes": [
"Updated `@apm-js-collab/tracing-hooks` to `0.5.0`, to allow instrumentation on windows environments."
],
"features": []
}
},
{
"version": "13.15.0",
"changes": {
"security": [],
"bugfixes": [],
"features": [
"Added `time_to_first_token` for AWS Bedrock",
"Added `time_to_first_token` for Google Gen AI",
"Added `time_to_first_token` for OpenAI",
"Added `time_to_first_token` for `LlmChatCompletionSummary`"
]
}
},
{
"version": "13.14.0",
"changes": {
"security": [],
"bugfixes": [
"Updated `@google/genai` subscriber to handle the new `embedContentInternal` method in 1.42.0"
],
"features": [
"Added functionality to ingest logs from Azure Functions App automatically",
"Added support for error causes",
"Added ability to delay the start of the Profiler and run for n milliseconds before shutting down."
]
}
},
{
"version": "13.13.0",
"changes": {
"security": [],
"bugfixes": [],
"features": [
"Added `delay` and `duration` to profiling config",
"Updated the profiling config properties",
"Added ProfilingManager class, used to orchestrate profilers",
"Updated `RemoteMethod` to handle sending `pprof_data` through the collector",
"Added `ProfilingAggregator` that will be used to collect and send `pprof_data` telemetry",
"Added profiling configuration"
]
}
},
{
"version": "13.12.0",
"changes": {
"security": [],
"bugfixes": [
"Updated langchain tool instrumentation to properly redefine the segment name on every call"
],
"features": [
"Added instrumentation support for `@langchain/langgraph`",
"Added compact mode for span links",
"Added `timestamp` to AWS Bedrock `LlmChatCompletionSummary`",
"Added `timestamp` to LangChain `LlmChatCompletionSummary`",
"Added `timestamp` to Google Gen AI `LlmChatCompletionSummary`"
]
}
},
{
"version": "13.11.0",
"changes": {
"security": [],
"bugfixes": [
"Added defensive code in `lib/subscribers/middleware-wrapper.js` to prevent crash when attempting to associate an error on an incoming http request",
"Updated `pg` instrumentation to properly capture the TraceSegment duration for promise based queries",
"Updated `Supportability/Nodejs/PartialGranularity/NrIds/Dropped` metric to only keep track of spans that got dropped when `nr.ids` execeeded 63 spans."
],
"features": [
"Added timestamp to OpenAI `LlmChatCompletionSummary`",
"Added `timestamp` to LangChain input `LlmChatCompletionMessage`",
"Added `timestamp` to Google Gen AI `LlmChatCompletionMessage`",
"Added `timestamp` to AWS Bedrock `LlmChatCompletionMessage`",
"Added essential tracing mode for span links"
]
}
},
{
"version": "13.10.0",
"changes": {
"security": [],
"bugfixes": [
"Updated OpenAI instrumentation to properly parse headers when a call fails"
],
"features": [
"Add `timestamp` to OpenAI input `LlmChatCompletionMessage`",
"Added reduced tracing mode for span links"
]
}
},
{
"version": "13.9.2",
"changes": {
"security": [],
"bugfixes": [
"Updated message consumer subscribers to properly time the consumption actions"
],
"features": []
}
},
{
"version": "13.9.1",
"changes": {
"security": [],
"bugfixes": [
"Updated `getHostnameSafe` to invalidate the cache is trying to assign the host based on the gcp cloud run id",
"Updated logic to properly assign content and role in LangChain chat completion messages"
],
"features": []
}
},
{
"version": "13.9.0",
"changes": {
"security": [],
"bugfixes": [
"Updated samplers to properly assign sampling decisions based on appropriate context",
"Updated `undici` instrumentation to track the active and parent segment as symbols on request to properly end active request",
"Account for links added during transaction"
],
"features": [
"Added instrumentation support for `iovalkey`",
"Added `entity_guid` to Agent Control health file",
"Added support for OTel span events",
"Additional support for partial granularity traces (Not available for production use"
]
}
},
{
"version": "13.8.1",
"changes": {
"security": [],
"bugfixes": [
"Updated AWS Lambda instrumentation to skip wrapping handler callback if not present"
],
"features": []
}
},
{
"version": "13.8.0",
"changes": {
"security": [],
"bugfixes": [],
"features": [
"Added support for `@langchain/aws`",
"Additional support for partial granularity traces (Not available for production use)"
]
}
},
{
"version": "13.7.0",
"changes": {
"security": [],
"bugfixes": [
"Fixed normalization of OTEL hrtime"
],
"features": [
"Updated `koa` instrumentation to properly wrap `Router` when using `@koa/router@15.0.0`+",
"Added ability to configure a ratio based sampler",
"Updated configuration to allow `adaptive.sampling_target` to be set for `config.distributed_tracing.sampler.root`, `config.distributed_tracing.sampler.remote_parent_sampled`, and `config.distributed_tracing.sampler.remote_parent_not_sampled`",
"Added support for OTEL span links",
"Replaced `default` with `adaptive` as the default for samplers",
"Preliminary support for partial granularity traces (Not available for production use)"
]
}
},
{
"version": "13.6.6",
"changes": {
"security": [],
"bugfixes": [
"Updated `app.use` or `router.use` Express instrumentation to properly wrap all middleware defined"
],
"features": []
}
},
{
"version": "13.6.5",
"changes": {
"security": [],
"bugfixes": [
"Updated MessageConsumerSubscriber to wait for consumer callback to end when it is a promise",
"Updated express instrumentation to ignore error when the `next` handler passes `route` or `router`"
],
"features": []
}
},
{
"version": "13.6.4",
"changes": {
"security": [],
"bugfixes": [
"Updated MessageProducerSubscriber to properly set the sampled flag on traceparent",
"Updated `MessageConsumerSubscriber` to end transaction created for a given message consumption",
"Updated the bedrock middleware to be registered with a `high` priority to ensure payload is properly deserialized"
],
"features": []
}
},
{
"version": "13.6.3",
"changes": {
"security": [],
"bugfixes": [
"Updated openai instrumentation to properly handle streaming when `stream_options.include_usage` is set",
"Updated `@google/genai` to properly handle assigning token counts to LlmCompletionSummary message",
"Updated AWS Bedrock instrumentation to properly assign token counts"
]
}
},
{
"version": "13.6.2",
"changes": {
"security": [],
"bugfixes": [
"Updated express instrumentation to properly instrument an array of middleware defined on a route"
],
"features": []
}
},
{
"version": "13.6.1",
"changes": {
"security": [],
"bugfixes": [
"Updated middleware wrapper to not wrap handler if it is not a function"
],
"features": []
}
},
{
"version": "13.6.0",
"changes": {
"security": [],
"bugfixes": [
"Updated `ioredis` instrumentation to handle breakage of errors when using `.pipeline`",
"Updated `openai` `instrumentStream` function to handle empty chunk when `include_usage` is set"
],
"features": [
"Added instrumentation for http2 client methods"
]
}
},
{
"version": "13.5.0",
"changes": {
"security": [],
"bugfixes": [],
"features": []
}
},
{
"version": "13.4.0",
"changes": {
"security": [],
"bugfixes": [],
"features": []
}
},
{
"version": "13.3.3",
"changes": {
"security": [],
"bugfixes": [
"Updated `openai` instrumentation to properly return APIPromise to avoid crashing when using `completions.parse` or `responses.parse`"
],
"features": [
"Added support for tracing callback on subscribers"
]
}
},
{
"version": "13.3.2",
"changes": {
"security": [],
"bugfixes": [
"Added defensive code for obtaining `protocol` in outbound http calls"
],
"features": []
}
},
{
"version": "13.3.1",
"changes": {
"security": [],
"bugfixes": [
"Default `requestParameters` to an object to avoid crash in `transaction.addRequestParameters`"
],
"features": []
}
},
{
"version": "13.3.0",
"changes": {
"security": [],
"bugfixes": [],
"features": [
"Added MCP `StreamableHTTPClientTransport` support"
]
}
},
{
"version": "13.2.1",
"changes": {
"security": [],
"bugfixes": [],
"features": []
}
},
{
"version": "13.2.0",
"changes": {
"security": [],
"bugfixes": [
"Fixed logic around detecting OTEL packages",
"Updated `shimmer.setupSubscribers` to properly setup and skip subscribers that are disabled"
],
"features": [
"Added ability to register `Supportability/Features/Instrumentation/OnRequire/<pkg>` metrics for subscriber based instrumentation",
"Added instrumentation for `@modelcontextprotocol/sdk` client calls `client.callTool`, `client.readResource`, and `client.getPrompt`",
"Added esm loader hook and commonjs patch to work with orchestrion-js"
]
}
},
{
"version": "13.1.0",
"changes": {
"security": [],
"bugfixes": [
"Fixed `transaction.url` obfuscation"
],
"features": [
"Disabled timers instrumentation by default in the sample configuration",
"Added supportability metrics when instrumentation has been disabled for a package",
"Added support for OTEL logs API"
]
}
},
{
"version": "13.0.0",
"changes": {
"security": [],
"bugfixes": [],
"features": [
"Dropped support for Node.js 18",
"Updated min supported version for `fastify` to 3.0.0, `pino` to 8.0.0, and `koa-router` to 12.0.0"
]
}
},
{
"version": "12.25.0",
"changes": {
"security": [],
"bugfixes": [
"`eventSegment.addAttribute` will not crash if null",
"`openai` Responses API support changed to >=v4.87.0"
],
"features": [
"Instrument AWS Bedrock Converse API"
]
}
},
{
"version": "12.24.0",
"changes": {
"security": [],
"bugfixes": [],
"features": [
"Implemented configurable attribute value size limit"
]
}
},
{
"version": "12.23.0",
"changes": {
"security": [],
"bugfixes": [],
"features": [
"Added ability to report only on entry and exit spans",
"Added Node.js 24 support"
]
}
},
{
"version": "12.22.0",
"changes": {
"security": [],
"bugfixes": [
"Fixed error logging for undefined tracestate header"
],
"features": [
"Added `openai` v5 streaming support",
"Added support for `openai.responses.create` api"
]
}
},
{
"version": "12.21.0",
"changes": {
"security": [],
"bugfixes": [
"Refactored getHostnameSafe to accommodate GCP",
"Updated openai instrumentation to work with 5.0.0+",
"Updated rules to work with 1.17.0 and 1.24.0 for consumer and producer span kind"
],
"features": [
"Added `@google/genai` Gemini AI LLM instrumentation",
"Updated opentelemetry bridge to rely on configuration based transformation rules"
]
}
},
{
"version": "12.20.0",
"changes": {
"security": [],
"bugfixes": [
"Fixed common.getKeys logic",
"Fixed Google Cloud Run hostname issue"
],
"features": [
"Added support for OTEL metrics API"
]
}
},
{
"version": "12.19.0",
"changes": {
"security": [],
"bugfixes": [],
"features": [
"Added Azure Function HTTP streaming support"
]
}
},
{
"version": "12.18.2",
"changes": {
"security": [],
"bugfixes": [
"Updated `createSegment` to stop adding segments to trace when `max_trace_segments` is exceeded"
],
"features": []
}
},
{
"version": "12.18.1",
"changes": {
"security": [],
"bugfixes": [
"Only add `newrelic` header to outgoing headers if has a value"
],
"features": []
}
},
{
"version": "12.18.0",
"changes": {
"security": [],
"bugfixes": [
"Updated span streamer to properly retry failed batches and handle flushing batch queue every 5 seconds"
],
"features": [
"Support Azure functions background trigger types",
"Support Azure functions HTTP trigger type"
]
}
},
{
"version": "12.17.0",
"changes": {
"security": [],
"bugfixes": [],
"features": [
"Azure Function utilization",
"Support honoring W3C `traceparent` sampled flag"
]
}
},
{
"version": "12.16.1",
"changes": {
"security": [],
"bugfixes": [
"Fixed `tracer.transactionNestProxy` to create a new transaction if there is no transaction or transaction is not active"
],
"features": [
"Assign all attributes on internal spans to segment"
]
}
},
{
"version": "12.16.0",
"changes": {
"security": [],
"bugfixes": [],
"features": [
"Added support for response streaming Lambda functions",
"Added AWS entity linking segment attributes for otel bridge",
"Added error handling on transactions for otel spans"
]
}
},
{
"version": "12.15.0",
"changes": {
"security": [],
"bugfixes": [],
"features": [
"Added server span transaction naming fallback to the url.path",
"Updated Context class to ensure bi-directional context propagation with opentelemetry bridge",
"Added ability to propagate traceparent and tracestate on incoming server/consumer spans and outgoing client http and producer spans",
"Allowed undici error reporting to be disabled with feature flag `undici_error_tracking`"
]
}
},
{
"version": "12.14.0",
"changes": {
"security": [],
"bugfixes": [
"Fixed undici/fetch instrumentation to properly assign the parent-id portion of the `traceparent` header on outgoing requests to the active http external span id",
"Updated `api.recordLogEvent` to no longer truncate the message key in log event",
"Fixed queueing of logs from child loggers"
],
"features": [
"Added attribute reconciliation for message producer spans",
"Added timeslice metrics for synthesized consumer segments",
"Added support for region-prefixed Bedrock models"
]
}
},
{
"version": "12.13.0",
"changes": {
"security": [],
"bugfixes": [
"Fixed `api.getTraceMetadata` to handle when there is an active transaction but not active segment"
],
"features": [
"Propagate agent root context when opentelemetry `ROOT_CONTEXT` is passed in to trace propagator.",
"Added timeslice metrics for synthesized producer segments",
"Added timeslice metrics for synthesized server segments",
"Added timeslice metrics for synthesized database segments",
"Provided ability to disable instrumentation for core Node.js libraries"
]
}
},
{
"version": "12.12.0",
"changes": {
"security": [],
"bugfixes": [
"Updated default config to accept `undefined` as default value"
],
"features": [
"Added health check support for upcoming feature",
"Added opentelemetry bridge instrumentation that adds a context manager, and processor to handle synthesizing segments and time slice metrics."
]
}
},
{
"version": "12.11.3",
"changes": {
"security": [],
"bugfixes": [
"Fixed transaction-shim to properly create new transactions when the existing transaction is not active",
"Fixed issue with `bluebird` and `when` instrumentation where checking active context crashed when transaction prematurely ends"
],
"features": []
}
},
{
"version": "12.11.2",
"changes": {
"security": [],
"bugfixes": [
"Added defensive code in shim to prevent crashing when checking parent segment"
],
"features": [
"Added support for Claude 3+ Chat API in Bedrock"
]
}
},
{
"version": "12.11.1",
"changes": {
"security": [],
"bugfixes": [
"Updated undici instrumentation to fix crash with trying to calculate exclusive duration on a segment that no longer exists"
],
"features": []
}
},
{
"version": "12.11.0",
"changes": {
"security": [],
"bugfixes": [
"Updated `shim.createSegment` and `shim.handleMqTracingHeaders` to be backwards compatible with the changes to context manager"
],
"features": [
"Added otel consumer span processing",
"Added segment synthesis for internal spans",
"Added segment synthesis for otel producer spans",
"Added segment and transaction synthesis for http server spans",
"Added segment synthesis for db client otel spans to db trace",
"Added segment synthesizer and provided ability to convert http client otel spans to external http trace segments",
"Added segment tree to transaction trace",
"Removed children from segments.",
"Removed transaction from segment. Introduced a new enterSegment and enterTransaction to make context propagation more clear"
]
}
},
{
"version": "12.10.0",
"changes": {
"security": [],
"bugfixes": [
"Fixed event matcher to use properties specific to web requests (v1/ALB and v2)"
],
"features": [
"Added instrumentation for `@opensearch-projects/opensearch` v2.1.0+"
]
}
},
{
"version": "12.9.0",
"changes": {
"security": [],
"bugfixes": [],
"features": [
"Added entity linking attributes to aws-sdk v3 Lambda segments",
"Provided ability to define newrelic config as `newrelic.mjs`"
]
}
},
{
"version": "12.8.2",
"changes": {
"security": [],
"bugfixes": [
"Fixed matching for Lambda events containing resource but which aren't API Gateway",
"Fixed `mysql2` promise instrumentation to properly handle `createPool` and `createPoolCluster`"
],
"features": []
}
},
{
"version": "12.8.1",
"changes": {
"security": [],
"bugfixes": [
"Updated `mysql2` instrumentation to work with 3.11.5+",
"Fixed matching for ALB and API Gateway (v1 & v2) events for Lambda"
],
"features": []
}
},
{
"version": "12.8.0",
"changes": {
"security": [],
"bugfixes": [
"Corrected expected shape of user input in get Prompt()"
],
"features": [
"Added new configuration options to add custom tags (labels) to logs",
"Moved `entity.guid`, `entity.name`, `entity.type`, and `hostname` to `common.attributes` on logs payload instead of in every log message",
"Added support for Bedrock Claude 3.5 invoke model user request"
]
}
},
{
"version": "12.7.0",
"changes": {
"security": [],
"bugfixes": [],
"features": [
"Added `cloud.resource_id` attribute to dynamo spans",
"Enhance Proxy Request Handling to Display Actual External URLs"
]
}
},
{
"version": "12.6.1",
"changes": {
"security": [],
"bugfixes": [
"Fixed issue parsing docker container id"
],
"features": [
"added `cloud.aws.account_id` to default config"
]
}
},
{
"version": "12.6.0",
"changes": {
"security": [],
"bugfixes": [],
"features": [
"Added ARN and provider to Lambda segments",
"Added IAST configurations for scan scheduling and restrictions"
]
}
},
{
"version": "12.5.2",
"changes": {
"security": [],
"bugfixes": [
"Fixed amqplib instrumentation via ESM"
],
"features": [
"Updated shim/when instrumentation to use tracer to run in context"
]
}
},
{
"version": "12.5.1",
"changes": {
"security": [],
"bugfixes": [
"Fixed handling of Pino merging object"
],
"features": []
}
},
{
"version": "12.5.0",
"changes": {
"security": [],
"bugfixes": [
"Ensured README displays for Azure site extension"
],
"features": [
"Added utilization info for ECS"
]
}
},
{
"version": "12.4.0",
"changes": {
"security": [],
"bugfixes": [],
"features": [
"Provided ability to disable instrumentation for a 3rd party package",
"Added support for `express@5`"
]
}
},
{
"version": "12.3.1",
"changes": {
"security": [],
"bugfixes": [
"Fixed detection of REST API type payloads in AWS Lambda"
],
"features": []
}
},
{
"version": "12.3.0",
"changes": {
"security": [],
"bugfixes": [
"Improved AWS Lambda event detection"
],
"features": [
"Added new API method `withLlmCustomAttributes` to run a function in a LLM context"
]
}
},
{
"version": "12.2.0",
"changes": {
"security": [],
"bugfixes": [
"Updated `koa` instrumentation to properly get the matched route name and to handle changes in `@koa/router@13.0.0`"
],
"features": [
"Added instrumentation support for Express 5 beta"
]
}
},
{
"version": "12.1.1",
"changes": {
"security": [],
"bugfixes": [
"Updated `amqplib` instrumentation to properly parse host/port from connect",
"Updated `redis` instrumentation to parse host/port when a url is not provided",
"Updated the `kafkajs` node metrics to remove `/Named` from the name"
],
"features": []
}
},
{
"version": "12.1.0",
"changes": {
"security": [],
"bugfixes": [
"Pick log message from merging object in Pino instrumentation",
"Added TLS verification for Redis"
],
"features": []
}
},
{
"version": "12.0.0",
"changes": {
"security": [],
"bugfixes": [],
"features": [
"Added `server.address` to amqplib spans",
"Removed support for `redis` < 2.6.0",
"Removed legacy context manager",
"Removed instrumentation for `director`",
"Updated `mongodb` instrumentation to drop support for versions 2 and 3",
"Dropped support for Node.js 16",
"Migrated instrumentation for `next` into agent"
]
}
},
{
"version": "11.23.2",
"changes": {
"security": [],
"bugfixes": [
"Updated aws-sdk v3 instrumentation to load custom middleware last to properly get the external http span to add `aws.*` attributes",
"Updated cassandra-driver instrumentation to properly trace promise based executions"
],
"features": [
"Added support for `fs.glob` in Node 22+"
]
}
},
{
"version": "11.23.1",
"changes": {
"security": [],
"bugfixes": [
"Updated redis v4 instrumentation to work with transactions(multi/exec)"
],
"features": []
}
},
{
"version": "11.23.0",
"changes": {
"security": [],
"bugfixes": [],
"features": [
"Added support for account level governance of AI Monitoring"
]
}
},
{
"version": "11.22.0",
"changes": {
"security": [],
"bugfixes": [],
"features": [
"Added support for Node 22",
"Added AIM support for Meta Llama3 models in AWS Bedrock"
]
}
},
{
"version": "11.21.0",
"changes": {
"security": [],
"bugfixes": [
"Handled assigning headers in LambdaProxyWebRequest when there are no headers present"
],
"features": [
"Added support for getting container ids from ECS metadata API"
]
}
},
{
"version": "11.20.0",
"changes": {
"security": [],
"bugfixes": [],
"features": [
"Added support for Anthropic Claude 3 messages API"
]
}
},
{
"version": "11.19.0",
"changes": {
"security": [],
"bugfixes": [],
"features": [
"Added instrumentation for `kafkajs`"
]
}
},
{
"version": "11.18.0",
"changes": {
"security": [],
"bugfixes": [],
"features": [
"Added support for redis v4 legacyMode `client.v4.<command>`"
]
}
},
{
"version": "11.17.0",
"changes": {
"security": [],
"bugfixes": [
"Added support for AWS API Gateway v2 payloads",
"Reverted openai instrumentation update to handle broken version of 4.40.1",
"Updated instrumentation to handle the different exports in 4.40.1 of `openai`"
],
"features": [
"Added otel compliant `server.address`, `server.port`, and `http.request.method` to external http spans",
"Added otel compliant `db.system`, `server.address`, and `server.port` attributes to database spans"
]
}
},
{
"version": "11.16.0",
"changes": {
"security": [
"bump formidable and superagent"
],
"bugfixes": [
"Fixed issue with CJS being imported as ESM"
],
"features": [
"Added API `ignoreApdex` to ignore calculating apdex for the active transaction",
"Migrated @newrelic/superagent into agent",
"Migrated @newrelic/aws-sdk into agent",
"Migrated @newrelic/koa into mainline agent"
]
}
},
{
"version": "11.15.0",
"changes": {
"security": [],
"bugfixes": [
"Fixed instrumenting the same module installed in different locations"
],
"features": []
}
},
{
"version": "11.14.0",
"changes": {
"security": [