Releases: faluapp/falu-cli
Releases · faluapp/falu-cli
2.0.1
What's Changed
- Update dependencies which includes vulnerability fixes.
Full Changelog: 2.0.0...2.0.1
2.0.0
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
What's Changed
- Change security authority from
login.falu.io
tosts.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
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
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
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
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
What's Changed
- Added support for scoop: #174
- See instructions at https://github.com/faluapp/falu-cli#windows
- Support for listing money statements: #171
- Ensure files uploaded for statements can open based on the provider type: #169
- Allow uploading statements in test mode: #172
Full Changelog: 1.8.0...1.9.0
1.8.0
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