Skip to content

1.6.12

Choose a tag to compare

@angryziber angryziber released this 23 Jan 21:43
· 305 commits to main since this release
  • smtp: new module introduced for sending emails over SMTP
  • server: expose Server.listen and bound Server.address as separate properties #93
  • server: Server.use() can register extensions that implement multiple supported interfaces at the same time
  • server: useOnly() will now add parser/renderer if it wasn't yet registered, to avoid confusion
  • server: HttpExchange.rawBody can now be accessed more than once (is a lazy property now)
  • jdbc: distinct and notDistinct operators introduced for where expressions
  • jdbc: PooledDataSource: DB connections closed by server now correctly decrease connection pool size
  • json: fixed some very specific regressions in TSGenerator