Skip to content

Releases: namespacelabs/foundation

v0.0.323

03 Jan 09:08
@n-g n-g
52caba2
Compare
Choose a tag to compare

Changelog

  • 52caba2 Add a deprecation hint to nsc expose
  • 0269ac7 HttpClientProvider: added WrapTransport.
  • 2eb232d Update Go version in GitHub workflows to support toolchain directive.
  • 6272170 Update to Go 1.21.
  • 7236c37 errordetails: add context to UserMessage.
  • c66d035 errordetails: add request_id to UserMessage as well.
  • 620cb8d fnnet: Support IPv6 listen addresses.
  • d3279b3 framework/module -> std/module
  • e357996 framework/module: added WireDefaults().
  • 3d1148d framework/module: added.
  • 5df282a framework: made module loading public.
  • 3092da7 honeycomb: add ability to access honeycomb's configuration.
  • af96a49 pin go 1.21 alpine image
  • 97f07df plugandplay: more message registrations.
  • 3373ab1 plugandplay: more missing registrations.
  • 2dfbc99 postgres/rows: Attach Close errors to the same span as Query.
  • 7ce3657 ssh: add teleport support.
  • 93c9f38 std/plugandplay: added.
  • 4afd936 std/plugandplay: one more dependency.
  • 14f0140 std: more refactor for standalone use.
  • d0c70b2 terminal/create: added --envfile support.
  • 32936c2 terminal: added run-script.
  • 7d92ce3 tracing: added Collect2.
  • e53e19f tracing: added CollectAndLog{0,1} and CollectAndLogDuration{0,1}.
  • d802a80 tracing: log errors when they occur.
  • 73964c8 tracing: propagate all attributes to the contextual logger.

v0.0.322

12 Dec 09:46
Compare
Choose a tag to compare

Changelog

  • 4ef419f runtime/kubernetes: Only add capabilities stanza when there is something to add.

v0.0.320

06 Dec 19:15
Compare
Choose a tag to compare

Changelog

  • bdef7bb 1Password: identify errors in console output
  • 6d971cb Postgres: more defensive code.
  • a2cb827 nscloud: queue instance creation when running tests.
  • 29ff260 postgres: bump max_replication_slots/max_wal_senders to 60.
  • 9b9f49b runtime/kubernetes: Support specifying additional capabilities for containers.
  • a403d12 slack: moved took to context.

v0.0.319

30 Nov 00:14
Compare
Choose a tag to compare

Changelog

  • 18360b8 Go GRPC: log time spent sleeping before final shutdown.
  • 877eeec Postgres: rename span for clarity.
  • 536eca1 pg: add TraceOptions to spans too.
  • 5794485 pg: attach host and database name to traces.
  • f6b1800 pg: don't crash when no instance is set.
  • beb1996 slack: teach ns to post updates to Slack.

v0.0.318

29 Nov 10:44
Compare
Choose a tag to compare

Changelog

  • d99678d build: always issue a new token when connecting to a build cluster.
  • f54c85e tokens: parse session token claims when they're actually needed.

v0.0.317

28 Nov 17:43
@n-g n-g
Compare
Choose a tag to compare

Changelog

  • aac4a85 build proxy: grant enough time for buildkitd to start.

v0.0.316

28 Nov 09:25
Compare
Choose a tag to compare

Changelog

  • 1e79ce0 cli: don't issue version checks in CI.
  • 7d70b8e run: add --expose_nsc_bins.

v0.0.315

28 Nov 09:05
@n-g n-g
Compare
Choose a tag to compare

Changelog

  • 111ca07 wrap JSON encoding errors for understandability.

v0.0.314

28 Nov 08:39
Compare
Choose a tag to compare

Changelog

  • 7ed93aa .vscode/extensions: remove unused extensions.
  • 6a028b9 auth/generate-dev-token: skip token cache.
  • de1511e auth/generate-dev-token: support sessions.
  • cf1fef2 buildkit: receive maximum amount of time we're willing to wait for buildkit.
  • 8cfefad bump max expected workspace size.
  • fc8af2e nsc: return a more meaningful error when a build cluster fails to be created.
  • fe1e10b nsc: wait up to 10secs for buildkit to become ready.
  • 52d6173 nscloud: fix assumption that a cluster instance is always available in the response.

v0.0.313

23 Nov 15:22
Compare
Choose a tag to compare

Changelog

  • 0bfd7d0 buildx: flag to wait for login
  • 0d82a9d tracing: allow passing additional SpanStartOptions to TracingX