Skip to content

Commit

Permalink
release @jsreport/jsreport-docker-workers@3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Jun 19, 2023
1 parent e1cde66 commit da8eab5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/jsreport-docker-workers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@
**jsreport extension managing docker containers and delegating work to them**

See https://jsreport.net/learn/docker-workers

## Changelog

### 3.8.0

- optimization using axios stream type instead of text
- fix request aborting causing main container restarts
4 changes: 2 additions & 2 deletions packages/jsreport-docker-workers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsreport/jsreport-docker-workers",
"version": "3.7.0",
"version": "3.8.0",
"description": "",
"license": "MIT",
"author": "Jan Blaha",
Expand Down Expand Up @@ -47,4 +47,4 @@
"node": true
}
}
}
}

0 comments on commit da8eab5

Please sign in to comment.