Skip to content

v0.8.7

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Dec 18:32
12f3c63

Breaking changes with naming

We've changed naming for some external types, there are all changes, please follow them in your code:

  • PyVarChar -> VarChar
  • PyText -> Text
  • PyJSON -> JSON
  • PyJSONB -> JSONB
  • PyMacAddr6 -> MacAddr6
  • PyMacAddr8 -> MacAddr8
  • PyPoint -> Point
  • PyBox -> Box
  • PyPath -> Path
  • PyLine -> Line
  • PyLineSegment -> LineSegment
  • PyCircle -> Circle

What's Changed

New Contributors

Full Changelog: 0.8.6...0.8.7