|
|
4d3a325dee
|
feat: hacking FAL proxy to support 3rd party API
|
2025-04-09 23:59:52 -04:00 |
|
Daniel Rochetti
|
bc04feeb85
|
fix(proxy): svelte immutable error (#109)
* fix(proxy): svelte immutable error
* chore: version bump
* fix: release tag format script
|
2024-11-21 12:27:49 -08:00 |
|
Daniel Rochetti
|
5a1d1158ec
|
chore(proxy): update server proxy nextjs 15 peer dependency (#100)
|
2024-11-05 15:32:31 -08:00 |
|
Daniel Rochetti
|
377535c82d
|
fix(proxy): hono header access
|
2024-10-07 20:50:30 -07:00 |
|
Daniel Rochetti
|
543b9208eb
|
feat: 1.0.0 release (#91)
* chore(client): rename function module
* chore: allow client to be created multiple times
singleton client is not the default but it still present as a compatibility layer
* chore: update docs
* feat(client): improved result typing
* chore: update demo app code
* chore: updated reference docs
* chore: update proxy code
* chore: alpha release
* chore: fix lint staged rule
* chore: clean-up docs
* chore: reference docs updated
|
2024-10-07 12:54:30 -07:00 |
|
Daniel Rochetti
|
2ff481614b
|
feat(proxy): add remix-run support (#82)
|
2024-08-07 16:45:41 -07:00 |
|
Daniel Rochetti
|
c3a3c3d21a
|
chore: upgrade dependencies and tooling (#81)
* chore: remove uuid-random dependency
* chore: upgrade prettier
* chore(client): bump version for release
|
2024-08-07 15:45:15 -07:00 |
|
Daniel Rochetti
|
6edbf2948d
|
feat(client): binary chunk streaming support (#77)
* feat(client): binary chunk streaming support
* fix: buffer update
* fix: audio playing
* fix: media resource setup
* feat: allow streaming through the proxy
* fix: legacy urls env
* feat: streaming connection mode
* chore: bump client alpha version
* feat(proxy): enable response streaming when supported
* fix: queue streaming
* chore: deprecated endpoint id cleanup
* fix: client tests
* chore: demo page updates
* chore: bump version for release
|
2024-08-06 09:09:40 -07:00 |
|
Daniel Rochetti
|
903af74da1
|
feat: queue cancel support (#75)
* feat(client): queue request cancel support
* feat(proxy): add mapping to put requests
|
2024-07-22 12:59:45 -07:00 |
|
Daniel Rochetti
|
9cc7cf5456
|
feat(proxy): svelte support (#47)
|
2024-02-05 13:55:16 -08:00 |
|
Daniel Rochetti
|
129ad9ed10
|
chore: simplify proxy config
|
2024-01-28 10:09:40 -08:00 |
|
Daniel Rochetti
|
12887d4b87
|
feat(proxy): env var resolution (#45)
|
2024-01-23 14:14:33 -08:00 |
|
Daniel Rochetti
|
0f8efecf65
|
chore: publish create app cli (#44)
* chore: move folder to match package name
* chore: update dependencies
|
2024-01-18 11:06:28 -08:00 |
|
Daniel Rochetti
|
6671386b15
|
fix: proxy domain fal.run check
|
2024-01-16 09:52:52 -08:00 |
|
Daniel Rochetti
|
6cb27c0ca5
|
chore: release client 0.8.2 (#43)
* chore: client release 0.8.2
* fix: domain check on proxy
|
2024-01-16 09:47:39 -08:00 |
|
Daniel Rochetti
|
07f1b125f7
|
feat: fal.run url support (#40)
* feat: fal.run url support
* feat: new queue url format
* fix: build issue
* chore: change demo app ids
|
2024-01-15 15:14:21 -08:00 |
|
Daniel Rochetti
|
6ad41e1bfa
|
feat(client): realtime state machine impl (#32)
* fix: connection state handling
* chore: reset token expiration
* feat: state machine experiment
* feat: new realtime state machine impl
* chore: update client to 0.7.0 before release
* fix: error handling x-fal-error
* chore(client): release v0.7.0
* fix(client): strict type check error
|
2023-12-04 14:44:56 -08:00 |
|
Daniel Rochetti
|
c8ff2af189
|
fix: proxy content encoding header (#30)
|
2023-11-26 15:51:16 -08:00 |
|
Daniel Rochetti
|
a6624f4487
|
fix: serverless-client doc references
|
2023-11-21 13:26:51 -08:00 |
|
Daniel Rochetti
|
7f444cdfcd
|
chore: proxy nextjs 14 support (#28)
|
2023-11-18 16:05:26 -08:00 |
|
Daniel Rochetti
|
22d930c0ac
|
chore: build tool updates (#24)
* chore: build tool updates
* chore: update readme docs
|
2023-11-09 13:10:44 -08:00 |
|
Daniel Rochetti
|
3a98fd6d0f
|
feat: next proxy app router support (#22)
* feat: add nextjs app router support
* chore: rename nextjs page router demo
* feat: support nextjs app router with example
* chore(proxy): bump to 0.4.0
* chore: update package-lock.json
* chore: remove formidable
* chore: update package-lock.json
* fix: page export
* fix: type issues
* fix: remove comment
* fix: eslint any warning
* chore: client version bump 0.4.2
|
2023-10-30 09:01:15 -07:00 |
|
Daniel Rochetti
|
0e3cb85939
|
fix: validation error body format (#17)
* fix: validation error body format
* chore: bump proxy version
* chore: bump client version
|
2023-10-10 23:19:29 -07:00 |
|
Daniel Rochetti
|
e02118f43f
|
fix: proxy error json response (#16)
* chore: remove deprecated package
* fix: proxy error json response
|
2023-10-10 16:15:14 -07:00 |
|
Daniel Rochetti
|
dcd513c1e7
|
fix: proxy lib exports (#15)
* fix: update proxy package config
* fix: proxy lib exports at last
|
2023-10-08 03:01:24 -07:00 |
|
Daniel Rochetti
|
b79e51683b
|
feat: new cross-engine proxy support (#14)
* feat: new proxy package
* chore: update nx workspace
* chore: remove unused codegen lib
* chore: add swc-node as build dependencies
* chore: remove unused demo-app-e2e app
* chore: reorganize demo apps
* feat: working cross-engine proxy
* chore: update docs
* fix: readme file export
* chore: update nextjs lib
* chore: keep nextjs code
|
2023-10-08 01:46:36 -07:00 |
|