Skip to content

Releases: Fresa/Port

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 02 Sep 21:23
ab39ee4

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 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Sep 21:15

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 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Sep 21:17

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 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Aug 21:41

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 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Aug 19:53

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 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Aug 19:38

v0.2.3-pre-0ed069f (2021-08-17)

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)

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 16 Aug 21:46
a7a6c6d

v0.2.2 (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-fdc237b

v0.2.2-pre-fdc237b Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Aug 21:40

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 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Aug 21:57

v0.2.2-pre-edd8903 (2021-08-13)

Features

  • port forward: listen on stop signal and report back to client (edd8903)

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 11 Aug 21:33
3e71108

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)