Skip to content

Releases: gadget-inc/ggt

v1.3.3

09 Oct 18:59
3454b56
Compare
Choose a tag to compare

Patch Changes

  • da25b70: Fix the following assertion error from occurring:

    An error occurred while communicating with Gadget
    
    '' == true
    
    If you think this is a bug, click here to create an issue on GitHub.
    

v1.3.2

07 Oct 18:18
94a2141
Compare
Choose a tag to compare

Patch Changes

  • 11eca08: Fix ggt pull --force still asking for confirmation.

v1.3.1

04 Oct 05:28
2bfc996
Compare
Choose a tag to compare

Patch Changes

  • c7cc65e: Make ggt deploy --force skip asking for confirmation to push.

    ggt deploy --force implies that you want to discard any existing changes on the environment you are deploying from, so it should not ask for confirmation to push.

  • b3752b6: Fix ggt push --force still asking for confirmation.

v1.3.0

02 Oct 20:59
22fb731
Compare
Choose a tag to compare

Minor Changes

  • 04fcce2: ggt dev now outputs application logs!

    In our push to make your local development experience as streamlined as possible, we've now included application logs, by default, to output during a sync session!

    CleanShot 2024-10-02 at 16 04 03@2x

    Not only that, as long as your terminal supports linking, traceID(s) are also setup to take you to the editor logs!

    CleanShot 2024-10-02 at 16 10 53

    No worries if the verbose output isn't your thing, we've got you covered:

    • --no-logs - completely turns off this new feature
    • --my-logs - same as the editor logs boolean for only showing my logs/events
    • --log-level - Set the log level for incoming application logs, debug, info, error

    As always any more info can be found through ggt dev --help!

Patch Changes

  • 38210c3: Never ignore .gadget/ directory

    ggt no longer ignores the .gadget/ directory when it is listed in the .ignore file. The .gadget/ directory is managed by ggt and ignoring it causes issues like infinite sync loops.

v1.2.0

05 Sep 15:28
c5977c5
Compare
Choose a tag to compare

Minor Changes

  • 05cc186: ggt deploy will now show a deleted data warning when pushing changes to production that would cause data loss.

    image

v1.1.0

05 Sep 01:54
5efb512
Compare
Choose a tag to compare

Minor Changes

  • 87875c9: Dropped support for downgrading to ggt v0.4.x

    ggt v1.1.x will no longer output a .gadget/sync.json file that is compatible with ggt v0.4.x. This means local directories that are synced with ggt v1.1.x will no longer be able to be synced with ggt v0.4.x. This change was made to simplify and reduce the complexity of the codebase.

Patch Changes

  • e83ea58: Updated app select to show apps grouped by team!

    CleanShot 2024-08-30 at 17 44 39@2x

v1.0.6

26 Jul 23:18
4ae09ad
Compare
Choose a tag to compare

Patch Changes

  • 09c1010: Fix ggt deploy immediately exiting after confirmation.

v1.0.5

25 Jul 14:28
bb84199
Compare
Choose a tag to compare

Patch Changes

  • 18fb3ca: Bump semver from 7.6.2 to 7.6.3
  • c7632e3: Bump @sentry/node from 8.18.0 to 8.19.0
  • 269554f: Bump dayjs from 1.11.11 to 1.11.12
  • 35cfaf7: Bump boxen from 7.1.1 to 8.0.0
  • 1a82708: Bump normalize-package-data from 6.0.0 to 6.0.2
  • 90ba3fd: Bump ws from 8.17.1 to 8.18.0
  • 0063723: Bump @sentry/node from 7.114.0 to 8.17.0
  • dc39c5d: Downgrade execa from 9.3.0 to 8.0.1 to support Node.js 18 versions lower than 18.18.0
  • 557f56b: Use esbuild to bundle, minify, and tree-shake code and dependencies
  • 8d649a1: Bump @sentry/node from 8.17.0 to 8.18.0
  • 72d7d39: Bump graphql from 16.8.2 to 16.9.0
  • 15d1ad9: Bump string-width from 7.1.0 to 7.2.0
  • 7a64bd8: Fixed an issue causing ggt deploy to hang after deploying an app.
  • 323b386: Fixed an issue causing ggt dev to print "Pulled files." when only hidden files were pulled.

v1.0.4

24 Jun 14:54
90a3c04
Compare
Choose a tag to compare

Patch Changes

  • 9574bf5: Bump execa from 9.1.0 to 9.2.0
  • 4332f75: Bump graphql from 16.8.1 to 16.8.2
  • d9bf026: Bump ws from 8.17.0 to 8.17.1
  • 9f3fd75: Bump simple-git from 3.24.0 to 3.25.0
  • 2a3389e: Log the login URL for manual login in case of browser opening failure.

v1.0.3

28 May 21:42
08d1274
Compare
Choose a tag to compare

Patch Changes

  • 55ec815: Bump simple-git from 3.23.0 to 3.24.0

  • 74c891e: Bump ws from 8.16.0 to 8.17.0

  • abe0c7b: Bump @sentry/node from 7.110.0 to 7.110.1

  • b13336e: Bump zod from 3.23.0 to 3.23.4

  • 7d1c6dc: Bump watcher from 2.3.0 to 2.3.1

  • 4d064ad: Bump zod from 3.23.4 to 3.23.5

  • aa0c6e6: Bump cli-table3 from 0.6.4 to 0.6.5

  • e7969d5: Bump p-map from 7.0.1 to 7.0.2

  • 48400d8: Bump ansi-escapes from 6.2.1 to 7.0.0

  • 6a4d322: Bump graphql-ws from 5.15.0 to 5.16.0

  • 655a5ea: Bump dayjs from 1.11.10 to 1.11.11

  • f33d833: Bump zod from 3.22.4 to 3.22.5

  • 998ca41: Bump @sentry/node from 7.107.0 to 7.108.0

  • a1f4716: Bump cli-table3 from 0.6.3 to 0.6.4

  • 3fec44a: Bump @swc/helpers from 0.5.8 to 0.5.9

  • 40e4d1f: Bump @sentry/node from 7.111.0 to 7.112.1

  • 8f751b1: Bump @sentry/node from 7.109.0 to 7.110.0

  • b844d41: Bump @sentry/node from 7.112.1 to 7.112.2

  • c26fdd1: Bump @swc/helpers from 0.5.7 to 0.5.8

  • f2c6a85: Bump @sentry/node from 7.113.0 to 7.114.0

  • 41e9fe6: Bump @sentry/node from 7.112.2 to 7.113.0

  • b3211ae: Bump ansi-escapes from 6.2.0 to 6.2.1

  • bb2e48b: Bump execa from 8.0.1 to 9.0.2

  • f28f41b: Bump @sentry/node from 7.110.1 to 7.111.0

  • 82819ab: Bump zod from 3.23.6 to 3.23.8

  • 6bfe832: Bump @sentry/node from 7.108.0 to 7.109.0

  • ee3256c: Bump zod from 3.23.5 to 3.23.6

  • 25e8de0: Bump zod from 3.22.5 to 3.23.0

  • 3ef52c3: Bump semver from 7.6.1 to 7.6.2

  • b9a643a: Bump execa from 9.0.2 to 9.1.0

  • e5ae6e3: Bump semver from 7.6.0 to 7.6.1

  • 8d8d922: New command! ggt add

    The ggt add command enables you to conveniently add a model, action, or route to your gadget project directly from your local development environment.