Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Releases: GitHubToolbox/github-lister-core

v0.1.6

09 Aug 18:51
c79475f

Choose a tag to compare

Updated to fix a an issue with SAML auth.

v0.1.4

20 May 18:51
7b72478

Choose a tag to compare

Added SAML error handling and also capture genereic error and surface…

v0.1.3

12 Mar 18:47

Choose a tag to compare

Added a begin->rescue->end to handle incorrect or expired PAT codes when looking up a username

v0.1.2

10 Mar 12:24

Choose a tag to compare

We identified a bug when additional information was being requested but the information was not being converted from a Sawyer::Resouce into a JSON object correctly. This affected the following 3 additional information resources:

  1. add_latest_release
  2. add_releases
  3. add_languages

The 4th additional item (add_topics) was not affected as this decoded the object already for another purpose.

v0.1.1

08 Mar 19:46

Choose a tag to compare

Fixing a couple of errors that slipped by QA testing.

  1. user_repos was not returning its data in JSON format.
  2. Incorrect number parameters being passed to user_repos_private when not using slugs

v0.1.0

08 Mar 19:43

Choose a tag to compare

Initial release.