summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/src/netlify-functions.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-07-22SSR 404 and 500 routes in adapters (#4018)Gravatar Okiki Ojo 1-2/+4
* fix(WIP): SSR 404 and 500 routes * Implement the feature Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-07-19Adds support for Astro.clientAddress (#3973)Gravatar Matthew Phillips 1-0/+5
* Adds support for Astro.clientAddress * Pass through mode and adapterName in SSG * Pass through the mode provided * Provide an adapter specific error message when possible
2022-06-15[ci] formatGravatar tony-sull 1-2/+2
2022-06-15Adds support base64 encoding in Netlify Functions (#3592)Gravatar Tony Sullivan 1-3/+48
* Adding support for base64 encoded responses in Netlify Functions * chore: add changeset * removing the regex check for a more simple header-based check * nit: cleaning up the readme a bit
2022-06-06[ci] formatfix/map-file-404-logsGravatar FredKSchott 1-2/+2
2022-04-12[ci] formatGravatar matthewp 1-3/+3
2022-04-12Allow setting multiple cookies in Netlify adapter (#3092)Gravatar Matthew Phillips 1-4/+27
* Allow setting multiple cookies in Netlify adapter * Adds a changeset * Set the response status code * Add a comment on why this is needed
2022-04-10remove site requirement from netlify adapter (#3041)Gravatar Fred K. Schott 1-11/+15
* remove site requirement from netlify adapter * update readme
2022-03-25[ci] formatGravatar matthewp 1-6/+6
2022-03-25Netlify adapter (#2879)Gravatar Matthew Phillips 1-0/+43
* Netlify adapter * Remove package.json export that doesnt exist * Fix out path * Make netlifyFunctions the default * Make the dist configurable * Add an export for the functions * Append of the file exists