In this release, the biggest user facing changes are changing the context manager to return self, not the next level down. For example, for c in connect() now returns a Connection object instead of a Cursor (e.g. self.cursor()).
The CI environment was also switched from Travis CI (free) to Jenkins (hosted on OmniSci servers). This allows for testing on CPU and GPU, for better monitoring of important functionality.
Notable PRs
Switch connection context manager to self (237)
Update connection parameters (239)
New test pipeline (240)
Don't close connection object if created using sessionid (243)