Apache SkyWalking NodeJS patch version 0.5.1 Released

2022-07-17 Thread kezhenxu94
Hi the SkyWalking Community

On behalf of the SkyWalking Team, I’m glad to announce that SkyWalking NodeJS 
0.5.1 is now released.

SkyWalking NodeJS 0.5.1 is a patch release that fixed a vulnerability in all 
previous
 versions <=0.5.0, we recommend all users who are using versions <=0.5.0 should 
upgrade to this version.

 The vulnerability will cause NodeJS services that has this agent installed to 
be unavailable
 if the header includes an illegal SkyWalking header, such as 
 (1) OAP is unhealthy and the downstream service's agent can't establish the 
connection.
 (2) Some sampling mechanism is activated in downstream agents.

Detail 
https://skywalking.apache.org/events/release-apache-skywalking-nodejs-0-5-1/

SkyWalking NodeJS: The NodeJS Agent for Apache SkyWalking, which provides the 
native tracing abilities for NodeJS backend project.

SkyWalking: APM (application performance monitor) tool for distributed systems, 
especially designed for microservices, cloud native and container-based 
(Docker, Kubernetes, Mesos) architectures.

Download Links: http://skywalking.apache.org/downloads/

Release Notes : 
https://github.com/apache/skywalking-nodejs/blob/v$VERSION/CHANGELOG.md

Website: http://skywalking.apache.org/

SkyWalking NodeJS Resources:
- Issue: https://github.com/apache/skywalking/issues
- Mailing list: d...@skywalking.apache.org
- Documents: 
https://github.com/apache/skywalking-nodejs/blob/v$VERSION/README.md

The Apache SkyWalking Team

Airflow Providers released on July 17, 2022 are ready

2022-07-17 Thread Jarek Potiuk
Dear Airflow community,

I 'm happy to announce that new versions of Airflow Providers packages
were just released.

This is more than a regular set of providers. We released 41 providers
in total this month. Additionally to regular providers we released
first version of Tabular provider and especially "common.sql" provider
that is used by 22 other providers and provides a shared "SQL"
functionality for all of them - this is a foundation for faster
delivery of SQL functionality independently of upgrading to the latest
Airflow version.

The source release, as well as the binary releases, are available here:

https://airflow.apache.org/docs/apache-airflow-providers/installing-from-sources

The documentation is available at https://airflow.apache.org/docs/ and
linked from the PyPI packages.

Cheers,

J.