Skip to content

Releases: veliovgroup/spiderable-middleware

v1.4.5

05 Dec 20:41
c67fc5b
Compare
Choose a tag to compare

New:

Changed:

  • 👷‍♂️ Increase default timeout to 102400 ms; was 51200 ms; We know this number is kind of high, but its only purpose to serve edge cases like extra-large, extra-heavy, and extra-complex pages, as well as network issues
  • 👷‍♂️ Increase retryDelay to 128 ms; was 64 ms; This is delay between failed requests to pre-rendering endpoint

Other Changes:

  • 👨‍🔬 Minor update to test-suite for meteor
  • 📦 Reduce Meteor.js (Atmosphere) bundle size with onTest (e.g. [dev]) dependencies
  • 📋 Minor update/fixes to documentation

v1.4.4

28 Nov 01:01
2ab5503
Compare
Choose a tag to compare

Changed:

  • 👷‍♂️ List of "bad http statuses" (which would cause request retry) to [502, 503, 504, 599]; was [ 300, 303, 305, 400, 407, 408, 409, 410] && >= 500
  • 👨‍💻 Retry delay between retries to 64ms; was 256ms
  • 👷‍♂️ Added Accept: */* request header

Other changes:

  • 👷‍♂️ Overall minor codebase enhancements and performance improvements
  • 📦 Optimized package bundle size
  • 🤝 Compatibility with [email protected]

Updates:

v1.4.3

11 Oct 20:43
b3251e3
Compare
Choose a tag to compare
  • 👨‍💻 Minor overall codebase enhancements in stability and durability
  • 👨‍💻 Better debugging logs and hints
  • 📋 Minor documentation update
  • 📦 Update request-libcurl to v2.0.0 (was 1.0.3)
  • 📦 Update dev-dependency (test-suite) mocha to v6.2.1 (was v6.1.4)

v1.4.2

28 Jun 21:57
0c1bb7f
Compare
Choose a tag to compare
  • 👨‍💻 New option ignoredHeaders, see updated docs
  • 👷‍♂️ Potential issue fix related to gzip and encoding-transfer
  • 📦 NPM dependencies upgrade

v1.4.1

27 Jun 08:33
dd2900a
Compare
Choose a tag to compare
  • 📦 Dependencies update
  • 👷‍♂️ This is maintenance release

v1.4.0

03 Jun 10:19
20c1edc
Compare
Choose a tag to compare
  • 👷‍♂️ Overall codebase enhancements
  • 👷‍♂️ Switch from request to request-libcurl library
  • 👨‍🔬 Test-suite dependencies update

v1.3.6

19 Apr 22:48
7f8ccd7
Compare
Choose a tag to compare
  • 🚧 Make sure library imported only on Node.js by throwing exception in Browser environment
  • 👨‍💻 Minor tests update
  • 📋 Add note about Node.js and Server environment to the documentation
  • 📦 Internal and test (dev) dependencies update
  • 🤝 Compatibility with [email protected]
  • 👷‍♂️ This is regular maintenance relase

Looking for v1.3.5? We're very sorry v1.3.5 was broken due to network interruption during upload to NPM servers, to follow same release number we skipped v1.3.5 at Atmosphere and re-uploaded v1.3.6 to NPM.

v1.3.4

21 Dec 00:25
c24eeae
Compare
Choose a tag to compare
  • 👷‍♂️👷‍♀️ This is regular maintenance release
  • 📦 Update dev dependencies
  • 📦 Update Meteor internal dependencies
  • 🤝 Compatibility with [email protected]
  • 🤖 Run auto-tests, make sure package compatible with newest packages, node.js, and Meteor.js
  • 📜 Docs update + minor fixes

v1.3.3

09 Sep 13:06
Compare
Choose a tag to compare

v1.3.2

07 Jun 23:25
Compare
Choose a tag to compare