bugzilla
Version:
A NodeJS module to access Bugzilla instances through the REST API.
58 lines (36 loc) • 1.96 kB
Markdown
# Change Log
# [Next](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v3.1.4...main)
# [3.1.4](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v3.1.3...v3.1.4)
- Allow to numbers in is_obsolete and is_patch for attachment
# [3.1.3](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v3.1.2...v3.1.3)
- Allow is_private field for attachments to be a number
- Use vitest instead of jest
- Dependency updates
# [3.1.2](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v3.1.1...v3.1.2)
- Dependency updates
- Drop support for NodeJS 16.x - EOL
# [3.1.1](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v3.1.0...v3.1.1)
- Documentation fixes
- Dependency updates
- Drop support of NodeJS 14.x - EOL
# [3.1.0](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v3.0.0...v3.1.0)
- Security fixes (xmldom, luxon)
- Improved automation and CI
# [3.0.0](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v2.2.0...v3.0.0)
- Run tests against a live Bugzilla instance.
- Added `getAttachment`, `getBugAttachments`, `createAttachment` and `updateAttachment` API methods.
- Add integration tests for rest of API methods
# [2.2.0](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v2.1.0...v2.2.0)
- Added `createBug` and `updateBug` API methods.
- Added support for Authorization header for Red Hat Bugzilla
# [2.1.0](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v2.0.0...v2.1.0)
- Added `getComment`, `getBugComments` and `createComment` API methods.
# [2.0.0](https://github.com/redhat-plumbers-in-action/bugzilla/compare/v1.1.6...v2.0.0)
- 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.
# [1.1.6](https://github.com/redhat-plumbers-in-action/bugzilla/tree/v1.1.6)
First usable release.