Skip to content

Releases: fauna/fauna-shell

v4.0.0

21 Jan 18:22
e06d388
Compare
Choose a tag to compare

What's changed

  • Simplified authentication & configuration: A more intuitive login flow and flexible auth options, including interactive login, account keys, and secrets.
  • Improved text highlighting & output formatting: Easier navigation and interpretation of query results.
  • A more intuitive workflow: Enhanced commands for managing databases, schemas, and local containers, plus auto-complete to speed up your operations.

The v4.0.0 release is a major version bump. As such, some commands are backwards incompatible with previous versions of the CLI.

Full Changelog: v3.0.1-release...v4.0.0

v4.0.0-beta1

17 Jan 21:30
d19ca5d
Compare
Choose a tag to compare
v4.0.0-beta1 Pre-release
Pre-release

What's Changed

  • Fail 'fauna local' if docker is not running by @ptpaterson in #551
  • Alternate login method by @mwilde345 in #555
  • Pick up rename of @fauna/typescript -> @fauna/ts-dev-utils by @cleve-fauna in #560
  • Align fauna local error messaging casing with command argument casing for 'host-port' by @cleve-fauna in #561
  • Redact any common secrets from fetch debug logging by @ecooper in #553
  • Implement FQL formatting for v4 queries by @ptpaterson in #559
  • Enable scoped database and role with user-provided keys by @ptpaterson in #558
  • Update formatting for errors and query info by @ptpaterson in #563
  • Add beta support for export commands by @ecooper in #568
  • Alias --wait on export commands to --watch and -w by @ecooper in #573

Full Changelog: v4.0.0-beta...v4.0.0-beta1

v4.0.0-beta

19 Dec 22:46
0514244
Compare
Choose a tag to compare
v4.0.0-beta Pre-release
Pre-release

What's changed

  • Simplified authentication & configuration: A more intuitive login flow and flexible auth options, including interactive login, account keys, and secrets.
  • Improved text highlighting & output formatting: Easier navigation and interpretation of query results.
  • A more intuitive workflow: Enhanced commands for managing databases, schemas, and local containers, plus auto-complete to speed up your operations.

The v4.0.0 release is a major version bump. As such, some commands are backwards incompatible with previous versions of the CLI.

Full Changelog: v3.0.1-release...v4.0.0-beta

3.0.1

12 Dec 13:49
f0321bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0-release...v3.0.1-release

3.0.0

16 Oct 14:10
920343b
Compare
Choose a tag to compare

Highlights

Breaking Changes

What's Changed

Full Changelog: v2.0.2-release...v3.0.0-release

2.0.2

05 Aug 19:28
51d4d2c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1-release...v2.0.2-release

2.0.1

25 Jul 16:20
59b2920
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1_release...v2.0.1-release

1.3.1

08 Jul 16:11
2761566
Compare
Choose a tag to compare

What's Changed

  • Improve error logging with shell and eval when connecting to a Fauna client in v4 or v10
  • Improved error handling within eval
  • Update README with required Node Version

Full Changelog: v1.3.0...v1.3.1_release

1.3.0

02 May 20:38
f84d1d1
Compare
Choose a tag to compare

What's Changed

  • Move project and environment commands from beta to GA
  • Add upgrade instructions to the README

Full Changelog: 1.2.1...v1.3.0

1.2.1

30 Jan 19:50
59208b3
Compare
Choose a tag to compare

What's Changed

  • Improve error handling in the shell.
  • Default the .fauna-shell file to read-only permissions (0600), as it contains fauna secrets.
  • Fix examples in fauna endpoint add.
  • Fix a bug where timeout was not passed to the fauna client correctly.

Full Changelog: 1.2.0...1.2.1