Last release 16 days ago
11 Aug 2026
Release timing varies
gaps range from 2 weeks to 4 months
No release notes found
nothing matched a version
Nothing withdrawn
no release was ever pulled
10 years old
399 releases · first in 2016
Release timeline
399 releases since 2016Releases
- v1.11.1-0.20230119195915-dd6e323446a719 Jan 2023pre-release
Nothing published for this version
- v1.11.1-0.20221115192606-e4d16221d6bb15 Nov 2022pre-release
Nothing published for this version
- v1.11.1-0.20221102192030-38d939bb231d2 Nov 2022pre-release
Nothing published for this version
- v1.11.1-0.20220921191144-c6110878eac621 Sept 2022pre-release
Nothing published for this version
- v1.11.1-0.20220916182104-6b4e605daf9e16 Sept 2022pre-release
Nothing published for this version
- v1.11.1-0.20220915193804-61058d05f79915 Sept 2022pre-release
Nothing published for this version
- v1.11.1-0.20220629221035-d71efc478bd229 Jun 2022pre-release
Nothing published for this version
- v1.11.1-0.20220526202641-a0f3666caec526 May 2022pre-release
Nothing published for this version
- v1.11.1-0.20220519223816-41d47c0d8dad19 May 2022pre-release
Nothing published for this version
- v1.11.1-0.20211207061743-4b46fc5b40e57 Dec 2021pre-release
Nothing published for this version
- v1.11.1-0.20211027200737-5be716d8cd0527 Oct 2021pre-release
Nothing published for this version
- v1.11.1-0.20210902225947-779fa03c0e302 Sept 2021pre-release
Nothing published for this version
- v1.11.1-0.20210720221609-88a31e176eef20 Jul 2021pre-release
Nothing published for this version
- v1.11.1-0.20210712202200-d628ce87042a12 Jul 2021pre-release
Nothing published for this version
- v1.11.1-0.20210607222340-273fd3f4d27c7 Jun 2021pre-release
Nothing published for this version
- v1.11.1-0.20210602214942-d083918b58172 Jun 2021pre-release
Nothing published for this version
- v1.11.1-0.20210601223138-155fa8b301771 Jun 2021pre-release
Nothing published for this version
- v1.11.1-0.20210503173641-5a0eaeb7452a3 May 2021pre-release
Nothing published for this version
- v1.11.1-0.20210318230419-06c801d5571018 Mar 2021pre-release
Nothing published for this version
- v1.11.1-0.20200922210559-c32bd1a5ca6722 Sept 2020pre-release
Nothing published for this version
- v1.11.1-0.20200903185045-a2136487ea343 Sept 2020pre-release
Nothing published for this version
- v1.11.1-0.20200609195717-bc63c044fa2d9 Jun 2020pre-release
Nothing published for this version
- v1.11.1-0.20200520212626-1d6d1b46a42720 May 2020pre-release
Nothing published for this version
- v1.11.1-0.20200323193705-b9b65ab3d35f23 Mar 2020pre-release
Nothing published for this version
- v1.11.1-0.20200211214256-de0daeceb38611 Feb 2020pre-release
Nothing published for this version
- v1.11.1-0.20200127190417-b2adb094acd927 Jan 2020pre-release
Nothing published for this version
- v1.11.1-0.20200115221750-b86dd3d423e115 Jan 2020pre-release
Nothing published for this version
- v1.11.1-0.20191217185420-3f901151bead17 Dec 2019pre-release
Nothing published for this version
- v1.11.1-0.20180822153437-25612db2e88922 Aug 2018pre-release
Nothing published for this version
- v1.11.1-0.20180807214114-c10b3773c0ee7 Aug 2018pre-release
Nothing published for this version
- v1.11.1-0.20180213195232-754eca69b37413 Feb 2018pre-release
Nothing published for this version
- v1.11.028 Nov 2017
Release notes2 sources agree
Open source →-
We've closed the Issues tab on GitHub. Please visit our support site to get timely help with any problems you're having, or to report issues.
-
Added support for Cross Application Tracing (CAT). Please refer to the CAT section of the guide for more detail on how to ensure you get the most out of the Go agent's new CAT support.
-
The agent now collects additional metadata when running within Amazon Web Services, Google Cloud Platform, Microsoft Azure, and Pivotal Cloud Foundry. This information is used to provide an enhanced experience when the agent is deployed on those platforms.
-
- v1.10.1-0.20171103231525-4247b8c922db3 Nov 2017pre-release
Nothing published for this version
- v1.10.024 Oct 2017
Release notes2 sources agree
Open source →-
Added new
RecordCustomMetricmethod to Application. This functionality can be used to track averages or counters without using custom events. -
Fixed import needed for logrus. The import Sirupsen/logrus had been renamed to sirupsen/logrus. Thanks to @alfred-landrum for spotting this.
-
Added ErrorAttributer, an optional interface that can be implemented by errors provided to
Transaction.NoticeErrorto attach additional attributes. These attributes are subject to attribute configuration. -
Added Error, a type that allows direct control of error fields. Example use:
txn.NoticeError(newrelic.Error{ // Message is returned by the Error() method. Message: "error message: something went very wrong", Class: "errors are aggregated by class", Attributes: map[string]interface{}{ "important_number": 97232, "relevant_string": "zap", }, })- Updated license to address scope of usage.
-
- v1.9.1-0.20170627001905-db460a3e1f8227 Jun 2017pre-release
Nothing published for this version
- v1.9.018 Apr 2017
Release notes2 sources agree
Open source →- Added support for github.com/gin-gonic/gin
in the new
nrginpackage.
- Added support for github.com/gin-gonic/gin
in the new
- v1.8.016 Mar 2017
Release notes2 sources agree
Open source →-
Fixed incorrect metric rule application when the metric rule is flagged to terminate and matches but the name is unchanged.
-
Segment.End(),DatastoreSegment.End(), andExternalSegment.End()methods now return an error which may be helpful in diagnosing situations where segment data is unexpectedly missing.
-
- v1.7.1-0.20170228022250-068a6ac771a628 Feb 2017pre-release
Nothing published for this version
- v1.7.016 Feb 2017
Release notes2 sources agree
Open source →- Added support for gorilla/mux in the new
nrgorillapackage.
- Added support for gorilla/mux in the new
- v1.6.1-0.20170216202822-a990e106a9cb16 Feb 2017pre-release
Nothing published for this version
- v1.6.09 Feb 2017
Release notes2 sources agree
Open source →-
Added support for custom error messages and stack traces. Errors provided to
Transaction.NoticeErrorwill now be checked to see if they implement ErrorClasser and/or StackTracer. Thanks to @fgrosse for this proposal. -
Added support for pkg/errors. Thanks to @fgrosse for this work.
-
Fixed tests for Go 1.8.
-
- v1.5.1-0.20170127193250-075eb7bb51a927 Jan 2017pre-release
Nothing published for this version
- v1.5.1-0.20170112205045-9ccb35f623e812 Jan 2017pre-release
Nothing published for this version
- v1.5.1-0.20161128231324-58ea5575172228 Nov 2016pre-release
Nothing published for this version
- v1.5.016 Nov 2016
Release notes2 sources agree
Open source →-
Added support for Windows. Thanks to @ianomad and @lvxv for the contributions.
-
The number of heap objects allocated is recorded in the
Memory/Heap/AllocatedObjectsmetric. This will soon be displayed on the "Go runtime" page. -
If the DatastoreSegment fields
HostandPortPathOrIDare not provided, they will no longer appear as"unknown"in transaction traces and slow query traces. -
Stack traces will now be nicely aligned in the APM UI.
-
- v1.4.012 Oct 2016
Release notes2 sources agree
Open source →-
Added support for slow query traces. Slow datastore segments will now generate slow query traces viewable on the datastore tab. These traces include a stack trace and help you to debug slow datastore activity. Slow Query Documentation
-
Added new DatastoreSegment fields
ParameterizedQuery,QueryParameters,Host,PortPathOrID, andDatabaseName. These fields will be shown in transaction traces and in slow query traces.
-
- v1.3.1-0.20241024183746-82c8f8440ca824 Oct 2024pre-release
Nothing published for this version
- v1.3.1-0.20240805172147-6c84bcfba2825 Aug 2024pre-release
Nothing published for this version
- v1.3.1-0.20240702215133-cab3b3180fac2 Jul 2024pre-release
Nothing published for this version
- v1.3.1-0.20240501185737-424d175904871 May 2024pre-release
Nothing published for this version
- v1.3.07 Oct 2016
Release notes2 sources agree
Open source →- Breaking Change: Added a timeout parameter to the
Application.Shutdownmethod.
- Breaking Change: Added a timeout parameter to the
- v1.2.1-0.20241024183746-82c8f8440ca824 Oct 2024pre-release
Nothing published for this version
- v1.2.1-0.20240805172147-6c84bcfba2825 Aug 2024pre-release
Nothing published for this version
- v1.2.1-0.20240702215133-cab3b3180fac2 Jul 2024pre-release
Nothing published for this version
- v1.2.1-0.20240501185737-424d175904871 May 2024pre-release
Nothing published for this version
- v1.2.1-0.20240215202712-487703c7e3df15 Feb 2024pre-release
Nothing published for this version
- v1.2.1-0.20240125200942-1ef7dea932c225 Jan 2024pre-release
Nothing published for this version
- v1.2.1-0.20231214193543-20541a9393ae14 Dec 2023pre-release
Nothing published for this version
- v1.2.1-0.20230810214013-d59f46c9014d10 Aug 2023pre-release
Nothing published for this version
- v1.2.1-0.20220629221035-d71efc478bd229 Jun 2022pre-release
Nothing published for this version