Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

57 lines (36 loc) · 1.92 KB

Change Log

  • Allow to numbers in is_obsolete and is_patch for attachment
  • Allow is_private field for attachments to be a number
  • Use vitest instead of jest
  • Dependency updates
  • Dependency updates
  • Drop support for NodeJS 16.x - EOL
  • Documentation fixes
  • Dependency updates
  • Drop support of NodeJS 14.x - EOL
  • Security fixes (xmldom, luxon)
  • Improved automation and CI
  • Run tests against a live Bugzilla instance.
  • Added getAttachment, getBugAttachments, createAttachment and updateAttachment API methods.
  • Add integration tests for rest of API methods
  • Added createBug and updateBug API methods.
  • Added support for Authorization header for Red Hat Bugzilla
  • Added getComment, getBugComments and createComment API methods.
  • Fixed date/time validation.
  • Added support for Red Hat Bugzilla.
  • Documentation fixes.
  • Added basic automated tests.
  • Added CI for builds, tests and linting.
  • Updated package dependencies.

First usable release.