Skip to content

Commit

Permalink
chore(release): @forestadmin/agent@1.57.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.57.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.56.2...@forestadmin/agent@1.57.0) (2025-01-02)

### Bug Fixes

* upgrade ssh-tunnel dependency to avoid crash when "no response from server" ([#1228](#1228)) ([83fbf9c](83fbf9c))

### Features

* **segment:** support templating for segment live query ([#1235](#1235)) ([5452a95](5452a95))
  • Loading branch information
forest-bot committed Jan 2, 2025
1 parent f5e2dcf commit 431d237
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions packages/agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# @forestadmin/agent [1.57.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.56.2...@forestadmin/agent@1.57.0) (2025-01-02)


### Features

* **segment:** support templating for segment live query ([#1235](https://github.com/ForestAdmin/agent-nodejs/issues/1235)) ([5452a95](https://github.com/ForestAdmin/agent-nodejs/commit/5452a95cc7c9340b81b30e91231b2b9ec5aa29b4))





### Dependencies

* **@forestadmin/datasource-customizer:** upgraded to 1.58.0
* **@forestadmin/datasource-toolkit:** upgraded to 1.46.0
* **@forestadmin/forestadmin-client:** upgraded to 1.36.3

## @forestadmin/agent [1.56.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.56.1...@forestadmin/agent@1.56.2) (2024-12-31)


Expand Down
8 changes: 4 additions & 4 deletions packages/agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/agent",
"version": "1.56.2",
"version": "1.57.0",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -14,9 +14,9 @@
"dependencies": {
"@fast-csv/format": "^4.3.5",
"@fastify/express": "^1.1.0",
"@forestadmin/datasource-customizer": "1.57.1",
"@forestadmin/datasource-toolkit": "1.45.1",
"@forestadmin/forestadmin-client": "1.36.2",
"@forestadmin/datasource-customizer": "1.58.0",
"@forestadmin/datasource-toolkit": "1.46.0",
"@forestadmin/forestadmin-client": "1.36.3",
"@koa/cors": "^5.0.0",
"@koa/router": "^12.0.0",
"@types/koa__router": "^12.0.0",
Expand Down

0 comments on commit 431d237

Please sign in to comment.