Skip to content

v1.0.0

Choose a tag to compare

@exAspArk exAspArk released this 26 May 14:57
· 1 commit to main since this release
a0d18d0
  • Breaking change: Use new PrismaPg() & withBemiExtension() explicitly instead of withPgAdapter()
  • Breaking change: Use bemiMiddleware() instead of setContext() for setting context as a middleware
  • Breaking change: Use setBemiContext() instead of bemiContext() for setting context inline
  • Breaking change: Make SQL query injection into context optional and disabled by default (see injectSqlInContext option)
  • Add mergeBemiContext() to merge context with the existing one
  • Add currentBemiContext() to get the current context
  • Fix migration generation to work with PostgreSQL tables containing dashes in their names