Skip to content

1.6.4

Compare
Choose a tag to compare
@angryziber angryziber released this 24 Jan 08:42
  • core: added common value types for Email, Phone, and Password, also StringValue base class
  • jdbc: introduced db.insertBatch()
  • jdbc: deprecated Entity interface (UUID-based), which can be replaced with BaseEntity
  • jdbc: support SqlComputed with other operators, e.g. where = "date" lte SqlComputed("currrent_date")
  • server: added path to annotated(), to make paths more visible in one place
  • server: make a few more Server properties public (sessionStore, notFoundHandler, etc)
  • server: bugfix after 1.6.0: wrap notFoundHandler correctly to produce correct 404 response
  • server: NotFoundRoute introduced to be easily distinguishable from normal routes
  • oauth: new experimental OAuth 2.0 login module