Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@techteamer/mq

Package Overview
Dependencies
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@techteamer/mq - npm Package Versions

1345

6.4.0-beta.3

Diff

Changelog

Source

6.4.0-beta.3 (2024-06-05)

Features

  • module migration to beta FKITDEV-3756 (#61) (885cea8)
robence
published 6.4.0-beta.2 •

Changelog

Source

6.4.0-beta.2 (2024-05-28)

Bug Fixes

6.3.2

  • fix the reconnecting
  • updated dependencies

6.3.1

  • fixed error emitting logic
  • updated and upgraded dependencies

6.3.0

  • added option to shuffle connection urls

6.2.0

  • added option to set global defaults for queue and exchange assertion
  • emit Channel events (close, error, drain, return)
  • updated and upgraded dependencies

6.1.0

  • added backward compatibility for object based connection URL configuration

6.0.0

  • BREAKING: removed process.exit on connection close
  • BREAKING: connection configs only support string AMQP URI syntax (https://www.rabbitmq.com/uri-spec.html)
  • connection events are emitted (error, close, blocked, unblocked)
  • ability to reconnect
  • supports only node v16+

5.2.0

  • option to use direct exchange for RPC
  • autodelete for random (empty named) queues

5.1.0

  • handle multiple connection urls and hosts

5.0.2

  • add options to configure deserialization of ProtoQueueMessage

5.0.1

  • export ProtoQueueMessage class

5.0.0

  • added Protobuf support
  • added more options to configure queue and exchange assertions
  • updated and upgraded dependencies
  • added option to exit on connection closing

4.1.4

  • dependency updates
  • minimum requirement is node v14

4.1.3

  • dependency updates
  • pass raw msg param to handler callbacks (#31)

4.1.2

  • dependency updates, drop support for node v10

4.1.1

  • dependency updates

4.1.0

  • promises rewrite to async-await in most cases
  • connections and channels are built up one-after-one, previously promise.all was used to register channels/create connections
  • removed unnecessary depencency introduced in 2.4.1

4.0.0

  • drop support for node v8
  • dependency upgrade

3.0.0

  • drop support for node v6
  • add option to RabbitMQ connection timeout

2.4.1

  • dependency update to fix security vulnerability

2.4.0

  • RPC reply attachment

2.3.0

  • Collection Pool

2.2.1

  • Fix multi-byte character (de)serialization

2.2.0

  • Binary sending is available

2.1.0

  • auto init existing servers on connection
  • Constructor overrides

2.0.1

  • Prevent simultaneous initializations

2.0.0

  • Implemented Publish / Subscribe
  • QueueClient extends Publisher
  • QueueServer extends Subscriber
  • Pass options Object to constructors
  • QueueManager methods use options parameters
  • initialize() methods are not called in the constructor (They should be called manually because they are async)
  • Tests (new and fixed)
robence
published 6.4.0-beta.1 •

Changelog

Source

6.4.0-beta.2 (2024-05-28)

Bug Fixes

6.3.2

  • fix the reconnecting
  • updated dependencies

6.3.1

  • fixed error emitting logic
  • updated and upgraded dependencies

6.3.0

  • added option to shuffle connection urls

6.2.0

  • added option to set global defaults for queue and exchange assertion
  • emit Channel events (close, error, drain, return)
  • updated and upgraded dependencies

6.1.0

  • added backward compatibility for object based connection URL configuration

6.0.0

  • BREAKING: removed process.exit on connection close
  • BREAKING: connection configs only support string AMQP URI syntax (https://www.rabbitmq.com/uri-spec.html)
  • connection events are emitted (error, close, blocked, unblocked)
  • ability to reconnect
  • supports only node v16+

5.2.0

  • option to use direct exchange for RPC
  • autodelete for random (empty named) queues

5.1.0

  • handle multiple connection urls and hosts

5.0.2

  • add options to configure deserialization of ProtoQueueMessage

5.0.1

  • export ProtoQueueMessage class

5.0.0

  • added Protobuf support
  • added more options to configure queue and exchange assertions
  • updated and upgraded dependencies
  • added option to exit on connection closing

4.1.4

  • dependency updates
  • minimum requirement is node v14

4.1.3

  • dependency updates
  • pass raw msg param to handler callbacks (#31)

4.1.2

  • dependency updates, drop support for node v10

4.1.1

  • dependency updates

4.1.0

  • promises rewrite to async-await in most cases
  • connections and channels are built up one-after-one, previously promise.all was used to register channels/create connections
  • removed unnecessary depencency introduced in 2.4.1

4.0.0

  • drop support for node v8
  • dependency upgrade

3.0.0

  • drop support for node v6
  • add option to RabbitMQ connection timeout

2.4.1

  • dependency update to fix security vulnerability

2.4.0

  • RPC reply attachment

2.3.0

  • Collection Pool

2.2.1

  • Fix multi-byte character (de)serialization

2.2.0

  • Binary sending is available

2.1.0

  • auto init existing servers on connection
  • Constructor overrides

2.0.1

  • Prevent simultaneous initializations

2.0.0

  • Implemented Publish / Subscribe
  • QueueClient extends Publisher
  • QueueServer extends Subscriber
  • Pass options Object to constructors
  • QueueManager methods use options parameters
  • initialize() methods are not called in the constructor (They should be called manually because they are async)
  • Tests (new and fixed)
robence
published 6.3.3-alpha1 •

robence
published 6.3.3-alpha •

elgeri
published 6.3.2 •

tbence
published 6.3.1 •

tbence
published 6.3.0 •

tbence
published 6.2.0 •

tbence
published 6.1.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