Releases: andersonba/puppeteer-assets
Releases · andersonba/puppeteer-assets
1.2.2
1.2.1
Changes:
- prometheus: add route to clear cache
DELETE /cache
Fixes
- Changed the approach to get the encoded size (gzip). Now it uses
Network.loadingFinished
event. See more about the issue.
1.2.0
Changes:
- Support for user cookies (cli and prometheus)
Some fixes:
- [cli] Fixing warning message due to missing
total
value in each asset type metrics
1.1.0
Prometheus changes:
- Cache on-demand scrapping by default (ttl 300ms)
- Added URL param
nocache
in on-demand route - Added healthcheck route:
/check
- Extending scrap configuration from request query params
- Added labels
size
andgzip
to file gauge
Some fixes:
- Added missing options to cli
- Improving README with advanced cli usage
- Prometheus: parse numeric env values
1.0.0
Changes:
- Renamed
encodedSize
togzip
- Now
internalPattern
isinternalPatterns
- Added
ignorePatterns
option - Added
mimeTypePatterns
option
Prometheus changes:
- Added docker environments
- New configuration schema
- Rewrite server: now you can use On-demand and Scheduler ways (and simultaneously)
- Using nodemon for development
0.3.0
- New structured output from node command
- Better Prometheus metrics
- Enhance the Grafana dashboard with new widgets (preview in README)
- Enhance the CLI interface
- Update packages to latest versions
0.2.0
General changes:
- Use
internalPattern
instead ofinternalRegex
Prometheus changes:
- Configuration file support instead of environment vars
- Get
options
from query params (/metrics?url=xxx&internalPattern=yyy&mimeTypes=javascript
)