Skip to content

Latest commit

 

History

History
173 lines (138 loc) · 8.16 KB

File metadata and controls

173 lines (138 loc) · 8.16 KB

v0.1.11

Released 2026-02-17 * feature: `namespace_overrides` to allow sending resources to different namespaces in one `lightbeam send`

v0.1.10

Released 2025-11-21 * bugfix: `lightbeam send` not writing >=7.2 API error messages when error payload does not contain `errors` nor `validationErrors` * fix: invalid YAML for `count.separator` in docs example `lightbeam.yml`

v0.1.9

Released 2025-09-26 * feature: support new and improved error messages [introduced in Ed-Fi API 7.2](https://docs.ed-fi.org/reference/ods-api/7.2/whats-new/whats-new-in-this-release/#enhanced-api-error-handling) by @tomreitz in #80 * feature: warn and skip fetching if `--query` keys are not valid parameters for an endpoint by @tomreitz in #81 * bugfix: fix a `KeyError` if `connection.verify_ssl` is not set in `lightbeam.yml` by @tomreitz in #79

v0.1.8

Released 2025-07-11 * bugfix: subarray uniqueness bug by @tomreitz in #76 * bugfix: GET deletes by identity, not required params by @tomreitz in #68 * feature: implement case flexibility for data discovery by @tomreitz in #31 and #77 * feature: implementation of new `lightbeam create` functionality by @tomreitz in #56 * feature: implementing validate references selector, behavior and remote switch, plus update docs by @tomreitz in #61

v0.1.7

Released 2025-05-08
  • bugfix: discovery of data in subfolders of data_dir by @tomreitz in #66
  • bugfix: structured results record counts by @tomreitz in #60
  • bugfix: validation error message shows the wrong number of records by @johncmerfeld in #65
  • feature: adds a --set flag to the CLI to enable overriding config values in lightbeam.yml by @tomreitz in #63
  • bugfix: validate uniqueness fixes and recurse into array elements, other improvements by @tomreitz in #67
  • bugfix: eplace obsolete links to Ed-Fi Tech Docs by @stephenfuqua in #70
  • bugfix: self-reference validation by @tomreitz in #71
  • feature: protocol (http/https) fall-back for discovery URLs if not found by @ryanaguilar in #74

v0.1.6

Released 2024-11-15

v0.1.5

Released 2024-07-23

v0.1.4

Released 2024-07-12

v0.1.3

Released 2024-06-03

v0.1.2

Released 2024-04-19

v0.1.1

Released 2024-02-16

v0.1.0

Released 2023-10-16

v0.0.8

Released 2023-07-11

v0.0.7

Released 2023-06-13

v0.0.6

Released 2023-04-07
  • bugfix: resolve error fetching Swagger docs

v0.0.5

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

v0.0.4

Released 2023-01-25
  • bugfix: fetching descriptor values for all namespaces, not just ed-fi

v0.0.3

Released 2023-01-12
  • bugfix: add pagination when fetching descriptor values

v0.0.2

Released 2022-12-16
  • un-pin requirements.txt dependencies from fixed versions

v0.0.1

Released 2022-09-22
  • initial release