Skip to content

Commit

Permalink
Release 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Feb 10, 2025
1 parent 45e38cb commit ee1269d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
Unreleased:
1.14.1:
* FIX: Ensure AWS SDK has access to object size when issuing an upload (@benoit #2117)
* FIX: Change log level of S3 missing keys message (@benoit #2144)
* FIX: Logic to set .webp path prefix on reencoded images is skewed (@benoit74 #2140)
* FIX: S3 cached images are missing (@benoit74 #2136)
* FIX: Do not rely on URL filename extension to detect images (@benoit74 #2088)
* FIX: S3 cached image are never used (@benoit74 #2138)
* FIX: RequestTimeTooSkewed error while downloading from cache (@benoit74 #2137)
* FIX: Axios timeouts are not properly handled (@benoit74 #2139)
* FIX: Many tasks are hanging forever (@benoit74 #2141)
* CHANGED: Pre-install all Node.JS dependencies in Docker build (@benoit #2148)

1.14.0:
* FIX: Remove S3 upload concurrency to avoid 'RequestTimeTooSkewed' errors (@benoi74 #2118)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mwoffliner",
"version": "1.14.1-dev0",
"version": "1.14.1",
"description": "MediaWiki ZIM scraper",
"main": "lib/mwoffliner.lib.js",
"license": "GPL-3.0",
Expand Down

0 comments on commit ee1269d

Please sign in to comment.