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

v4 release #1322

Merged
merged 15 commits into from
Oct 23, 2024
Merged

v4 release #1322

merged 15 commits into from
Oct 23, 2024

Conversation

aryamohanan
Copy link
Contributor

@aryamohanan aryamohanan commented Sep 10, 2024

Preparation for major release v4.

Before release

After release

  • Deprecate package instana-aws-lambda-auto-wrap in npm
    npm deprecate instana-aws-lambda-auto-wrap "This package is deprecated, and its support will be removed soon. Consider using an alternative."

refs INSTA-786

aryamohanan and others added 15 commits October 22, 2024 19:35

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…d binary support (#1296)

BREAKING CHANGE:
- Removed the ability to configure the header format; headers will always be sent in 'string' format.
- Removed support for 'binary' format and code related to sending headers in 'binary' or 'both' formats.
refs INSTA-809
refs INSTA-793

---------

Co-authored-by: kirrg001 <katharina.irrgang@instana.com>
Co-authored-by: Arya <90748009+aryamohanan@users.noreply.github.com>
BREAKING CHANGE:
- Node.js Lambda runtimes v14 and v16 are no longer supported.
- Refer to the Lambda deprecation policy here: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy
BREAKING CHANGE:
- Dropped support for Node.js versions 14 and 16.
- Reason: These versions have reached their end of life.
- More info: https://github.com/nodejs/Release?tab=readme-ov-file#end-of-life-releases
…bles (#1373)

BREAKING CHANGE:
- The INSTANA_URL and INSTANA_KEY environment variables have been removed. 
- Any references to these should be replaced with the environment variables INSTANA_ENDPOINT_URL and INSTANA_AGENT_KEY.
BREAKING CHANGE: 
- Migration: Please configure the Instana agent to capture the X-Instana-Service header in the agent's configuration file. 
- For details, see: https://www.ibm.com/docs/en/instana-observability/current?topic=applications-services#specify-the-x-instana-service-http-header.
…tax (#1383)

BREAKING CHANGE:
- Removed the ability to disable AWS SDK instrumentation using the old syntax disabledTracers: ['aws-sdk/v2/index'].
- Migrate to the new syntax for disabling instrumentation: disabledTracers: ['aws-sdk/v2'].
@aryamohanan aryamohanan marked this pull request as ready for review October 22, 2024 15:35
@aryamohanan aryamohanan requested a review from a team as a code owner October 22, 2024 15:35
@aryamohanan aryamohanan merged commit e328eab into main Oct 23, 2024
1 check 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.

None yet

3 participants