elasticio-sailor-nodejs 2.7.8-dev1 → 2.7.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 2.7.8 (February 4, 2026)
2
+
3
+ * Ensure connection before ack/nack of the message
4
+ [#7855](https://github.com/elasticio/elasticio/issues/7855)
5
+
1
6
  ## 2.7.7 (November 19, 2025)
2
7
 
3
8
  * Improve handling of cases when connection to RabbitMQ is re-established.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "elasticio-sailor-nodejs",
3
3
  "description": "The official elastic.io library for bootstrapping and executing for Node.js connectors",
4
- "version": "2.7.8-dev1",
4
+ "version": "2.7.8",
5
5
  "main": "run.js",
6
6
  "scripts": {
7
7
  "audit": "better-npm-audit audit --level high --production",