Skip to content

Commit ac5fe50

Browse files
authored
Update Sailor version to 2.7.7
1 parent e064930 commit ac5fe50

File tree

5 files changed

+6246
-5830
lines changed

5 files changed

+6246
-5830
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22
parameters:
33
node-version:
44
type: string
5-
default: "20.16.0"
5+
default: "22.18.0"
66
orbs:
77
node: circleci/node@5.0.0
88
slack: circleci/slack@4.5.3
@@ -72,7 +72,7 @@ commands:
7272
jobs:
7373
test:
7474
docker:
75-
- image: cimg/node:20.16.0
75+
- image: cimg/node:22.18.0
7676
steps:
7777
- checkout
7878
- node/install:
@@ -88,7 +88,7 @@ jobs:
8888
command: npm test
8989
build:
9090
docker:
91-
- image: cimg/node:20.16.0
91+
- image: cimg/node:22.18.0
9292
user: root
9393
steps:
9494
- checkout

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.2.3 (December 03, 2025)
2+
* Updated `Sailor` to version 2.7.7
3+
* Updated the Node engine to version 22.x.
4+
15
## 2.2.2 (September 22, 2025)
26
* Removed `elasticio-node` library from deprecated action and trigger to fix the bug introduced in version 2.2.1.
37

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "REST API V2",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"description": "A generic connector for accessing HTTP and REST APIs .",
55
"authClientTypes": [
66
"oauth2",

0 commit comments

Comments
 (0)