Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 13 Dec 18:28
· 747 commits to main since this release
1fbbb37

Release Notes

  • Addressed a bug where Unicode characters are improperly encoded if the default environment charset is not UTF-8. This was the cause of Issue #230 on Windows and our AWS cloud environment.
    • Note: If your environment's default charset was set to a non-UTF-8 charset, you may need to migrate your data using a utility like xapipe.
    • Bugfix PR: #260
    • Fix to our AWS deployment template: #259
  • Miscellaneous codebase changes in #262