Skip to content

Releases: remotemerge/cache-server

2.0.8

Choose a tag to compare

@remotemerge remotemerge released this 27 Dec 14:38
54a03ef
  • Update OS list for install test

2.0.7

Choose a tag to compare

@remotemerge remotemerge released this 27 Dec 09:45
2bd3b25
  • Update production and install workflows

2.0.6

Choose a tag to compare

@remotemerge remotemerge released this 27 Dec 09:19
4a6c476
  • Handle new headless updates in Puppeteer
  • Update dependencies
  • Minor fixes

2.0.5

Choose a tag to compare

@remotemerge remotemerge released this 21 Apr 03:26
d599d1c
  • Add how it works diagram
  • Update dependencies
  • Minor fixes

2.0.4

Choose a tag to compare

@remotemerge remotemerge released this 19 Apr 07:06
2046d9e

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.