Skip to content

Latest commit

 

History

History
295 lines (153 loc) · 4.75 KB

CHANGELOG.md

File metadata and controls

295 lines (153 loc) · 4.75 KB

@nhost/docs

2.6.0

Minor Changes

  • dc23dc0: fix: docs run references

2.5.0

Minor Changes

  • 0d8d0eb: Update docs and dashboard references

Patch Changes

  • 41617b9: feat: added elevated permissions docs
  • 7db095f: chore: added a note about disk performance and CDN information

2.4.0

Minor Changes

  • 791b729: fix: remove auth method

2.3.0

Minor Changes

  • d3d1424: feat: Add support for authenticated download of files

Patch Changes

  • e5bab6a: chore: update dependencies
  • 2ae5ea8: fix: indicate that custom domains for postgres doesn't require configuration

2.2.0

Minor Changes

  • 5c9b8f0: feat: added docs regarding local development for Run services

2.1.0

Minor Changes

  • 65b6a48d5: feat: added graphite/cli documentation

2.0.0

Major Changes

  • 6d08b3430: New Docs powered by Mintlify

0.7.5

Patch Changes

  • 7c977e714: chore: change Allowed Roles to Default Allowed Roles

0.7.4

Patch Changes

  • 2a04bc9e5: added functions to custom domains documentation

0.7.3

Patch Changes

  • 3ffb60f0a: fixed typo in Run deploy example script

0.7.2

Patch Changes

  • 138bf9eb5: fix: add instructions for enabling Sign In with LinkedIn using OpenID Connect

0.7.1

Patch Changes

  • 1ee021b4a: remove custom domains from roadmap

0.7.0

Minor Changes

  • 5764f46d9: Add docs for Custom Domains

Patch Changes

  • cc8cc8d45: database: added extension http

0.6.2

Patch Changes

  • 4fe4a1696: return refreshToken immediately after signIn and signUp

0.6.1

Patch Changes

  • 612d75496: updated postgres and graphql documentation
  • 3b3e83a21: fix(docs): correct rendering of mermaid diagrams in dark mode
  • 765b398b2: added jit settings documentation
  • 30aae1557: minor fix to performance documentation
  • a3efc1d13: docs: added storage/antivirus documentation

0.6.0

Minor Changes

  • 9aaa407d2: Fix messaging around Run's private beta

0.5.1

Patch Changes

  • 819e1e97d: update fqdn format for nhost run

0.5.0

Minor Changes

  • 960d815f6: added docs for Nhost Run

0.4.0

Minor Changes

  • c6fa8da6d: fix(docs): remove outdated reference/cli

0.3.5

Patch Changes

  • 923abd365: chore(deps): update dependency @tsconfig/docusaurus to v2

0.3.4

Patch Changes

  • a5305e6b5: docs: update old URLs to the new format

0.3.3

Patch Changes

  • cc02902cb: chore(docs): update environment variable documentation

0.3.2

Patch Changes

  • 227d1704f: docs: use correct sample URLs for custom client

0.3.1

Patch Changes

  • 564ce1ac2: docs: add docs about using custom URLs for the Nhost SDK

0.3.0

Minor Changes

  • 5b959cce: Update Local Development Guide for the CLI and add 2 new guides

0.2.1

Patch Changes

  • 203bc97f: feat(pat): add support for personal access tokens

0.2.0

Minor Changes

  • fe341519: Add section on Metrics to the docs

0.1.1

Patch Changes

  • f6639ae0: docs: add migration info

0.1.0

Minor Changes

  • d72ae3f3: Add section on Service Replicas

0.0.16

Patch Changes

  • e7cb5070: fix(docs): use updated URLs everywhere

0.0.15

Patch Changes

  • 0795d1c6: chore: add link to event triggers on the serverless functions page

0.0.14

Patch Changes

  • bfb4c1a6: fix(docs): restore autogenerated @nhost/nhost-js docs

0.0.13

Patch Changes

  • bf1e4071: chore(deps): bump react to v18
  • 8be094be: fix(deps): update docusaurus monorepo to v2.3.1

0.0.12

Patch Changes

  • e146d32e: chore(deps): update dependency @types/react to v18.0.27
  • 5b65cac9: updated authentication documentation

0.0.11

Patch Changes

  • e6dad4d6: Added remote schemas

0.0.10

Patch Changes

  • 200e9f77: chore(deps): update dependency @types/react-dom to v18.0.10

0.0.9

Patch Changes

  • b21222b3: chore(deps): update dependency @types/node to v16

0.0.8

Patch Changes

  • 7f251111: Use NhostProvider instead of NhostReactProvider and NhostNextProvider

    NhostReactProvider and NhostNextProvider are now deprecated

0.0.7

Patch Changes

  • 1b8f5050: fix(deps): update docusaurus monorepo to v2.2.0

0.0.6

Patch Changes

  • 23274dee: chore(docs): update permission variables image

0.0.5

Patch Changes

  • ca012d79: docs(workos): WorkOS Docs

0.0.4

Patch Changes

  • ba785da1: Bump dependencies versions

0.0.3

Patch Changes

  • eb46f7d8: Use port 1337 if no port is specified when using "localhost" as subdomain.

0.0.2

Patch Changes

  • 747aa969: fix: added twitch and discord as provider

0.0.1

Patch Changes

  • 584976d: - publishable directory structure changes (ESM, CJS and UMD included in the output)
    • build system improvements
    • fixed some bundling concerns (nhost#428)