PackageTrack

Go modules · #2032

github.com/newrelic/go-agent

v3.44.2+incompatiblenewrelic/go-agent

Release timeline

399 releases since 2016
20182020202220242026

Releases

  1. v1.11.1-0.20230119195915-dd6e323446a719 Jan 2023pre-release

    Nothing published for this version

  2. v1.11.1-0.20221115192606-e4d16221d6bb15 Nov 2022pre-release

    Nothing published for this version

  3. v1.11.1-0.20221102192030-38d939bb231d2 Nov 2022pre-release

    Nothing published for this version

  4. v1.11.1-0.20220921191144-c6110878eac621 Sept 2022pre-release

    Nothing published for this version

  5. v1.11.1-0.20220916182104-6b4e605daf9e16 Sept 2022pre-release

    Nothing published for this version

  6. v1.11.1-0.20220915193804-61058d05f79915 Sept 2022pre-release

    Nothing published for this version

  7. v1.11.1-0.20220629221035-d71efc478bd229 Jun 2022pre-release

    Nothing published for this version

  8. v1.11.1-0.20220526202641-a0f3666caec526 May 2022pre-release

    Nothing published for this version

  9. v1.11.1-0.20220519223816-41d47c0d8dad19 May 2022pre-release

    Nothing published for this version

  10. v1.11.1-0.20211207061743-4b46fc5b40e57 Dec 2021pre-release

    Nothing published for this version

  11. v1.11.1-0.20211027200737-5be716d8cd0527 Oct 2021pre-release

    Nothing published for this version

  12. v1.11.1-0.20210902225947-779fa03c0e302 Sept 2021pre-release

    Nothing published for this version

  13. v1.11.1-0.20210720221609-88a31e176eef20 Jul 2021pre-release

    Nothing published for this version

  14. v1.11.1-0.20210712202200-d628ce87042a12 Jul 2021pre-release

    Nothing published for this version

  15. v1.11.1-0.20210607222340-273fd3f4d27c7 Jun 2021pre-release

    Nothing published for this version

  16. v1.11.1-0.20210602214942-d083918b58172 Jun 2021pre-release

    Nothing published for this version

  17. v1.11.1-0.20210601223138-155fa8b301771 Jun 2021pre-release

    Nothing published for this version

  18. v1.11.1-0.20210503173641-5a0eaeb7452a3 May 2021pre-release

    Nothing published for this version

  19. v1.11.1-0.20210318230419-06c801d5571018 Mar 2021pre-release

    Nothing published for this version

  20. v1.11.1-0.20200922210559-c32bd1a5ca6722 Sept 2020pre-release

    Nothing published for this version

  21. v1.11.1-0.20200903185045-a2136487ea343 Sept 2020pre-release

    Nothing published for this version

  22. v1.11.1-0.20200609195717-bc63c044fa2d9 Jun 2020pre-release

    Nothing published for this version

  23. v1.11.1-0.20200520212626-1d6d1b46a42720 May 2020pre-release

    Nothing published for this version

  24. v1.11.1-0.20200323193705-b9b65ab3d35f23 Mar 2020pre-release

    Nothing published for this version

  25. v1.11.1-0.20200211214256-de0daeceb38611 Feb 2020pre-release

    Nothing published for this version

  26. v1.11.1-0.20200127190417-b2adb094acd927 Jan 2020pre-release

    Nothing published for this version

  27. v1.11.1-0.20200115221750-b86dd3d423e115 Jan 2020pre-release

    Nothing published for this version

  28. v1.11.1-0.20191217185420-3f901151bead17 Dec 2019pre-release

    Nothing published for this version

  29. v1.11.1-0.20180822153437-25612db2e88922 Aug 2018pre-release

    Nothing published for this version

  30. v1.11.1-0.20180807214114-c10b3773c0ee7 Aug 2018pre-release

    Nothing published for this version

  31. v1.11.1-0.20180213195232-754eca69b37413 Feb 2018pre-release

    Nothing published for this version

  32. v1.11.028 Nov 2017
    Release notes2 sources agree
    • 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.

    Open source →
  33. v1.10.1-0.20171103231525-4247b8c922db3 Nov 2017pre-release

    Nothing published for this version

  34. v1.10.024 Oct 2017
    Release notes2 sources agree
    • Added new RecordCustomMetric method 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.NoticeError to 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.
    Open source →
  35. v1.9.1-0.20170627001905-db460a3e1f8227 Jun 2017pre-release

    Nothing published for this version

  36. v1.9.018 Apr 2017
    Release notes2 sources agree
    Open source →
  37. v1.8.016 Mar 2017
    Release notes2 sources agree
    • Fixed incorrect metric rule application when the metric rule is flagged to terminate and matches but the name is unchanged.

    • Segment.End(), DatastoreSegment.End(), and ExternalSegment.End() methods now return an error which may be helpful in diagnosing situations where segment data is unexpectedly missing.

    Open source →
  38. v1.7.1-0.20170228022250-068a6ac771a628 Feb 2017pre-release

    Nothing published for this version

  39. v1.7.016 Feb 2017
    Release notes2 sources agree
    Open source →
  40. v1.6.1-0.20170216202822-a990e106a9cb16 Feb 2017pre-release

    Nothing published for this version

  41. v1.6.09 Feb 2017
    Release notes2 sources agree
    • Added support for custom error messages and stack traces. Errors provided to Transaction.NoticeError will 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.

    Open source →
  42. v1.5.1-0.20170127193250-075eb7bb51a927 Jan 2017pre-release

    Nothing published for this version

  43. v1.5.1-0.20170112205045-9ccb35f623e812 Jan 2017pre-release

    Nothing published for this version

  44. v1.5.1-0.20161128231324-58ea5575172228 Nov 2016pre-release

    Nothing published for this version

  45. v1.5.016 Nov 2016
    Release notes2 sources agree
    • Added support for Windows. Thanks to @ianomad and @lvxv for the contributions.

    • The number of heap objects allocated is recorded in the Memory/Heap/AllocatedObjects metric. This will soon be displayed on the "Go runtime" page.

    • If the DatastoreSegment fields Host and PortPathOrID are 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.

    Open source →
  46. v1.4.012 Oct 2016
    Release notes2 sources agree
    • 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, and DatabaseName. These fields will be shown in transaction traces and in slow query traces.

    Open source →
  47. v1.3.1-0.20241024183746-82c8f8440ca824 Oct 2024pre-release

    Nothing published for this version

  48. v1.3.1-0.20240805172147-6c84bcfba2825 Aug 2024pre-release

    Nothing published for this version

  49. v1.3.1-0.20240702215133-cab3b3180fac2 Jul 2024pre-release

    Nothing published for this version

  50. v1.3.1-0.20240501185737-424d175904871 May 2024pre-release

    Nothing published for this version

  51. v1.3.07 Oct 2016
    Release notes2 sources agree
    • Breaking Change: Added a timeout parameter to the Application.Shutdown method.
    Open source →
  52. v1.2.1-0.20241024183746-82c8f8440ca824 Oct 2024pre-release

    Nothing published for this version

  53. v1.2.1-0.20240805172147-6c84bcfba2825 Aug 2024pre-release

    Nothing published for this version

  54. v1.2.1-0.20240702215133-cab3b3180fac2 Jul 2024pre-release

    Nothing published for this version

  55. v1.2.1-0.20240501185737-424d175904871 May 2024pre-release

    Nothing published for this version

  56. v1.2.1-0.20240215202712-487703c7e3df15 Feb 2024pre-release

    Nothing published for this version

  57. v1.2.1-0.20240125200942-1ef7dea932c225 Jan 2024pre-release

    Nothing published for this version

  58. v1.2.1-0.20231214193543-20541a9393ae14 Dec 2023pre-release

    Nothing published for this version

  59. v1.2.1-0.20230810214013-d59f46c9014d10 Aug 2023pre-release

    Nothing published for this version

  60. v1.2.1-0.20220629221035-d71efc478bd229 Jun 2022pre-release

    Nothing published for this version