Releases: fiberplane/fpd
Releases · fiberplane/fpd
v0.0.7
What's Changed
- Use the correct production endpoint by @hatchan in #34
- Set default log level for proxy in the Docker container by @hatchan in #36
- Use tokio-tungstenite-reconnect by @emschwartz in #33
- Health check endpoints by @emschwartz in #37
- Health check endpoints on by default in Docker by @emschwartz in #38
- Update to latest version of the wasmer runtime by @hatchan in #39
- Update to latest version of the wasmer providers runtime by @hatchan in #40
Full Changelog: v0.0.5...v0.0.7
v0.0.6
What's Changed
- Use the correct production endpoint by @hatchan in #34
- Set default log level for proxy in the Docker container by @hatchan in #36
- Use tokio-tungstenite-reconnect by @emschwartz in #33
- Health check endpoints by @emschwartz in #37
- Health check endpoints on by default in Docker by @emschwartz in #38
- Update to latest version of the wasmer runtime by @hatchan in #39
- Update to latest version of the wasmer providers runtime by @hatchan in #40
Full Changelog: v0.0.5...v0.0.6
v0.0.5
v0.0.2
Initial publish
What's Changed
- Intial layout and initial documentation by @hatchan in #1
- Add the plugin-devs team as the default code owner by @hatchan in #2
- Initial prototype by @hatchan in #3
- Remove relay from proxy by @hatchan in #4
- Add ability to add auth_token to relay by @hatchan in #5
- Use latest version of the provider runtime by @hatchan in #6
- Add serde tag and casing to be consistent with the API by @hatchan in #8
- Use the new default port 3001 by @hatchan in #7
- Load data sources from config file by @emschwartz in #9
- Send data sources to relay by @emschwartz in #10
- Simplify CLI arguments and env vars by @hatchan in #11
- Add pings by @emschwartz in #13
- Load provider wasm file based on data source type not name by @emschwartz in #15
- Move to workspace to limit dependencies of common by @hatchan in #17
- Load provider wasm modules on startup by @emschwartz in #16
- Add default values for most CLI args by @emschwartz in #14
- Remove unwraps by @emschwartz in #18
- Add tests by @emschwartz in #20
- Sync up ws by @hatchan in #19
- Implement reconnect logic by @hatchan in #22
- Send runtime errors back to the relay by @emschwartz in #21
- Add audit and build workflow by @hatchan in #23
- Test reconnection logic by @emschwartz in #24
- Use stream-cancel instead of select! blocks by @hatchan in #25
- Opaque request / response messages by @emschwartz in #27
- Add build-container job to workflow and add Dockerfile by @hatchan in #28
- Add tag workflow by @hatchan in #29
New Contributors
- @hatchan made their first contribution in #1
- @emschwartz made their first contribution in #9
Full Changelog: https://github.com/fiberplane/proxy/commits/v0.0.0