Skip to content

Releases: remotemerge/cache-server

2.0.8

27 Dec 14:38
54a03ef
Compare
Choose a tag to compare
  • Update OS list for install test

2.0.7

27 Dec 09:45
2bd3b25
Compare
Choose a tag to compare
  • Update production and install workflows

2.0.6

27 Dec 09:19
4a6c476
Compare
Choose a tag to compare
  • Handle new headless updates in Puppeteer
  • Update dependencies
  • Minor fixes

2.0.5

21 Apr 03:26
d599d1c
Compare
Choose a tag to compare
  • Add how it works diagram
  • Update dependencies
  • Minor fixes

2.0.4

19 Apr 07:06
2046d9e
Compare
Choose a tag to compare

Release Notes: CacheServer v2.0.4

We are excited to announce the first release of CacheServer, an efficient web page extractor that simplifies automated tasks such as web page extraction, data mining, and content analysis using Puppeteer and headless browser technology.

New Features

Easy-to-use API: CacheServer provides a simple API for loading web pages and returning their HTML source code.

Customizable Configuration: Set the host, port, maximum wait time, and headless mode for the CacheServer instance.

Puppeteer Integration: CacheServer utilizes Puppeteer, a powerful headless browser automation tool, to fetch web page content.

Flexible Web Page Extraction: Send GET requests with customizable parameters such as URL, user agent, wait time and headless mode.

JSON Response: The extracted web page content is returned in a JSON object for easy parsing and manipulation.