Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release target 1.0.6 Public Preview #122

Merged
merged 20 commits into from
Oct 16, 2023
Merged

Release target 1.0.6 Public Preview #122

merged 20 commits into from
Oct 16, 2023

Commits on Sep 19, 2023

  1. k2 variable rename (#100)

    Rename K2_HOME and log messages still containing K2
    
    * - Rename K2_HOME variables
    * - Rename K2 with CSEC in logs variables
    lovesh-ap committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    59c90c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Fix : Package Exclusion Issue with com.nr and com.newrelic (#110)

    * Update package of all instrumentation module.
    package prefix should be  com.newrelic.agent.security.instrumentation
    
    * Enabled low severity hooks for unit test cases
    
    * Relocating all our instrumentation packages under the package com.newrelic.agent.security.instrumentation.*
    * Package Refactoring for Unit Tests : Move packaging for all UTs to com.nr.agent.security.instrumentation.*
    * PostgreSQL UTs with Embedded Server
    
    ---------
    
    Co-authored-by: Monu Lakshkar <[email protected]>
    lovesh-ap and monu-k2io committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    82b9af1 View commit details
    Browse the repository at this point in the history
  2. Fix ClassNotFoundException for IOStreamHelper, moved the helper class…

    … to api under helpers package 'com.newrelic.api.agent.security.instrumentation.helpers'
    lovesh-ap committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    90490ec View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    15a9367 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #114 from newrelic/fix/CTE_IOStreamHelper

    Fix ClassNotFoundException for IOStreamHelper
    lovesh-ap committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    2bb58e9 View commit details
    Browse the repository at this point in the history
  3. Logger arch update (#113)

    * support for std out logging
    * add feature for Daily log rollover
    * Support logger config : log_file_count and log_limit_in_kbytes
    * Remove NR_CSEC_DEBUG_LOGFILE_SIZE and NR_CSEC_DEBUG_LOGFILE_MAX_COUNT
    lovesh-ap committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    b1bed4b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Setup for Cassandra instrumentation (#69)

    * Initial setup for cassandra
    
    * Event generation for Cassandra 3 & 4
    
    ---------
    
    Co-authored-by: lovesh-ap <[email protected]>
    IshikaDawda and lovesh-ap committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    65d6fed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e96948 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #119 from newrelic/unittest/introspector-api

    New API in Introspector for unit test cases
    lovesh-ap committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    86e5c9a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Cassandra-Datastax 3 instrumentation (#70)

    * cassandra-datastax 3 instrumentation
    
    Co-authored-by: lovesh-ap <[email protected]>
    IshikaDawda and lovesh-ap committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    7ecca36 View commit details
    Browse the repository at this point in the history
  2. Unit test cases for Cassandra 3 (#71)

    * unit test setup for cassandra 3
    
    ---------
    
    Co-authored-by: Monu Lakshkar <[email protected]>
    IshikaDawda and monu-k2io committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    3f5c6e6 View commit details
    Browse the repository at this point in the history
  3. Cassandra-Datastax 4 instrumentation (#72)

    * cassandra-datastax 4 instrumentation
    
    ---------
    
    Co-authored-by: lovesh-ap <[email protected]>
    IshikaDawda and lovesh-ap committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    36883c8 View commit details
    Browse the repository at this point in the history
  4. Unit test cases for Cassandra 4 (#73)

    * unit test setup for cassandra 4
    
    ---------
    
    Co-authored-by: Monu Lakshkar <[email protected]>
    IshikaDawda and monu-k2io committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    8e83f05 View commit details
    Browse the repository at this point in the history
  5. Added instrumentation for httpclient-5 (sync) (#77)

    * Added instrumentation for httpclient-5 (sync)
    
    ---------
    
    Co-authored-by: lovesh-ap <[email protected]>
    monu-k2io and lovesh-ap committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    aa5a2b8 View commit details
    Browse the repository at this point in the history
  6. Unit test cases for httpclient5 (sync) (#78)

    * Added unittest cases for httpclient-5 (sync)
    
    * Fix for broken pipe issue
    
    * Renamed unit test package
    
    * Add parent-id header to outgoing http requests
    
    * Removed unused code
    
    * added csec parent id unit test cases
    
    ---------
    
    Co-authored-by: lovesh-ap <[email protected]>
    monu-k2io and lovesh-ap committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    f70847f View commit details
    Browse the repository at this point in the history
  7. Instrumentation and unit test cases for httpclient5 (async) (#79)

    * Added instrumentation for httpclient-5 (sync)
    
    * Added unittest cases for httpclient-5 (sync)
    
    * Add parent-id header to outgoing http requests
    
    * added csec parent id unit test cases
    
    ---------
    
    Co-authored-by: idawda <[email protected]>
    Co-authored-by: lovesh-ap <[email protected]>
    3 people committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a9abbf9 View commit details
    Browse the repository at this point in the history
  8. 1.0.6 changelog update

    lovesh-ap committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    883ffa2 View commit details
    Browse the repository at this point in the history
  9. Fix for HC reporting

    lovesh-ap committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    13166ec View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    b426cd7 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Move release to 17th Dec

    lovesh-ap committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    b68e000 View commit details
    Browse the repository at this point in the history