Releases: ONSdigital/github-explorer
v3.12.2
v3.12.1
Updated dependencies to address security vulnerabilities identified by Dependabot.
v3.12.0
- 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
Updated dependencies to address security vulnerabilities identified by Dependabot.
v3.5.2-ghes
Updated dependencies to address security vulnerabilities identified by Dependabot.
v3.11.1
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
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
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
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
Correct syntax errors caused by Pagy RubyGem upgrade.