Maintained by
Jens PetersenThis version can be pinned in stack with:bugzilla-redhat-0.3.2@sha256:1ef2731e7d02b0611a8d53bd869a7cdf0845bf23610eda3cdf022be7d0a5c833,3120
Module documentation for 0.3.2
Depends on 16 packages
(full list with versions):
aeson,
base,
blaze-builder,
bugzilla-redhat,
bytestring,
connection,
containers,
http-conduit,
http-types,
iso8601-time,
resourcet,
text,
time,
transformers,
unordered-containers,
vector bugzilla-redhat
This is a fork of the Haskell bugzilla native REST API library by Seth Fowler.
See the haddock documentation for more details.
Relevant links:
Contributing
Bug reports, feedback, and fixes are welcome.
Thanks to the contributors!
bugzilla-redhat version history
0.3.2 (2021-06-19)
- BugillaServer can now be fully qualified (@TristanCacqueray)
- Add apikeySession to support api_key auth (@TristanCacqueray)
- Add isNotEmpty search expression operator (@TristanCacqueray)
- Add changedSince and changedUntil search expression (@TristanCacqueray)
- Add searchBugsAllWithLimit, searchBugsAll and getBugAll
to get all the bug fields (@TristanCacqueray)
- Change Bug to include ExternalBugs information (@TristanCacqueray)
- Export Request
- support ghc-9.0 (@juhp)
0.3.1 (2021-02-07)
0.3.0 (2020-08-05)
- a fork of Seth Fowler’s bugzilla library
- updated to build with Stackage LTS > 5 up to LTS 16 and Nightly
- minor API tweaks needed for redhat.bugzilla.com v5 (e3b424e2)
- expose BugzillaToken, newBzRequest, intAsText
- drop closeBugzillaContext and withBugzillaContext
- add evalSearchExpr
- hlint fixes
bugzilla 0.2 and older
See Seth Fowler’s original changelog.orig file.