Releases: Fresa/Port
Releases · Fresa/Port
v0.2.3
v0.2.3 (2021-09-02)
Bug Fixes
- ui: virtualize components make scrolling stutter and jump all over the place. Revert to render all services and pods direrctly for port forwarding (c97941d)
- pod labels needs to match all service selectors to be a match (0ed069f)
- there must exist selectors on a service for it to match a pod (97068c2)
- ui: improve error handling (0384575)
- UI: prevent toggling forward toggle when an error occurs (2a50c14)
v0.2.3-pre-10c9a51
v0.2.3-pre-10c9a51 (2021-09-02)
Bug Fixes
- ui: virtualize components make scrolling stutter and jump all over the place. Revert to render all services and pods direrctly for port forwarding (c97941d)
- pod labels needs to match all service selectors to be a match (0ed069f)
- there must exist selectors on a service for it to match a pod (97068c2)
- ui: improve error handling (0384575)
- UI: prevent toggling forward toggle when an error occurs (2a50c14)
v0.2.3-pre-2a50c14
v0.2.3-pre-2a50c14 (2021-09-01)
Bug Fixes
- ui: virtualize components make scrolling stutter and jump all over the place. Revert to render all services and pods direrctly for port forwarding (c97941d)
- pod labels needs to match all service selectors to be a match (0ed069f)
- there must exist selectors on a service for it to match a pod (97068c2)
- ui: improve error handling (0384575)
- UI: prevent toggling forward toggle when an error occurs (2a50c14)
v0.2.3-pre-0384575
v0.2.3-pre-0384575 (2021-08-24)
Bug Fixes
- ui: virtualize components make scrolling stutter and jump all over the place. Revert to render all services and pods direrctly for port forwarding (c97941d)
- pod labels needs to match all service selectors to be a match (0ed069f)
- there must exist selectors on a service for it to match a pod (97068c2)
- ui: improve error handling (0384575)
v0.2.3-pre-97068c2
v0.2.3-pre-97068c2 (2021-08-23)
Bug Fixes
- ui: virtualize components make scrolling stutter and jump all over the place. Revert to render all services and pods direrctly for port forwarding (c97941d)
- pod labels needs to match all service selectors to be a match (0ed069f)
- there must exist selectors on a service for it to match a pod (97068c2)
v0.2.3-pre-0ed069f
v0.2.3-pre-0ed069f (2021-08-17)
Bug Fixes
v0.2.2
v0.2.2-pre-fdc237b
v0.2.2-pre-fdc237b (2021-08-16)
Bug Fixes
- accepted network clients are disposed twice causing the server to throw already disposed exceptions when disconnecting (fdc237b)
Features
- port forward: listen on stop signal and report back to client (edd8903)
v0.2.2-pre-edd8903
v0.2.2-pre-edd8903 (2021-08-13)
Features
- port forward: listen on stop signal and report back to client (edd8903)
v0.2.1
v0.2.1 (2021-08-11)
Bug Fixes
- port forward: grpc-web does not support client streaming (0f47ec0)
- port forward: k8s now requires the X-Stream-Protocol-Version to be set for port forward requests to conform to RFC2616 (4b103b9)
Features
- port forwarding: add port forward service over web grpc for the blazor client (ca20e08)