Skip to content

1.1.0

Compare
Choose a tag to compare
@kravets-levko kravets-levko released this 25 Jan 08:05
· 103 commits to main since this release
045bb28

What's Changed

  • Fix: now library will not attempt to parse column names and will use ones provided by server
    (#84)
  • Better error handling: more errors can now be handled in specific .catch() handlers instead of being
    emitted as a generic error event (#99)
  • Fixed error logging bug (attempt to serialize circular structures) (#89)
  • Fixed some minor bugs and regressions

Full Changelog: 1.0.0...1.1.0

Upgrading

No specific actions required. Revisit error handling code if you used an error event - now most errors will be handled in specific .catch() handlers