We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddb4b29 + b501907 commit ab8d2a7Copy full SHA for ab8d2a7
1 file changed
CHANGELOG.md
@@ -1,11 +1,17 @@
1
# Change Log
2
3
-## Release 1.2.1 (TBD)
+## Release 1.2.1 (89/22/23)
4
5
### Added
6
7
- Version reported when an error is returned in serverless.
8
- Log level can be set with `RUNPOD_LOG_LEVEL` environment variable.
9
+- SIGTERM handler initialized when starting serverless worker to avoid hung workers.
10
+- Progress update method exposed `runpod.serverless.progress_update` can be called with the job object and string.
11
+
12
+### Fixed
13
14
+- Region is included when using S3 storage via rp_upload, automatically filled in for Amazon S3 buckets and Digital Ocean Spaces.
15
16
## Release 1.2.0 (8/29/23)
17
0 commit comments