New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

kafkajs

Package Overview
Dependencies
Maintainers
2
Versions
299
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kafkajs - npm Package Compare versions

Comparing version 1.5.0-beta.4 to 1.5.0

18

CHANGELOG.md

@@ -8,4 +8,7 @@ # Changelog

## [1.5.0] - 2019-03-05
### Changed
- See `1.5.0-beta.X` versions
## [1.5.0-beta.4] - 2019-02-28
### Fixed

@@ -15,3 +18,2 @@ - Abort old transactions on protocol error `CONCURRENT_TRANSACTIONS` #299

## [1.5.0-beta.3] - 2019-02-20
### Fixed

@@ -27,3 +29,2 @@ - Missing default restart time on crashes due to retriable errors #283

## [1.5.0-beta.2] - 2019-02-13
### Fixed

@@ -45,3 +46,2 @@ - Handle undefined message key when producing with 0.11 #247

## [1.5.0-beta.1] - 2019-01-17
### Fixed

@@ -57,3 +57,2 @@ - Rolling upgrade from 0.10 to 0.11 causes unknown magic byte errors #246

## [1.5.0-beta.0] - 2019-01-08
### Changed

@@ -82,3 +81,2 @@ - Add transactional attributes to record batch #199

## [1.4.8] - 2019-02-18
### Fixed

@@ -91,3 +89,2 @@ - Handle undefined message key when producing with 0.11 #247

## [1.4.7] - 2019-01-17
### Fixed

@@ -97,3 +94,2 @@ - Rolling upgrade from 0.10 to 0.11 causes unknown magic byte errors #246

## [1.4.6] - 2018-12-03
### Fixed

@@ -103,3 +99,2 @@ - Always assign partitions based on subscribed topics #227

## [1.4.5] - 2018-11-28
### Fixed

@@ -112,3 +107,2 @@ - Fix crash in mitigation for receiving metadata for unsubscribed topics #221

## [1.4.4] - 2018-10-29
### Fixed

@@ -118,3 +112,2 @@ - Protocol produce v3 wasn't filtering `undefined` timestamps and was sending timestamp 0 (`NaN` converted) for all messages #188

## [1.4.3] - 2018-10-22
### Changed

@@ -124,3 +117,2 @@ - Version `1.4.2` without test files

## [1.4.2] - 2018-10-22
### Changed

@@ -130,3 +122,2 @@ - Allow messages with a value of `null` to support tombstones #185

## [1.4.1] - 2018-10-17
### Fixed

@@ -146,3 +137,2 @@ - Decode multiple RecordBatch on protocol Fetch v4 #179

## [1.4.0] - 2018-10-09
### Fixed

@@ -149,0 +139,0 @@ - Potential offset loss when updating offsets for resolved partitions #124

{
"name": "kafkajs",
"version": "1.5.0-beta.4",
"version": "1.5.0",
"description": "A modern Apache Kafka client for node.js",

@@ -5,0 +5,0 @@ "author": "Tulio Ornelas <ornelas.tulio@gmail.com>",

@@ -81,36 +81,4 @@ [![KafkaJS](https://raw.githubusercontent.com/tulios/kafkajs/master/logo.png)](https://kafka.js.org)

### <a name="contributing-resources"></a> Resources
See [Developing KafkaJS](https://kafka.js.org/docs/contribution-guide) for information on how to run and develop KafkaJS.
https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol
https://kafka.apache.org/protocol.html
### <a name="contributing-testing"></a> Testing
```sh
yarn test
```
or
```sh
# This will run a kafka cluster configured with your current IP
./scripts/dockerComposeUp.sh
./scripts/createScramCredentials.sh
yarn test:local
# To run with logs
# KAFKAJS_LOG_LEVEL=debug yarn test:local
```
Password for test keystore and certificates: `testtest`
Password for SASL `test:testtest`
### <a name="environment-variables"></a> Environment variables
| variable | description | default |
| ------------------------------ | ---------------------------------------- | ------- |
| KAFKAJS_DEBUG_PROTOCOL_BUFFERS | Output raw protocol buffers in debug log | 0 |
## Acknowledgements

@@ -117,0 +85,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc