You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
-
### Unreleased changes
2
-
* bugfix: `validate` and `send` could incorrect number of total records
1
+
### v0.1.7
2
+
<details>
3
+
<summary>Released 2025-05-08</summary>
4
+
5
+
* bugfix: discovery of data in subfolders of `data_dir` by @tomreitz in https://github.com/edanalytics/lightbeam/pull/66
6
+
* bugfix: structured results record counts by @tomreitz in https://github.com/edanalytics/lightbeam/pull/60
7
+
* bugfix: validation error message shows the wrong number of records by @johncmerfeld in https://github.com/edanalytics/lightbeam/pull/65
8
+
* feature: adds a `--set` flag to the CLI to enable overriding config values in `lightbeam.yml` by @tomreitz in https://github.com/edanalytics/lightbeam/pull/63
9
+
* bugfix: `validate` uniqueness fixes and recurse into array elements, other improvements by @tomreitz in https://github.com/edanalytics/lightbeam/pull/67
10
+
* bugfix: eplace obsolete links to Ed-Fi Tech Docs by @stephenfuqua in https://github.com/edanalytics/lightbeam/pull/70
11
+
* bugfix: self-reference validation by @tomreitz in https://github.com/edanalytics/lightbeam/pull/71
12
+
* feature: protocol (http/https) fall-back for discovery URLs if not found by @ryanaguilar in https://github.com/edanalytics/lightbeam/pull/74
0 commit comments