Skip to content

Releases: ONSdigital/github-explorer

v3.12.2

26 Mar 09:31
17df838

Choose a tag to compare

Updated dependencies to address security vulnerabilities identified by Dependabot.

v3.12.1

23 Mar 11:32
e3172f2

Choose a tag to compare

Updated dependencies to address security vulnerabilities identified by Dependabot.

v3.12.0

17 Mar 11:27
9defa92

Choose a tag to compare

  • Upgraded to Ruby v3.4.9
  • Added new Copilot column to the Members and Outside Collaborators screens to show Copilot seat usage
  • Removed Two Factor Security column from the Members and Outside Collaborators screens, as it's enforced organisation-wide

v3.11.2

18 Feb 10:26
606bc43

Choose a tag to compare

Updated dependencies to address security vulnerabilities identified by Dependabot.

v3.5.2-ghes

18 Feb 10:27
15c4345

Choose a tag to compare

Updated dependencies to address security vulnerabilities identified by Dependabot.

v3.11.1

11 Feb 11:49
35b4678

Choose a tag to compare

All data-reading methods in FirestoreClient now go through the chunked reader so that any query whose result exceeds the chunk size threshold is handled correctly.

v3.11.0

11 Feb 09:52
be7684b

Choose a tag to compare

The all_repositories query result can exceed the 1 MiB document size limit. When an array result exceeds 500 items, the agent now splits it across multiple chunk documents and saves a metadata document with the chunk count. The web app reassembles chunks on read, with per-request caching and backward compatibility for non-chunked data.

v3.5.1-ghes

11 Feb 11:50
641214f

Choose a tag to compare

All data-reading methods in FirestoreClient now go through the chunked reader so that any query whose result exceeds the chunk size threshold is handled correctly.

v3.5.0-ghes

11 Feb 09:53
d9e655a

Choose a tag to compare

The all_repositories query result can exceed the 1 MiB document size limit. When an array result exceeds 500 items, the agent now splits it across multiple chunk documents and saves a metadata document with the chunk count. The web app reassembles chunks on read, with per-request caching and backward compatibility for non-chunked data.

v3.10.2

13 Jan 14:38
03dd870

Choose a tag to compare

Correct syntax errors caused by Pagy RubyGem upgrade.