Skip to content

Releases: faluapp/falu-cli

2.0.1

14 Oct 15:59
efb6b2e
Compare
Choose a tag to compare

What's Changed

  • Update dependencies which includes vulnerability fixes.

Full Changelog: 2.0.0...2.0.1

2.0.0

05 Jul 13:38
f6b1099
Compare
Choose a tag to compare

What's Changed

General

  • #266, #268: Sync workspaces into config, hence allow workspace name in the --workspace option alongside the identifier
  • #254: Collect usage telemetry via OpenTelemetry.
  • #265: Remove unknown JSON keys after loading the config
  • #271, #274: Improved trimming (tree shaking) support hence smaller binaries that are still reliable.
  • #257: Update checks are only done once every 24 hours.

Config

  • #263: Respect default values set for workspace and livemode
  • #264: Improved commands for config manipulation
  • #267: Improved validation of config values

Realtime

  • #248: Capture websocket errors by avoiding unwatched task when running the web socket
  • #249: Increase buffer for websocket messages from 1KB to 10KB
  • #250: Allow setting TTL for realtime connections

Full Changelog: 1.12.0...2.0.0

1.12.0

08 May 05:54
9f017ea
Compare
Choose a tag to compare

What's Changed

  • Change security authority from login.falu.io to sts.falu.io: #246
  • Reworked the real-time logic for event listening and log tailing (commands remain the same): #247

Full Changelog: 1.11.0...1.12.0

1.11.0

08 May 05:43
Compare
Choose a tag to compare

What's Changed

  • Add docker support (try docker run --rm -it ghcr.io/faluapp/falu-cli --version): #228.
  • Test installation of RPM packages for x64: #226.
  • Documented available features: #229.

Full Changelog: 1.10.2...1.11.0

1.10.2

06 Feb 05:52
ea1e389
Compare
Choose a tag to compare

What's Changed

  • Respect slow_down error code when checking for device authorization : #214
  • Print using local time for results of sending messages: #215

Full Changelog: 1.10.1...1.10.2

1.10.1

30 Nov 14:40
8704270
Compare
Choose a tag to compare

What's Changed

  • Fix missing print for FaluException: #207
  • Only allow excel workbooks to be uploaded for statement files: #208

Full Changelog: 1.10.0...1.10.1

1.10.0

22 Nov 08:05
50bc11b
Compare
Choose a tag to compare

What's Changed

  • Support template translations: #176
  • Set content type when uploading statement files: #177
  • Remove external websocket dependency: #178

Full Changelog: 1.9.0...1.10.0

1.9.0

13 Jul 06:21
9f98eef
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.0...1.9.0

1.8.0

09 Jul 15:07
Compare
Choose a tag to compare

What's Changed

  • Allow skipping of update checks using config or by passing --skip-update-checks option when invoking any command to any command #162. For example: falu login --skip-update-checks
  • Standardize serialized names for config values. You will need to login again using falu login. #163
  • Support for forwarding received events to a provided endpoint #164. For example: falu events listen --forward-to https://localhost:8080
  • Filter events listened to using a webhook endpoint #165. For example: falu events listen --webhook-endpoint we_123

Full Changelog: 1.7.0...1.8.0

1.7.0

06 Jul 18:25
0eee7c0
Compare
Choose a tag to compare

What's Changed

  • Added listening for events and tailing of request logs #157.
  • Improved rendering #161.
  • Message batch limit is corrected from 500k to 1k #158.
  • Various improvements to handling of messages and thier batches #159, #160.

Full Changelog: 1.6.0...1.7.0