From 3feefc1d026c2bbd585ff7fc2a76b0fd22a29bd5 Mon Sep 17 00:00:00 2001 From: Ryan Vandersmith Date: Thu, 18 Jan 2024 09:56:33 -0700 Subject: [PATCH] feat: add `github.dev` and `gitpod.io` to known hosts (#822) * Add 'github.dev' and 'gitpod.io' to known hosts * Update comment / tests --- docs/generated/changelog.html | 1 + packages/agent/src/agent/http/http.test.ts | 8 ++++---- packages/agent/src/agent/http/index.ts | 11 +++++++++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/docs/generated/changelog.html b/docs/generated/changelog.html index cc0ec2cf..747140c9 100644 --- a/docs/generated/changelog.html +++ b/docs/generated/changelog.html @@ -18,6 +18,7 @@

Version x.x.x

  • feat: enhances `.from` methods on public key classes to support unknown types, including PublicKey instances, ArrayBuffer-like objects, DER encoded public keys, and hex strings. Also introduces a new `bufFromBufLike` util
  • feat: introduces partial identities from public keys for authentication flows
  • fix: honor disableIdle flag
  • +
  • fix: add `github.dev` and `gitpod.io` to known hosts
  • Version 0.20.2