Skip to content

Releases: andersonba/puppeteer-assets

1.2.2

25 Nov 19:29
1663afa
Compare
Choose a tag to compare

Changes:

  • add userAgent option
  • update all dependencies

1.2.1

29 Oct 18:13
b966dbd
Compare
Choose a tag to compare

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

29 Oct 15:52
e0455ab
Compare
Choose a tag to compare

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

26 Oct 04:07
007e1af
Compare
Choose a tag to compare

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 and gzip to file gauge

Some fixes:

  • Added missing options to cli
  • Improving README with advanced cli usage
  • Prometheus: parse numeric env values

1.0.0

29 Oct 09:02
f8fabd6
Compare
Choose a tag to compare

Changes:

  • Renamed encodedSize to gzip
  • Now internalPattern is internalPatterns
  • 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

29 Oct 08:58
4c7cb96
Compare
Choose a tag to compare
  • 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

05 Apr 01:08
c97bb1f
Compare
Choose a tag to compare

General changes:

  • Use internalPattern instead of internalRegex

Prometheus changes:

  • Configuration file support instead of environment vars
  • Get options from query params (/metrics?url=xxx&internalPattern=yyy&mimeTypes=javascript)