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

Conversation

lovesh-ap
Copy link
Contributor

Changes

  • Cassandra DB v3.0+ Support: The Security agent now supports Cassandra DB version 3.0 and above
  • HttpClient v5.0+ Support: The Security agent now also supports HttpClient version 5.0 and above
  • Support for std-out logging
  • Added feature for Daily log rollover
  • Support for logger config: log_file_count and log_limit_in_kbytes
  • 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.*
  • Set default value for low severity instrumentation to false

Fixes

  • Fixed ClassNotFoundException for IOStreamHelper class with Glassfish
  • Updated PostgreSQL UTs with Embedded Server instead of test container

lovesh-ap and others added 20 commits September 19, 2023 17:20
Rename K2_HOME and log messages still containing K2

* - Rename K2_HOME variables
* - Rename K2 with CSEC in logs variables
* 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]>
… to api under helpers package 'com.newrelic.api.agent.security.instrumentation.helpers'
Fix ClassNotFoundException for IOStreamHelper
* 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
* Initial setup for cassandra

* Event generation for Cassandra 3 & 4

---------

Co-authored-by: lovesh-ap <[email protected]>
New API in Introspector for unit test cases
* cassandra-datastax 3 instrumentation

Co-authored-by: lovesh-ap <[email protected]>
* unit test setup for cassandra 3

---------

Co-authored-by: Monu Lakshkar <[email protected]>
* cassandra-datastax 4 instrumentation

---------

Co-authored-by: lovesh-ap <[email protected]>
* unit test setup for cassandra 4

---------

Co-authored-by: Monu Lakshkar <[email protected]>
* Added instrumentation for httpclient-5 (sync)

---------

Co-authored-by: lovesh-ap <[email protected]>
* 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]>
* 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]>
@lovesh-ap lovesh-ap merged commit 8566597 into main Oct 16, 2023
111 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants