Skip to content

Releases: numerous-com/numerous-sdk

v0.43.3

21 Jan 12:06
Compare
Choose a tag to compare

v0.43.3 (2025-01-21)

Fix

  • fix(python-sdk): makefile lint python folder instead of root (#67) (ac1e2e4)

  • fix(docs): removed apostrophe (3622c0b)

  • fix(docs): made small edits to text (c3a218b)

  • fix(docs): made small edits to dev docs (a6792e9)

v0.43.2

18 Dec 15:01
Compare
Choose a tag to compare

v0.43.2 (2024-12-18)

Fix

  • fix(cli): improve numerous status help message

  • Fix the default value of the --metrics-since flag.

  • Change the "type name" of the --metrics-since flag. (b70c14d)

v0.43.1

18 Dec 10:58
Compare
Choose a tag to compare

v0.43.1 (2024-12-18)

Fix

  • fix(cli): numerous status add CPU metric unit to display (b23ecb4)

  • fix(cli): numerous status plots handling of narrow terminals (1fe5643)

v0.43.0

17 Dec 11:44
Compare
Choose a tag to compare

v0.43.0 (2024-12-17)

Feature

  • feat(cli): add --metrics-since flag to numerous status (#66)

Allows querying the app workloads for CPU and memory metrics within a specified timeframe (since a duration (e.g. "1h") or a specific timestamp (e.g. "2024-06-06T12:00:00Z") (337d714)

v0.42.0

16 Dec 13:15
Compare
Choose a tag to compare

v0.42.0 (2024-12-16)

Feature

  • feat(cli): numerous status display memory and cpu usage (#65)

Displays memory and CPU consumption of workloads. Both current value, and a plot of the usage of the last hour. (b72fbbb)

v0.41.0

12 Dec 10:03
Compare
Choose a tag to compare

v0.41.0 (2024-12-12)

Feature

  • feat(cli): numerous status command for displaying app workload status (#64)

Displays deployment status, uptime, and the last 10 log entries for all workloads of a given app (e.g. main app workload, and any subscription workloads). (9739513)

v0.40.0

11 Dec 15:23
Compare
Choose a tag to compare

v0.40.0 (2024-12-11)

Feature

  • feat(cli): show progress bar when uploading app sources with deploy (#63) (523303c)

v0.39.3

11 Dec 13:19
Compare
Choose a tag to compare

v0.39.3 (2024-12-11)

Fix

  • fix(cli): app list properly use configured organization (211a24d)

v0.39.2

10 Dec 10:49
Compare
Choose a tag to compare

v0.39.2 (2024-12-10)

Fix

  • fix(cli): use current directory as app directory default (c4d5b76)

v0.39.1

10 Dec 09:31
Compare
Choose a tag to compare

v0.39.1 (2024-12-10)

Fix

  • fix(cli): relevant usage on CLI errors, remove app archive on deploy, app list use configured organization (#62)

  • fix(cli): show proper usage message on errors

  • Show proper sub-commands usage text instead of the root usage when errors occur

  • Store CLI arguments in objects, to avoid accidentally referring to them within the packages

  • Extract repeated code for app identifier arguments

  • Move logic for refreshing access tokens to the auth package

  • Move logic for validating app identifiers into the appident package

  • Move organization creation wizard logic into the cmd/organization/create package to simplify

  • Split several commands logic, so that cmd.go contains the actual command definition

  • app list: use configured organization and fix organization flag usage text

  • refactor root command (b6df1a0)