BSD-3-Clause licensed by Seth Fowler
Maintained by Jens Petersen
This version can be pinned in stack with:bugzilla-redhat-1.0.1.1@sha256:9de92e837ec614f21687ac6e6fcdc2fd76e0df714326990c409ca3e63b44cfe2,2969

Module documentation for 1.0.1.1

bugzilla-redhat

build Hackage Stackage

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 original author and contributors!

Changes

bugzilla-redhat version history

1.0.1.1 (2023-10-02)

  • allow aeson-2.2
  • drop redundant transformers dep, allowing ghc-9.6
  • drop redundant explicit connection dependency
  • drop vector upperbound

1.0.1 (2022-11-16)

  • Red Hat bugzilla no longer has a ‘see_also’ field (#18)

1.0.0 (2022-02-20)

  • rename Web.Bugzilla.RedHat to Web.RedHatBugzilla
  • use Network.HTTP.Simple global session Manager
  • from 28 Feb 2022 Red Hat Bugzilla only allows API key authentication:
  • remove newBugzillaContext and BugzillaContext
  • drop loginSession and also BugzillaToken
  • bzServer replaces bzContext
  • newBzRequest now puts API key in Authorization header
  • sendBzRequest no longer takes a session argument
  • rename BugzillaApikey to BugzillaApiKey
  • rename ApikeySession to ApiKeySession

0.3.3 (2021-10-14)

  • support building with aeson-2.0

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)

  • export sendBzRequest

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.