Skip to content

2.0.0

Compare
Choose a tag to compare
@Joannis Joannis released this 13 Oct 14:07
· 1384 commits to main since this release

Don't use this in production environments. This 2.0.0 tag will be moved along with our updates. API will be broken.

  • Connection pooling
  • Even more Document parsing/storing performance
  • More than 10x faster authentication - in pure swift
  • New server initialisers
  • Inserting now returns the Document's _id instead of the entire Document. the _id is the only mutating value anyways
  • Fixed three timeout bugs related to the connection
  • Simpler API for indexes
  • GCD
  • DBRef
  • Optional TLS Socket Support implemented with LibreSSL
  • Projection structs allow [String] and [String: Value] to be a projection and allows us to improve projection creation even more in the future
  • Update now returns the amount of results updated