Skip to content

v0.7.13

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 17:36
· 140 commits to main since this release

What's Changed

  • The JSON viewer has been completely revamped---it is now a table view, with each row expandable. This by @cliffcaseyyet in #396
  • The JWT secret has so far been internally generated; it can now be set with an environment variable (LRSQL_JWT_COMMON_SECRET) or in lrsql.json as jwtCommonSecret. If you're running a single node there's no reason to do this, but if you have multiple instances that must accept each others' authentication (say behind a load balancer), this is the way. A new demo using this functionality, dev-resources/load_balanced, has been added. #398 by @cliffcaseyyet and @invaliduser

Full Changelog: v0.7.12...v0.7.13