Skip to content

v0.19.1

Compare
Choose a tag to compare
@devinrsmith devinrsmith released this 12 Dec 23:26
· 1702 commits to main since this release

Release notes

This is a patch release that fixes some bugs from v0.19.0.

Fixes

  • Fix ServiceAuthWiring logging of full method name (#3165)
  • Always set the vectorizable attr of PyCW (#3166)
  • Safely close autocomplete streams on the server to avoid logspam (#3169)
  • Associate java autocomplete data with the session, rather than stream (#3173)
  • Correct handling for checkInitiateOperation propagation to parallel jobs, fixing parallel partitioned transform (#3179)
  • SelectColumnLayer to parallelization fixes (#3181)
  • Fix jedi SAFE mode (#3176)
  • Fix incorrect Table casts of PartitionTables in PartitionedTableService (#3183)

Full Changelog: v0.19.0...v0.19.1