Skip to content

Releases: edanalytics/lightbeam

v0.1.1

16 Feb 19:37
221b7b6

Choose a tag to compare

What's Changed

  • Replace single quotes in message with backticks. by @jayckaiser in #18
  • fixes a bug when fetching resources without read permission by @tomreitz in #20
  • bump version to 0.1.1 by @tomreitz in #22

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

16 Oct 17:43
ccdd3a1

Choose a tag to compare

What's Changed

  • adding the count, fetch, and truncate commands, and various other features and bugfixes by @tomreitz in #17
  • fix typo in descriptor CSV header by @tomreitz in #16
  • bump version to 0.1.0 by @tomreitz in #19

Full Changelog: v0.0.8...v0.1.0

v0.0.8

11 Jul 15:27
5f09fcf

Choose a tag to compare

v0.0.7

13 Jun 21:49
2bdb904

Choose a tag to compare

v0.0.6

07 Apr 21:16
87e0792

Choose a tag to compare

This release fixes a bug with v0.0.5, resolving an error when fetching Swagger docs.

v0.0.5

07 Apr 18:52
8ed3cbe

Choose a tag to compare

This release adds

  • better error logging (file name and line number) for erroring payloads
  • better error handling in cases where the Ed-Fi API dependencies and Swagger URLs return error status codes

v0.0.4

25 Jan 18:59
3b4a899

Choose a tag to compare

Previously, only descriptors for the namespace specified in your YAML (or the default namespace, ed-fi) would be pulled. This update pulls all descriptor values from any namespace.

v0.0.3

12 Jan 21:53
d4395e1

Choose a tag to compare

This release fixes a bug where not all descriptor values were fetched from the Ed-Fi API because requests were not paginated.

v0.0.2

16 Dec 21:03
4efedbd

Choose a tag to compare

Un-pin requirements.txt dependencies from fixed versions