fetchr
fetchr copied to clipboard
Universal data access layer for web applications.
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.7 to 3.2.10. Release notes Sourced from node-fetch's releases. v3.2.10 3.2.10 (2022-07-31) Bug Fixes ReDoS referrer (#1611) (2880238) v3.2.9 3.2.9 (2022-07-18) Bug Fixes Headers: don't forward secure...
@snyamathi @lingyan @pablopalacios ## Goal Make the API more intuitive and easy to use for developers ## Background Some of this work is based on the discussion in https://github.com/yahoo/fetchr/pull/263#issuecomment-881741395 ##...
@pablopalacios Looks like a good opportunity to enforce API options and publish a proper type definition.
Are there any plans for internal fetchr middleware? Use cases: - Unified error logging for all resources and methods - Access control: Allow update&create methods only for admin user, but...
- [ ] Remove `registerFetcher` and `getFetcher` methods - [ ] Remove deprecated CRUD method signatures (i.e.. `.read(resource, params, config, callback)`).
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 18.2.1 to 19.0.0. Release notes Sourced from puppeteer's releases. puppeteer-core: v19.0.0 19.0.0 (2022-10-14) ⚠ BREAKING CHANGES use ~/.cache/puppeteer for browser downloads (#9095) deprecate createBrowserFetcher in favor of...
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.1. Release notes Sourced from express's releases. 4.19.0 What's Changed fix typo in release date by @UlisesGascon in expressjs/express#5527 docs: nominating @wesleytodd to be project...
Bumps [webpack](https://github.com/webpack/webpack) from 5.90.3 to 5.91.0. Release notes Sourced from webpack's releases. v5.91.0 Bug Fixes Deserializer for ignored modules doesn't crash Allow the unsafeCache option to be a proxy object...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 22.3.0 to 22.6.1. Release notes Sourced from puppeteer's releases. puppeteer-core: v22.6.1 22.6.1 (2024-03-25) Bug Fixes apply timeout to waiting for a response (#12142) (ac1767d) reload should not...