Daniel Rochetti
83e21ef9ca
fix(client): auto request id on realtime client ( #94 )
...
* fix(client): auto request id on realtime client
Removed since some endpoints may fail when that field is present.
Fallback to user provided request id when needed.
* chore(client): update reference docs
2024-10-16 11:01:05 -07:00
Daniel Rochetti
0e26b8e098
fix(client): close realtime connection programmatically ( #93 )
...
* fix(client): close realtime connection programmatically
* chore(docs): api reference update
2024-10-10 13:33:45 -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
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
5f15da9d83
feat(client): realtime msgpack payload ( #65 )
...
* feat(client): realtime msgpack payload
* chore: update realtime samples
2024-05-08 15:16:01 -07:00
Daniel Rochetti
dfeb8689f4
feat: support app id with namespaces ( #61 )
...
* feat: support app id with namespaces
* chore: remove unwanted page
* fix: queue status url
* chore: bump version for release
2024-04-06 01:19:38 -07:00
Daniel Rochetti
335b817e9c
feat(client): add streaming support ( #56 )
...
* feat(client): add streaming support
* fix: variable type definition
* chore: add docs
* chore: bump to client 0.9.0
2024-03-06 08:44:04 -08:00
Daniel Rochetti
6d112c89c5
fix: connection timeout error ( #55 )
2024-02-26 14:28:50 -08:00
Daniel Rochetti
e0b7627f7a
feat(client): app id with path + realtime url ( #51 )
...
* feat: app id + path format support
* chore: bump client to 0.8.4
2024-02-20 18:59:37 -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
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
208073ce17
fix: react native uuid compatibility ( #39 )
2023-12-21 11:49:44 -08:00
Daniel Rochetti
f7e7541738
fix: msgpack dependency changed ( #38 )
...
* fix: msgpack dependency changed
* fix: textencoder polyfill for jest
2023-12-18 12:18:12 -08:00
Daniel Rochetti
6a89dd1ba0
fix(client): wrong usage of Buffer ( #37 )
2023-12-14 09:19:06 -08:00
Daniel Rochetti
e5cfd8ee38
feat: binary messages through ws + camera demo ( #34 )
...
* feat: binary messages through ws + camera demo
* chore: prepare release
2023-12-12 10:03:49 -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
c020d97acd
fix: reconnect token state ( #31 )
2023-11-29 08:55:40 -08:00
Daniel Rochetti
145159a12f
feat(client): realtime client ( #29 )
...
* feat(client): realtime client
* chore: alpha release
* fix: remove os requirement
* fix: check if process is defined
* fix: ws connection key
* fix: outgoing request throttling logic
* chore: 0.6.0.alpha.4 release
* chore: update realtime demo
* chore: update preloaded scene
* feat: auth wip
* fix: compilation issue
* feat: basic auth impl missing error handling
* chore: remove console.log prepare 0.6.0
* fix: remove unsused code
2023-11-27 09:43:37 -08:00